Normalize VersionPrefix

This commit is contained in:
Ryan Brandenburg 2017-07-24 15:57:29 -07:00
parent 96ee291aff
commit 1ba55a047a
6 changed files with 3 additions and 5 deletions

View File

@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<AspNetCoreVersion>2.0.0-*</AspNetCoreVersion>
<AspNetCoreVersion>2.1.0-*</AspNetCoreVersion>
<InternalAspNetCoreSdkVersion>2.0.1-*</InternalAspNetCoreSdkVersion>
<MoqVersion>4.7.49</MoqVersion>
<NETStandardImplicitPackageVersion>2.0.0-*</NETStandardImplicitPackageVersion>

View File

@ -3,7 +3,7 @@
<Import Project="..\..\build\common.props" />
<PropertyGroup>
<VersionPrefix>0.3.0</VersionPrefix>
<VersionPrefix>0.4.0</VersionPrefix>
<Description>ASP.NET Core middleware for buffering response bodies.</Description>
<TargetFramework>netstandard2.0</TargetFramework>
<NoWarn>$(NoWarn);CS1591</NoWarn>

View File

@ -3,7 +3,6 @@
<Import Project="..\..\build\common.props" />
<PropertyGroup>
<VersionPrefix>2.0.0</VersionPrefix>
<Description>ASP.NET Core basic middleware for supporting HTTP method overrides. Includes:
* X-Forwarded-* headers to forward headers from a proxy.
* HTTP method override header.</Description>

View File

@ -3,7 +3,6 @@
<Import Project="..\..\build\common.props" />
<PropertyGroup>
<VersionPrefix>2.0.0</VersionPrefix>
<Description>ASP.NET Core middleware for HTTP Response compression.</Description>
<TargetFrameworks>net461;netstandard2.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

View File

@ -3,7 +3,6 @@
<Import Project="..\..\build\common.props" />
<PropertyGroup>
<VersionPrefix>2.0.0</VersionPrefix>
<Description>ASP.NET Core basic middleware for rewriting URLs. Includes:
* Support for custom URL rewrite rules
* Support for running IIS URL Rewrite module rules

View File

@ -1,6 +1,7 @@
<!-- This file may be overwritten by automation. Only values allowed here are VersionPrefix and VersionSuffix. -->
<Project>
<PropertyGroup>
<VersionPrefix>2.1.0</VersionPrefix>
<VersionSuffix>preview1</VersionSuffix>
</PropertyGroup>
</Project>