Skip to content

Commit 93cb8e9

Browse files
committed
Version/release notes added
1 parent 456d77e commit 93cb8e9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/Simplify.Web/Simplify.Web.csproj

+6-4
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,18 @@
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.2</Version>
10+
<Version>4.2</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-
Bug Fixes
17-
* Disable setting PreviousPageUrl on 403, 404 controllers (#90)
16+
New Features
17+
* Nested propetties validation (#94)
18+
* Inherited propetties validation (#95)
19+
* Nested/Inherited properties validaton toggle
1820
Updates
19-
* Upgrade to Simplify.DI 4.0.7
21+
* Upgrade to Microsoft.Extensions.Configuration.Json 3.1.8
2022
</PackageReleaseNotes>
2123
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
2224
<EmbedUntrackedSources>true</EmbedUntrackedSources>

0 commit comments

Comments
 (0)