Nancy.Hal
2.0.0-alpha0001
This is a prerelease version of Nancy.Hal.
dotnet add package Nancy.Hal --version 2.0.0-alpha0001
NuGet\Install-Package Nancy.Hal -Version 2.0.0-alpha0001
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<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 and Polyglot Notebooks. 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 Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
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 | 22,298 | 4/29/2016 |
1.3.0 | 4,042 | 8/24/2016 |
1.2.2 | 1,830 | 4/26/2016 |
1.2.1 | 4,186 | 2/26/2016 |
1.2.0 | 1,276 | 12/15/2015 |
1.1.0 | 3,730 | 7/31/2015 |
1.0.3 | 1,217 | 5/7/2015 |
1.0.2 | 1,270 | 11/24/2014 |
1.0.1 | 1,438 | 11/13/2014 |
1.0.0-alpha | 920 | 10/8/2014 |
0.0.5-alpha | 917 | 7/21/2014 |
0.0.4-alpha | 948 | 7/15/2014 |
0.0.3-alpha | 895 | 7/15/2014 |
0.0.2-alpha | 891 | 7/15/2014 |
0.0.1-alpha | 931 | 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