From 1ba55a047a7580b2306d87d6a548e6237eaf8dcf Mon Sep 17 00:00:00 2001 From: Ryan Brandenburg Date: Mon, 24 Jul 2017 15:57:29 -0700 Subject: [PATCH] Normalize VersionPrefix --- build/dependencies.props | 2 +- .../Microsoft.AspNetCore.Buffering.csproj | 2 +- .../Microsoft.AspNetCore.HttpOverrides.csproj | 1 - .../Microsoft.AspNetCore.ResponseCompression.csproj | 1 - .../Microsoft.AspNetCore.Rewrite.csproj | 1 - version.props | 1 + 6 files changed, 3 insertions(+), 5 deletions(-) diff --git a/build/dependencies.props b/build/dependencies.props index 20d47945e9..8c8a8dc874 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -1,6 +1,6 @@  - 2.0.0-* + 2.1.0-* 2.0.1-* 4.7.49 2.0.0-* diff --git a/src/Microsoft.AspNetCore.Buffering/Microsoft.AspNetCore.Buffering.csproj b/src/Microsoft.AspNetCore.Buffering/Microsoft.AspNetCore.Buffering.csproj index ea677dbd36..a3d42c869d 100644 --- a/src/Microsoft.AspNetCore.Buffering/Microsoft.AspNetCore.Buffering.csproj +++ b/src/Microsoft.AspNetCore.Buffering/Microsoft.AspNetCore.Buffering.csproj @@ -3,7 +3,7 @@ - 0.3.0 + 0.4.0 ASP.NET Core middleware for buffering response bodies. netstandard2.0 $(NoWarn);CS1591 diff --git a/src/Microsoft.AspNetCore.HttpOverrides/Microsoft.AspNetCore.HttpOverrides.csproj b/src/Microsoft.AspNetCore.HttpOverrides/Microsoft.AspNetCore.HttpOverrides.csproj index 5ebd793c2d..7b8ae08a7c 100644 --- a/src/Microsoft.AspNetCore.HttpOverrides/Microsoft.AspNetCore.HttpOverrides.csproj +++ b/src/Microsoft.AspNetCore.HttpOverrides/Microsoft.AspNetCore.HttpOverrides.csproj @@ -3,7 +3,6 @@ - 2.0.0 ASP.NET Core basic middleware for supporting HTTP method overrides. Includes: * X-Forwarded-* headers to forward headers from a proxy. * HTTP method override header. diff --git a/src/Microsoft.AspNetCore.ResponseCompression/Microsoft.AspNetCore.ResponseCompression.csproj b/src/Microsoft.AspNetCore.ResponseCompression/Microsoft.AspNetCore.ResponseCompression.csproj index 261c6cc988..78c240a0ec 100644 --- a/src/Microsoft.AspNetCore.ResponseCompression/Microsoft.AspNetCore.ResponseCompression.csproj +++ b/src/Microsoft.AspNetCore.ResponseCompression/Microsoft.AspNetCore.ResponseCompression.csproj @@ -3,7 +3,6 @@ - 2.0.0 ASP.NET Core middleware for HTTP Response compression. net461;netstandard2.0 true diff --git a/src/Microsoft.AspNetCore.Rewrite/Microsoft.AspNetCore.Rewrite.csproj b/src/Microsoft.AspNetCore.Rewrite/Microsoft.AspNetCore.Rewrite.csproj index a6d014cafb..87f5d80c07 100644 --- a/src/Microsoft.AspNetCore.Rewrite/Microsoft.AspNetCore.Rewrite.csproj +++ b/src/Microsoft.AspNetCore.Rewrite/Microsoft.AspNetCore.Rewrite.csproj @@ -3,7 +3,6 @@ - 2.0.0 ASP.NET Core basic middleware for rewriting URLs. Includes: * Support for custom URL rewrite rules * Support for running IIS URL Rewrite module rules diff --git a/version.props b/version.props index 68a61ffe6e..1ea46af42a 100644 --- a/version.props +++ b/version.props @@ -1,6 +1,7 @@ + 2.1.0 preview1