Nancy.Hal
2.0.0-alpha0001
.NET Framework 4.5
This is a prerelease version of Nancy.Hal.
Install-Package Nancy.Hal -Version 2.0.0-alpha0001
dotnet add package Nancy.Hal --version 2.0.0-alpha0001
<PackageReference Include="Nancy.Hal" Version="2.0.0-alpha0001" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Nancy.Hal --version 2.0.0-alpha0001
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Nancy.Hal, 2.0.0-alpha0001"
#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=2.0.0-alpha0001&prerelease
// Install Nancy.Hal as a Cake Tool
#tool nuget:?package=Nancy.Hal&version=2.0.0-alpha0001&prerelease
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 (>= 2.0.0-alpha)
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,465 | 4/29/2016 |
1.3.0 | 1,971 | 8/24/2016 |
1.2.2 | 1,262 | 4/26/2016 |
1.2.1 | 2,212 | 2/26/2016 |
1.2.0 | 964 | 12/15/2015 |
1.1.0 | 2,416 | 7/31/2015 |
1.0.3 | 878 | 5/7/2015 |
1.0.2 | 981 | 11/24/2014 |
1.0.1 | 1,138 | 11/13/2014 |
1.0.0-alpha | 748 | 10/8/2014 |
0.0.5-alpha | 764 | 7/21/2014 |
0.0.4-alpha | 758 | 7/15/2014 |
0.0.3-alpha | 732 | 7/15/2014 |
0.0.2-alpha | 742 | 7/15/2014 |
0.0.1-alpha | 771 | 7/14/2014 |
2.0.0-alpha - Build for Nancy 2.0.0-alpha
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