Simplify.Web
1.0.0
See the version list below for details.
dotnet add package Simplify.Web --version 1.0.0
NuGet\Install-Package Simplify.Web -Version 1.0.0
<PackageReference Include="Simplify.Web" Version="1.0.0" />
paket add Simplify.Web --version 1.0.0
#r "nuget: Simplify.Web, 1.0.0"
// Install Simplify.Web as a Cake Addin #addin nuget:?package=Simplify.Web&version=1.0.0 // Install Simplify.Web as a Cake Tool #tool nuget:?package=Simplify.Web&version=1.0.0
Simplify.Web is a lightweight and fast .NET web-framework based on MVC and OWIN.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. 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. |
-
- Microsoft.Owin (>= 3.0.1)
- Simplify.DI (>= 1.1.2)
- Simplify.Templates (>= 1.2.1)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Simplify.Web:
Package | Downloads |
---|---|
Simplify.Web.Json
Simplify.Web JSON controller response and model binder |
|
Simplify.Web.MessageBox
Simplify.Web static message box templates and controller response |
|
Simplify.Web.Multipart
Simplify.Web multipart form model binder |
|
Simplify.Web.Postman
Postman collection and environment generation extension for Simplify.Web |
|
Simplify.Web.Swagger
Swagger extensions for Simplify.Web web-framework |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
5.1.0 | 113 | 7/28/2024 |
5.0.0 | 509 | 6/5/2024 |
5.0.0-pre02 | 99 | 6/5/2024 |
5.0.0-pre01 | 352 | 6/1/2024 |
4.9.1 | 148 | 4/16/2024 |
4.9.0 | 236 | 1/8/2024 |
4.8.1 | 637 | 12/20/2023 |
4.8.0 | 113 | 12/20/2023 |
4.7.1 | 645 | 11/7/2023 |
4.7.0 | 576 | 8/20/2023 |
4.6.0 | 3,051 | 5/17/2022 |
4.5.1 | 1,590 | 4/27/2022 |
4.5.0 | 1,490 | 11/22/2021 |
4.4.3 | 434 | 10/19/2021 |
4.4.2 | 560 | 7/18/2021 |
4.4.1 | 408 | 7/6/2021 |
4.4.0 | 1,161 | 4/25/2021 |
4.3.0 | 421 | 4/22/2021 |
4.3.0-pre01 | 272 | 4/21/2021 |
4.2.3 | 1,794 | 2/27/2021 |
4.2.2 | 1,012 | 12/11/2020 |
4.2.1 | 1,142 | 10/23/2020 |
4.2.0 | 516 | 9/21/2020 |
4.1.2 | 718 | 8/26/2020 |
4.1.1 | 1,428 | 4/29/2020 |
4.1.0 | 534 | 4/1/2020 |
4.0.2 | 1,107 | 1/27/2020 |
4.0.1 | 618 | 1/6/2020 |
4.0.0 | 1,278 | 12/22/2019 |
4.0.0-pre01 | 720 | 12/17/2019 |
3.0.0 | 1,527 | 10/20/2019 |
2.3.0 | 1,268 | 9/28/2019 |
2.2.0 | 1,046 | 9/3/2019 |
2.1.0 | 1,080 | 8/22/2019 |
2.0.1 | 591 | 6/24/2019 |
2.0.0 | 1,237 | 1/1/2019 |
2.0.0-pre02 | 561 | 12/23/2018 |
2.0.0-pre01 | 581 | 12/18/2018 |
1.7.0 | 185 | 4/30/2023 |
1.6.1 | 477 | 4/15/2022 |
1.6.0 | 641 | 9/28/2019 |
1.5.0 | 611 | 9/3/2019 |
1.4.1 | 623 | 6/25/2019 |
1.4.0 | 674 | 5/20/2019 |
1.3.0 | 741 | 12/16/2018 |
1.2.1 | 1,119 | 5/9/2018 |
1.2.0 | 1,825 | 8/23/2017 |
1.1.0 | 1,285 | 2/14/2017 |
1.0.1 | 2,375 | 8/26/2016 |
1.0.0 | 1,451 | 8/26/2016 |
Changes relatively to AcspNet 5.2:
* Upgrade to .net framework 4.5.2
New Features:
+ FileReader cache
+ StringTable memory cache
+ Login ReturnUrl save and redirection
+ Static files HTTP cache handing
+ AuthorizeAttribute allowed user roles as args parameter
+ New controller route parameter type: comma separated arrays with specific types (string, int, bool))
+ HTTP status code in ajax responses as second parameter
+ HTTP PATCH method support
+ "Required" attribute for user types in view models
+ SV:LanguageCountry templates variable with language/contry information
Changes:
* Lowercased default StaticFilesPaths in Simplify.Web
* Html.ListsGenerator.GenerateListFromEnum without selected item
* Ajax response data check for null before write and skip nullable values
* Templates memory cache bug fix
* Upgrade to Simplify.Templates 1.2.1, Simplify.DI 1.1.2, System.IO.Abstractions 2.0.0.124