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

Commit c925109

Browse files
committed
Version/Release notes set
1 parent 5d7ab36 commit c925109

File tree

3 files changed

+4
-18
lines changed

3 files changed

+4
-18
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-blue.svg)](https://www.nuget.org/packages/Simplify.Web/) |
22+
| Latest version | [![Nuget version](http://img.shields.io/badge/nuget-v2.0.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.Tests/Simplify.Web.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Product>Simplify</Product>
66
<Description>Simplify.Web unit tests</Description>
77
<Copyright>Licensed under LGPL</Copyright>
8-
<Version>1.4</Version>
8+
<Version>1.4.1</Version>
99
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
1010
</PropertyGroup>
1111
<ItemGroup>

src/Simplify.Web/Simplify.Web.csproj

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +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.0</Version>
8+
<Version>2.0.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-
Breaking changes
16-
* Switched to Microsoft.AspNetCore process pipeline instead of Microsoft.Owin
17-
* App.config/Web.config settings support dropped, switched to IConfiguration based settings
18-
Other changes
19-
* .NET 4.5.2 version upgrade to .NET 4.6.2
20-
New Features
21-
* Microsoft.AspNetCore support with it's all features (SPA support, static files etc.)
22-
* .NET Standard 2.0 support
23-
* Status Code exact controller responses like Ok(), NoContent()
24-
* StatusCode controllers response
25-
* Controllers wrappers for main responses to shorten code without new keyword
26-
* Possibility to use Simplify.Web as a non-terminal middleware for SPA to only process API request and forward other requests to SPA server
27-
* Option to disable static files handling
28-
Bug fixes
29-
* Request empty relative path check fix
15+
Dependencies update
3016
</PackageReleaseNotes>
3117
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
3218
<DocumentationFile>bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.xml</DocumentationFile>

0 commit comments

Comments
 (0)