Skip to content

Commit 19aa4c1

Browse files
committed
Fixes #89
1 parent 0c67857 commit 19aa4c1

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
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.1-blue.svg)](https://www.nuget.org/packages/Simplify.Web/) |
22+
| Latest version | [![Nuget version](http://img.shields.io/badge/nuget-v2.2-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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@
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.1</Version>
8+
<Version>2.2</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-
* WebContext RequestBody field added
16-
* Terminal middleware set on UseSimplifyWebWithoutRegistrations fix
15+
* Upgrade to Simplify.DI 3.0
1716
</PackageReleaseNotes>
1817
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
1918
<DocumentationFile>bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.xml</DocumentationFile>
@@ -28,7 +27,7 @@
2827
<PackageReference Include="Microsoft.AspNetCore.Http.Extensions" Version="2.2.0" />
2928
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.2.0" />
3029
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.2.0" />
31-
<PackageReference Include="Simplify.DI" Version="2.1.0" />
30+
<PackageReference Include="Simplify.DI" Version="3.0.0" />
3231
<PackageReference Include="Simplify.Templates" Version="1.5.1" />
3332
<PackageReference Include="Simplify.String.Sources" Version="1.2.0" PrivateAssets="All" />
3433
<PackageReference Include="Simplify.System.Sources" Version="1.1.0" PrivateAssets="All" />

0 commit comments

Comments
 (0)