|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 | <PropertyGroup> |
3 | | - <TargetFrameworks>netstandard2.0</TargetFrameworks> |
| 3 | + <TargetFrameworks>netstandard2.0;net462</TargetFrameworks> |
4 | 4 | <Authors>Alexander Krylkov</Authors> |
5 | 5 | <Product>Simplify</Product> |
6 | 6 | <Description>Lightweight and fast .NET web-framework based on MVC and OWIN</Description> |
7 | 7 | <Copyright>Licensed under LGPL</Copyright> |
8 | | - <Version>1.3</Version> |
| 8 | + <Version>2.0-pre01</Version> |
9 | 9 | <PackageProjectUrl>https://github.com/i4004/Simplify.Web</PackageProjectUrl> |
10 | 10 | <PackageIconUrl>https://raw.githubusercontent.com/i4004/Simplify.Web/master/Images/Icon.png</PackageIconUrl> |
11 | 11 | <RepositoryUrl>https://github.com/i4004/Simplify.Web</RepositoryUrl> |
12 | 12 | <RepositoryType>GIT</RepositoryType> |
13 | 13 | <PackageTags>.NET web-framework MVC DI OWIN</PackageTags> |
14 | 14 | <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 |
16 | 24 | </PackageReleaseNotes> |
17 | 25 | <OutputPath>bin\Any CPU\$(Configuration)\</OutputPath> |
18 | 26 | <DocumentationFile>bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.xml</DocumentationFile> |
|
0 commit comments