From f7e2327378d7a9ede5ce6c8806fe98e7a2712343 Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Wed, 6 Jun 2018 15:12:53 +0100 Subject: [PATCH] Bump version to 0.5.0-preview1-* --- .../Properties/AssemblyInfo.cs | 8 ++++---- version.props | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tooling/Microsoft.VisualStudio.BlazorExtension/Properties/AssemblyInfo.cs b/tooling/Microsoft.VisualStudio.BlazorExtension/Properties/AssemblyInfo.cs index f71bc39e4b..92186760d2 100644 --- a/tooling/Microsoft.VisualStudio.BlazorExtension/Properties/AssemblyInfo.cs +++ b/tooling/Microsoft.VisualStudio.BlazorExtension/Properties/AssemblyInfo.cs @@ -13,15 +13,15 @@ using Microsoft.VisualStudio.Shell; GenerateCodeBase = true, PublicKeyToken = "", OldVersionLowerBound = "0.0.0.0", - OldVersionUpperBound = "0.4.0.0", - NewVersion = "0.4.0.0")] + OldVersionUpperBound = "0.5.0.0", + NewVersion = "0.5.0.0")] [assembly: ProvideBindingRedirection( AssemblyName = "Microsoft.VisualStudio.LanguageServices.Blazor", GenerateCodeBase = true, PublicKeyToken = "", OldVersionLowerBound = "0.0.0.0", - OldVersionUpperBound = "0.4.0.0", - NewVersion = "0.4.0.0")] + OldVersionUpperBound = "0.5.0.0", + NewVersion = "0.5.0.0")] [assembly: ProvideBindingRedirection( AssemblyName = "AngleSharp", PublicKeyToken = "", diff --git a/version.props b/version.props index cb06e9617a..fec06ac6c1 100644 --- a/version.props +++ b/version.props @@ -4,7 +4,7 @@ tooling\Microsoft.VisualStudio.BlazorExtension\Properties\AssemblyInfo.cs to include the new version in its upper bounds --> false - 0.4.0 + 0.5.0 preview1 $(VersionPrefix) $(VersionPrefix)-$(VersionSuffix)-final