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 Dec 18, 2018
1 parent 8040806 commit 9733ad6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
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.3</Version>
<Version>1.4</Version>
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
</PropertyGroup>
<ItemGroup>
Expand Down
14 changes: 11 additions & 3 deletions src/Simplify.Web/Simplify.Web.csproj
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<Authors>Alexander Krylkov</Authors>
<Product>Simplify</Product>
<Description>Lightweight and fast .NET web-framework based on MVC and OWIN</Description>
<Copyright>Licensed under LGPL</Copyright>
<Version>1.3</Version>
<Version>2.0-pre01</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>
* Upgrade to Simplify.DI 2.0.1, Simplify.Templates 1.5
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 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
* .NET 4.5.2 version upgrade to .NET 4.6.2
</PackageReleaseNotes>
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
<DocumentationFile>bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.xml</DocumentationFile>
Expand Down

0 comments on commit 9733ad6

Please sign in to comment.