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.
<PackageVersion Include="Nap" Version="0.4.12" />
                    
Directory.Packages.props
<PackageReference Include="Nap" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Nap --version 0.4.12
                    
#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.
#:package Nap@0.4.12
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Nap&version=0.4.12
                    
Install as a Cake Addin
#tool nuget:?package=Nap&version=0.4.12
                    
Install as a Cake Tool

A short and sweet REST client

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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 4,146 5/20/2017
0.4.11 1,618 5/20/2017
0.4.10 1,644 4/17/2017
0.4.9 1,872 4/16/2017
0.4.8 1,860 4/16/2017
0.4.7 1,932 4/16/2017
0.4.6 1,849 4/16/2017
0.4.5 1,855 4/16/2017
0.4.4 1,814 4/16/2017
0.4.3 1,873 4/15/2017
0.4.2 1,888 4/4/2017
0.4.1 1,855 4/3/2017
0.4.0 2,371 10/3/2016
0.3.23 1,794 2/19/2016
0.3.11 1,659 2/19/2016
0.3.9 1,693 2/19/2016
0.3.2 1,697 2/19/2016
0.2.71 3,087 4/28/2015
0.2.65 1,836 4/10/2015
0.2.62 1,853 4/10/2015
0.2.57 1,778 4/8/2015
0.2.47 1,774 3/22/2015
0.0.2.4 1,772 3/19/2015
0.0.2.3 1,606 3/4/2015
0.0.2.2 1,739 2/22/2015
0.0.2.1 1,752 2/22/2015
0.0.2 1,765 2/22/2015
0.0.1 1,572 2/16/2015
0.0.0.1 1,860 11/8/2014

Fixed an issue where invalid response content types would break deserialization.