![]() |
VOOZH | about |
dotnet add package AcspNet --version 5.2.0
NuGet\Install-Package AcspNet -Version 5.2.0
<PackageReference Include="AcspNet" Version="5.2.0" />
<PackageVersion Include="AcspNet" Version="5.2.0" />Directory.Packages.props
<PackageReference Include="AcspNet" />Project file
paket add AcspNet --version 5.2.0
#r "nuget: AcspNet, 5.2.0"
#:package AcspNet@5.2.0
#addin nuget:?package=AcspNet&version=5.2.0Install as a Cake Addin
#tool nuget:?package=AcspNet&version=5.2.0Install as a Cake Tool
ACSP.NET is a lightweight and fast .NET web-framework based on MVC and OWIN.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net45 net45 is compatible. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
Showing the top 1 NuGet packages that depend on AcspNet:
| Package | Downloads |
|---|---|
|
AcspNet.Json
AcspNet JSON controller response and model binder |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 5.2.0 | 6,869 | 12/24/2014 | 5.2.0 is deprecated because it is no longer maintained. |
| 5.1.2 | 9,509 | 10/29/2014 | |
| 5.1.1 | 5,048 | 10/24/2014 | |
| 5.1.0 | 5,298 | 10/23/2014 | |
| 5.0.2 | 5,057 | 10/7/2014 | |
| 5.0.1 | 5,343 | 10/3/2014 | |
| 5.0.0 | 5,693 | 9/20/2014 | |
| 5.0.0-beta1 | 1,744 | 9/9/2014 | |
| 5.0.0-alpha2 | 2,097 | 9/3/2014 | |
| 5.0.0-alpha1 | 1,557 | 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