Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Commit

Permalink
Fixes #89
Browse files Browse the repository at this point in the history
  • Loading branch information
i4004 committed Sep 3, 2019
1 parent 0c67857 commit 19aa4c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ _This project is a continuator of [AcspNet web-framework](https://github.com/i40

## Package status

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

Expand Down
7 changes: 3 additions & 4 deletions src/Simplify.Web/Simplify.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@
<Product>Simplify</Product>
<Description>Lightweight and fast .NET web-framework based on MVC and OWIN</Description>
<Copyright>Licensed under LGPL</Copyright>
<Version>2.1</Version>
<Version>2.2</Version>
<PackageProjectUrl>https://github.com/i4004/Simplify.Web</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/i4004/Simplify.Web/master/Images/Icon.png</PackageIconUrl>
<RepositoryUrl>https://github.com/i4004/Simplify.Web</RepositoryUrl>
<RepositoryType>GIT</RepositoryType>
<PackageTags>.NET web-framework MVC DI OWIN</PackageTags>
<PackageReleaseNotes>
* WebContext RequestBody field added
* Terminal middleware set on UseSimplifyWebWithoutRegistrations fix
* Upgrade to Simplify.DI 3.0
</PackageReleaseNotes>
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
<DocumentationFile>bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.xml</DocumentationFile>
Expand All @@ -28,7 +27,7 @@
<PackageReference Include="Microsoft.AspNetCore.Http.Extensions" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.2.0" />
<PackageReference Include="Simplify.DI" Version="2.1.0" />
<PackageReference Include="Simplify.DI" Version="3.0.0" />
<PackageReference Include="Simplify.Templates" Version="1.5.1" />
<PackageReference Include="Simplify.String.Sources" Version="1.2.0" PrivateAssets="All" />
<PackageReference Include="Simplify.System.Sources" Version="1.1.0" PrivateAssets="All" />
Expand Down

0 comments on commit 19aa4c1

Please sign in to comment.