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

Commit

Permalink
Version/Release notes set
Browse files Browse the repository at this point in the history
  • Loading branch information
i4004 committed Jun 24, 2019
1 parent 5d7ab36 commit c925109
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 18 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.0-blue.svg)](https://www.nuget.org/packages/Simplify.Web/) |
| Latest version | [![Nuget version](http://img.shields.io/badge/nuget-v2.0.1-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
2 changes: 1 addition & 1 deletion src/Simplify.Web.Tests/Simplify.Web.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Product>Simplify</Product>
<Description>Simplify.Web unit tests</Description>
<Copyright>Licensed under LGPL</Copyright>
<Version>1.4</Version>
<Version>1.4.1</Version>
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
</PropertyGroup>
<ItemGroup>
Expand Down
18 changes: 2 additions & 16 deletions src/Simplify.Web/Simplify.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +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.0</Version>
<Version>2.0.1</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>
Breaking changes
* Switched to Microsoft.AspNetCore process pipeline instead of Microsoft.Owin
* App.config/Web.config settings support dropped, switched to IConfiguration based settings
Other changes
* .NET 4.5.2 version upgrade to .NET 4.6.2
New Features
* Microsoft.AspNetCore support with it's all features (SPA support, static files etc.)
* .NET Standard 2.0 support
* Status Code exact controller responses like Ok(), NoContent()
* StatusCode controllers response
* Controllers wrappers for main responses to shorten code without new keyword
* Possibility to use Simplify.Web as a non-terminal middleware for SPA to only process API request and forward other requests to SPA server
* Option to disable static files handling
Bug fixes
* Request empty relative path check fix
Dependencies update
</PackageReleaseNotes>
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
<DocumentationFile>bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.xml</DocumentationFile>
Expand Down

0 comments on commit c925109

Please sign in to comment.