AcspNet 5.2.0

dotnet add package AcspNet --version 5.2.0
NuGet\Install-Package AcspNet -Version 5.2.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="AcspNet" Version="5.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AcspNet --version 5.2.0
#r "nuget: AcspNet, 5.2.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 AcspNet as a Cake Addin
#addin nuget:?package=AcspNet&version=5.2.0

// Install AcspNet as a Cake Tool
#tool nuget:?package=AcspNet&version=5.2.0

ACSP.NET is a lightweight and fast .NET web-framework based on MVC and OWIN.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on AcspNet:

Package Downloads
AcspNet.Json

AcspNet JSON controller response and model binder

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.2.0 2,898 12/24/2014
5.1.2 5,880 10/29/2014
5.1.1 1,448 10/24/2014
5.1.0 1,679 10/23/2014
5.0.2 1,475 10/7/2014
5.0.1 1,726 10/3/2014
5.0.0 2,040 9/20/2014
5.0.0-beta1 1,269 9/9/2014
5.0.0-alpha2 1,448 9/3/2014
5.0.0-alpha1 1,098 9/3/2014

* Upgrade to Simplify.DI 1.0.4
+ Possibility to use enum type properties in view models
+ Possibility to use 'IList<T>' types in view models
+ Possibility to use 'Required' attribute for 'IList<T>' properties in view models
+ Possibility to use 'long' type properties in view models
+ 'BindProperty' attribute for view models properties
+ 'Exclude' attribute for view models properties
+ 'IgnoreTypesRegistration' to exclude controller or views from automatic DI container registration
* app.UseAcspNet(); exceptions catch by AcspNetOwinMiddleware.OnException
* Model binding multiple property values bug fixed