Simplify.Web 4.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Simplify.Web --version 4.1.0
NuGet\Install-Package Simplify.Web -Version 4.1.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="Simplify.Web" Version="4.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Simplify.Web --version 4.1.0
#r "nuget: Simplify.Web, 4.1.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 Simplify.Web as a Cake Addin
#addin nuget:?package=Simplify.Web&version=4.1.0

// Install Simplify.Web as a Cake Tool
#tool nuget:?package=Simplify.Web&version=4.1.0

Lightweight and fast .NET web-framework based on MVC and OWIN

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 is compatible.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
4.9.0 170 1/8/2024
4.8.1 355 12/20/2023
4.8.0 81 12/20/2023
4.7.1 387 11/7/2023
4.7.0 483 8/20/2023
4.6.0 2,829 5/17/2022
4.5.1 1,547 4/27/2022
4.5.0 1,386 11/22/2021
4.4.3 407 10/19/2021
4.4.2 515 7/18/2021
4.4.1 375 7/6/2021
4.4.0 1,078 4/25/2021
4.3.0 394 4/22/2021
4.3.0-pre01 238 4/21/2021
4.2.3 1,675 2/27/2021
4.2.2 964 12/11/2020
4.2.1 1,070 10/23/2020
4.2.0 484 9/21/2020
4.1.2 686 8/26/2020
4.1.1 1,370 4/29/2020
4.1.0 506 4/1/2020
4.0.2 1,049 1/27/2020
4.0.1 590 1/6/2020
4.0.0 1,207 12/22/2019
4.0.0-pre01 644 12/17/2019
3.0.0 1,452 10/20/2019
2.3.0 1,194 9/28/2019
2.2.0 987 9/3/2019
2.1.0 1,020 8/22/2019
2.0.1 569 6/24/2019
2.0.0 1,183 1/1/2019
2.0.0-pre02 539 12/23/2018
2.0.0-pre01 558 12/18/2018
1.7.0 154 4/30/2023
1.6.1 446 4/15/2022
1.6.0 609 9/28/2019
1.5.0 577 9/3/2019
1.4.1 597 6/25/2019
1.4.0 644 5/20/2019
1.3.0 712 12/16/2018
1.2.1 1,085 5/9/2018
1.2.0 1,761 8/23/2017
1.1.0 1,244 2/14/2017
1.0.1 2,319 8/26/2016
1.0.0 1,399 8/26/2016

New
* Added query string model parameters invariant casing support (#54)
Updates
* Upgrade to Simplify.DI 4.0.2
* Upgrade to Microsoft.Extensions.Configuration.Json 3.1.3
Bug fixes
* BootstrapperFactory possible null pointer fix