File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 7
7
<Product >Simplify</Product >
8
8
<Description >Simplify.Web unit tests</Description >
9
9
<Copyright >Licensed under LGPL</Copyright >
10
- <Version >2.1</Version >
10
+ <Version >2.1.1 </Version >
11
11
<OutputPath >bin\Any CPU\$(Configuration)\</OutputPath >
12
12
</PropertyGroup >
13
13
<ItemGroup >
Original file line number Diff line number Diff line change 7
7
<Product >Simplify</Product >
8
8
<Description >Lightweight and fast .NET web-framework based on MVC and OWIN</Description >
9
9
<Copyright >Licensed under LGPL</Copyright >
10
- <Version >4.0.2 </Version >
10
+ <Version >4.1 </Version >
11
11
<PackageProjectUrl >https://web.simplifynet.dev</PackageProjectUrl >
12
12
<PackageIconUrl >https://raw.githubusercontent.com/SimplifyNet/Images/master/LogoWeb32x32.png</PackageIconUrl >
13
13
<RepositoryUrl >https://github.com/SimplifyNet/Simplify.Web</RepositoryUrl >
14
14
<RepositoryType >GIT</RepositoryType >
15
15
<PackageTags >.NET web-framework MVC DI OWIN</PackageTags >
16
16
<PackageReleaseNotes >
17
17
New
18
- * Authentication redirect middleware added
18
+ * Added query string model parameters invariant casing support (#54)
19
19
Updates
20
- * netcoreapp3.1 and netcoreapp3.0 target frameworks added with reference to `Microsoft.AspNetCore.App` (#52)
21
- * Upgrade to Simplify.DI 4.0.1
20
+ * Upgrade to Simplify.DI 4.0.2
21
+ * Upgrade to Microsoft.Extensions.Configuration.Json 3.1.3
22
+ Bug fixes
23
+ * BootstrapperFactory possible null pointer fix
22
24
</PackageReleaseNotes >
23
25
<OutputPath >bin\Any CPU\$(Configuration)\</OutputPath >
24
26
<DocumentationFile >bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.xml</DocumentationFile >
You can’t perform that action at this time.
0 commit comments