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
#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

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.Html

An add-on for Nap to allow binding of HTML elements to POCO elements via CSS selectors.

Nap.Configuration

An add-on to Nap to allow for configuration in *.config files.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.4.12 2,607 5/20/2017
0.4.11 1,381 5/20/2017
0.4.10 1,395 4/17/2017
0.4.9 1,630 4/16/2017
0.4.8 1,615 4/16/2017
0.4.7 1,682 4/16/2017
0.4.6 1,600 4/16/2017
0.4.5 1,605 4/16/2017
0.4.4 1,564 4/16/2017
0.4.3 1,618 4/15/2017
0.4.2 1,645 4/4/2017
0.4.1 1,602 4/3/2017
0.4.0 2,145 10/3/2016
0.3.23 1,546 2/19/2016
0.3.11 1,408 2/19/2016
0.3.9 1,438 2/19/2016
0.3.2 1,449 2/19/2016
0.2.71 2,832 4/28/2015
0.2.65 1,569 4/10/2015
0.2.62 1,591 4/10/2015
0.2.57 1,524 4/8/2015
0.2.47 1,519 3/22/2015
0.0.2.4 1,515 3/19/2015
0.0.2.3 1,374 3/4/2015
0.0.2.2 1,506 2/22/2015
0.0.2.1 1,523 2/22/2015
0.0.2 1,534 2/22/2015
0.0.1 1,345 2/16/2015
0.0.0.1 1,621 11/8/2014

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