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

Commit 9733ad6

Browse files
committed
Version/release notes set
1 parent 8040806 commit 9733ad6

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

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.3</Version>
8+
<Version>1.4</Version>
99
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
1010
</PropertyGroup>
1111
<ItemGroup>

src/Simplify.Web/Simplify.Web.csproj

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,26 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>netstandard2.0</TargetFrameworks>
3+
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
44
<Authors>Alexander Krylkov</Authors>
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>1.3</Version>
8+
<Version>2.0-pre01</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-
* Upgrade to Simplify.DI 2.0.1, Simplify.Templates 1.5
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 Standard 2.0 support
20+
* Status Code exact controller responses like Ok(), NoContent()
21+
* StatusCode controllers response
22+
* Controllers wrappers for main responses to shorten code without new keyword
23+
* .NET 4.5.2 version upgrade to .NET 4.6.2
1624
</PackageReleaseNotes>
1725
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
1826
<DocumentationFile>bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.xml</DocumentationFile>

0 commit comments

Comments
 (0)