Skip to content

Commit 31aef41

Browse files
committed
Version/Release notes set
1 parent e8c73da commit 31aef41

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

src/Simplify.Web/Simplify.Web.csproj

+3-7
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,15 @@
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.1</Version>
10+
<Version>4.1.1</Version>
1111
<PackageProjectUrl>https://web.simplifynet.dev</PackageProjectUrl>
1212
<PackageIconUrl>https://raw.githubusercontent.com/SimplifyNet/Images/master/LogoWeb32x32.png</PackageIconUrl>
1313
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1414
<PackageTags>.NET web-framework MVC DI OWIN</PackageTags>
1515
<PackageReleaseNotes>
16-
New
17-
* Added query string model parameters invariant casing support (#54)
1816
Updates
19-
* Upgrade to Simplify.DI 4.0.2
20-
* Upgrade to Microsoft.Extensions.Configuration.Json 3.1.3
21-
Bug fixes
22-
* BootstrapperFactory possible null pointer fix
17+
* Upgrade to Simplify.DI 4.0.3
18+
* Internal upgrade to Simplify.Xml.Sources 1.1.1
2319
</PackageReleaseNotes>
2420
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
2521
<EmbedUntrackedSources>true</EmbedUntrackedSources>

0 commit comments

Comments
 (0)