Metadata >> NuGet >> Nancy.Hal

Nancy.Hal

Metadata

Authors Dan Barua, Matt Vane, Thomas Eizinger
Copyrights Copyright 2014-2015
Description Provides Hal+JSON media type support for Nancy.
LicenseUrl https://github.com/danbarua/Nancy.Hal/blob/master/LICENSE
Owners Dan Barua
ProjectUrl https://github.com/danbarua/Nancy.Hal
RequireLicenseAcceptance False
Tags Nancy Hal Hal+JSON Hypermedia
Dependencies Nancy:0.23.0
Title Nancy.Hal
PackageSize 41143
PackageHashAlgorithm SHA512
PackageHash eu0FJP+1AYJNlojgk4rQCwP68shUvvnRWpJuaWj467kUZCMJTKxbPKurC8ZMMzcPmdbylWz7vyUfaLA/b2uV1w==
DownloadCount 000000
CreatedDate 2015-07-31T08:28:03
ReleaseNotes 1.1.0 - Add per-request Hal configuration 1.0.3 - Set correct Content-Type header on responses 1.0.2 - Add Ignored Properties

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install Nancy.Hal -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Nancy.Hal -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package Nancy.Hal
Installing the package (HTTP Basic authentication):
Install-Package Nancy.Hal -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Nancy.Hal -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package Nancy.Hal

OpenWrap

Installing the package:
o add-wrap Nancy.Hal
Uninstalling the package:
o remove-wrap Nancy.Hal

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.1.0
1.0.3
1.0.2