Skip to content

Commit 20e1ac2

Browse files
committed
Version/Release notes set
1 parent 311df6c commit 20e1ac2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ _This project is a continuator of [AcspNet web-framework](https://github.com/i40
1919

2020
## Package status
2121

22-
| Latest version | [![Nuget version](http://img.shields.io/badge/nuget-v2.0.1-blue.svg)](https://www.nuget.org/packages/Simplify.Web/) |
22+
| Latest version | [![Nuget version](http://img.shields.io/badge/nuget-v2.1-blue.svg)](https://www.nuget.org/packages/Simplify.Web/) |
2323
| :------ | :------: |
2424
| **Dependencies** | [![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/nuget/Simplify.Web.svg)](https://libraries.io/nuget/Simplify.Web) |
2525

src/Simplify.Web/Simplify.Web.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@
55
<Product>Simplify</Product>
66
<Description>Lightweight and fast .NET web-framework based on MVC and OWIN</Description>
77
<Copyright>Licensed under LGPL</Copyright>
8-
<Version>2.0.1</Version>
8+
<Version>2.1</Version>
99
<PackageProjectUrl>https://github.com/i4004/Simplify.Web</PackageProjectUrl>
1010
<PackageIconUrl>https://raw.githubusercontent.com/i4004/Simplify.Web/master/Images/Icon.png</PackageIconUrl>
1111
<RepositoryUrl>https://github.com/i4004/Simplify.Web</RepositoryUrl>
1212
<RepositoryType>GIT</RepositoryType>
1313
<PackageTags>.NET web-framework MVC DI OWIN</PackageTags>
1414
<PackageReleaseNotes>
15-
Dependencies update
15+
* WebContext RequestBody field added
16+
* Terminal middleware set on UseSimplifyWebWithoutRegistrations fix
1617
</PackageReleaseNotes>
1718
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
1819
<DocumentationFile>bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.xml</DocumentationFile>

0 commit comments

Comments
 (0)