Skip to content

Commit 0d39593

Browse files
committed
Versions/Release notes set
1 parent 8d7e38d commit 0d39593

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

src/Simplify.Web.Tests/Simplify.Web.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Product>Simplify</Product>
88
<Description>Simplify.Web unit tests</Description>
99
<Copyright>Licensed under LGPL</Copyright>
10-
<Version>2.1</Version>
10+
<Version>2.1.1</Version>
1111
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
1212
</PropertyGroup>
1313
<ItemGroup>

src/Simplify.Web/Simplify.Web.csproj

+6-4
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,20 @@
77
<Product>Simplify</Product>
88
<Description>Lightweight and fast .NET web-framework based on MVC and OWIN</Description>
99
<Copyright>Licensed under LGPL</Copyright>
10-
<Version>4.0.2</Version>
10+
<Version>4.1</Version>
1111
<PackageProjectUrl>https://web.simplifynet.dev</PackageProjectUrl>
1212
<PackageIconUrl>https://raw.githubusercontent.com/SimplifyNet/Images/master/LogoWeb32x32.png</PackageIconUrl>
1313
<RepositoryUrl>https://github.com/SimplifyNet/Simplify.Web</RepositoryUrl>
1414
<RepositoryType>GIT</RepositoryType>
1515
<PackageTags>.NET web-framework MVC DI OWIN</PackageTags>
1616
<PackageReleaseNotes>
1717
New
18-
* Authentication redirect middleware added
18+
* Added query string model parameters invariant casing support (#54)
1919
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
2224
</PackageReleaseNotes>
2325
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
2426
<DocumentationFile>bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.xml</DocumentationFile>

0 commit comments

Comments
 (0)