Nano 0.13.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Nano --version 0.13.0
NuGet\Install-Package Nano -Version 0.13.0
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="Nano" Version="0.13.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Nano --version 0.13.0
#r "nuget: Nano, 0.13.0"
#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 Nano as a Cake Addin
#addin nuget:?package=Nano&version=0.13.0

// Install Nano as a Cake Tool
#tool nuget:?package=Nano&version=0.13.0

Nano is a micro web framework for building web-based HTTP services and websites for .NET.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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.

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
1.0.0 4,048 11/5/2016
0.15.0 1,683 5/25/2016
0.14.0 1,443 11/11/2015
0.13.0 1,179 9/3/2015
0.12.0 1,129 7/3/2015
0.11.0 1,124 7/2/2015
0.10.0 1,056 6/30/2015
0.9.0 1,078 6/24/2015
0.8.0 1,103 6/22/2015
0.7.0 1,119 6/19/2015
0.6.0 1,097 6/15/2015
0.5.0 1,117 6/11/2015
0.4.0 1,089 6/11/2015
0.3.0 1,081 6/10/2015
0.2.0 1,263 5/31/2015
0.1.0 1,099 5/26/2015

* 0.13.0 - Multipart ( file upload ) support;  Many bug fixes and enhancements.
* 0.12.0 - Implemented ETag and Last-Modified HTTP Header Support.
* 0.11.0 - Linux support added; Support for case-sensitive file system.
* 0.10.0 - Fixed form data parsing bug in HttpListenerNanoServer; Added support for generic lists in metadata ReturnParameterType property.
* 0.9.0 - Implemented ApplicationPath ( virtual directory ) support for HttpListener host.
* 0.8.0 - Various fixes revealed thru testing.
* 0.7.0 - Implement CorrelationId and 'Content-Type: application/json' support.
* 0.6.0 - Namespace change for StreamExtensions.
* 0.5.0 - Fixed cookie encoding problems.
* 0.4.0 - Removing port 80 and 443 from FullUrl operation metadata parameter.
* 0.3.0 - Added generic type support to metadata.
* 0.2.0 - Added Background Tasks and Metadata changes to support C# Proxy Generation.
* 0.1.0 - Initial pre-release.