Nancy.Hal
1.3.0
.NET Framework 4.5
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package Nancy.Hal -Version 1.3.0
dotnet add package Nancy.Hal --version 1.3.0
<PackageReference Include="Nancy.Hal" Version="1.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Nancy.Hal --version 1.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Nancy.Hal, 1.3.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Nancy.Hal as a Cake Addin
#addin nuget:?package=Nancy.Hal&version=1.3.0
// Install Nancy.Hal as a Cake Tool
#tool nuget:?package=Nancy.Hal&version=1.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Provides Hal+JSON media type support for Nancy.
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
- Nancy (>= 1.4.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.0-alpha0001 | 12,489 | 4/29/2016 |
1.3.0 | 1,977 | 8/24/2016 |
1.2.2 | 1,266 | 4/26/2016 |
1.2.1 | 2,217 | 2/26/2016 |
1.2.0 | 968 | 12/15/2015 |
1.1.0 | 2,420 | 7/31/2015 |
1.0.3 | 882 | 5/7/2015 |
1.0.2 | 985 | 11/24/2014 |
1.0.1 | 1,142 | 11/13/2014 |
1.0.0-alpha | 754 | 10/8/2014 |
0.0.5-alpha | 768 | 7/21/2014 |
0.0.4-alpha | 764 | 7/15/2014 |
0.0.3-alpha | 737 | 7/15/2014 |
0.0.2-alpha | 746 | 7/15/2014 |
0.0.1-alpha | 777 | 7/14/2014 |
1.3.0 - Updates Nancy Dependency to 1.4.3
- Adds support for `.haljson` extension
1.2.2 - Fixes UriKind issues on Mono with relative URIs
1.2.1 - Add Title to Links
1.2.0 - Add predicate for Embeds
1.1.0 - Add per-request Hal configuration
1.0.3 - Set correct Content-Type header on responses
1.0.2 - Add Ignored Properties