Nap 0.4.12
dotnet add package Nap --version 0.4.12
NuGet\Install-Package Nap -Version 0.4.12
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="Nap" Version="0.4.12" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Nap --version 0.4.12
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Nap, 0.4.12"
#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 Nap as a Cake Addin #addin nuget:?package=Nap&version=0.4.12 // Install Nap as a Cake Tool #tool nuget:?package=Nap&version=0.4.12
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A short and sweet REST client
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
-
- Newtonsoft.Json (>= 6.0.2)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Nap:
Package | Downloads |
---|---|
Nap.Configuration
An add-on to Nap to allow for configuration in *.config files. |
|
Nap.Html
An add-on for Nap to allow binding of HTML elements to POCO elements via CSS selectors. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.4.12 | 3,264 | 5/20/2017 |
0.4.11 | 1,431 | 5/20/2017 |
0.4.10 | 1,453 | 4/17/2017 |
0.4.9 | 1,688 | 4/16/2017 |
0.4.8 | 1,676 | 4/16/2017 |
0.4.7 | 1,747 | 4/16/2017 |
0.4.6 | 1,663 | 4/16/2017 |
0.4.5 | 1,670 | 4/16/2017 |
0.4.4 | 1,627 | 4/16/2017 |
0.4.3 | 1,686 | 4/15/2017 |
0.4.2 | 1,700 | 4/4/2017 |
0.4.1 | 1,666 | 4/3/2017 |
0.4.0 | 2,183 | 10/3/2016 |
0.3.23 | 1,599 | 2/19/2016 |
0.3.11 | 1,467 | 2/19/2016 |
0.3.9 | 1,497 | 2/19/2016 |
0.3.2 | 1,504 | 2/19/2016 |
0.2.71 | 2,890 | 4/28/2015 |
0.2.65 | 1,630 | 4/10/2015 |
0.2.62 | 1,649 | 4/10/2015 |
0.2.57 | 1,579 | 4/8/2015 |
0.2.47 | 1,574 | 3/22/2015 |
0.0.2.4 | 1,573 | 3/19/2015 |
0.0.2.3 | 1,405 | 3/4/2015 |
0.0.2.2 | 1,540 | 2/22/2015 |
0.0.2.1 | 1,553 | 2/22/2015 |
0.0.2 | 1,565 | 2/22/2015 |
0.0.1 | 1,375 | 2/16/2015 |
0.0.0.1 | 1,656 | 11/8/2014 |
Fixed an issue where invalid response content types would break deserialization.