Nano 1.0.0

.NET Framework 4.5
dotnet add package Nano --version 1.0.0
NuGet\Install-Package Nano -Version 1.0.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="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Nano --version 1.0.0
#r "nuget: Nano, 1.0.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=1.0.0

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

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

Product Versions
.NET Framework net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
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 3,831 11/5/2016
0.15.0 1,515 5/25/2016
0.14.0 1,336 11/11/2015
0.13.0 1,046 9/3/2015
0.12.0 1,013 7/3/2015
0.11.0 1,000 7/2/2015
0.10.0 959 6/30/2015
0.9.0 974 6/24/2015
0.8.0 976 6/22/2015
0.7.0 983 6/19/2015
0.6.0 976 6/15/2015
0.5.0 1,000 6/11/2015
0.4.0 982 6/11/2015
0.3.0 976 6/10/2015
0.2.0 1,131 5/31/2015
0.1.0 993 5/26/2015

* 1.0.0 - Minor bugs and enhancements.
* 0.15.0 - Async support, Verbose Errors, new ApiExplorer;  Many bug fixes and enhancements.
* 0.14.0 - Upgrade to .NET 4.5. Keep-Alive disabled by default. CorrelationId, RequestTimestamp, and ClientIpAddress fields added to NanoContext.
* 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.