Nano 0.14.0
See the version list below for details.
dotnet add package Nano --version 0.14.0
NuGet\Install-Package Nano -Version 0.14.0
<PackageReference Include="Nano" Version="0.14.0" />
paket add Nano --version 0.14.0
#r "nuget: Nano, 0.14.0"
// Install Nano as a Cake Addin #addin nuget:?package=Nano&version=0.14.0 // Install Nano as a Cake Tool #tool nuget:?package=Nano&version=0.14.0
Nano is a micro web framework for building web-based HTTP services and websites for .NET.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. 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. |
-
- Newtonsoft.Json (>= 7.0.1)
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,269 | 11/5/2016 |
0.15.0 | 1,720 | 5/25/2016 |
0.14.0 | 1,482 | 11/11/2015 |
0.13.0 | 1,197 | 9/3/2015 |
0.12.0 | 1,166 | 7/3/2015 |
0.11.0 | 1,141 | 7/2/2015 |
0.10.0 | 1,078 | 6/30/2015 |
0.9.0 | 1,119 | 6/24/2015 |
0.8.0 | 1,135 | 6/22/2015 |
0.7.0 | 1,159 | 6/19/2015 |
0.6.0 | 1,125 | 6/15/2015 |
0.5.0 | 1,157 | 6/11/2015 |
0.4.0 | 1,132 | 6/11/2015 |
0.3.0 | 1,100 | 6/10/2015 |
0.2.0 | 1,306 | 5/31/2015 |
0.1.0 | 1,119 | 5/26/2015 |
* 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.