From 811482d9dab0874161d391ed3e2c69550fbece2d Mon Sep 17 00:00:00 2001 From: Pranav K Date: Tue, 27 Mar 2018 13:51:04 -0700 Subject: [PATCH] Update versions to 0.2.0-preview1 --- .../Properties/AssemblyInfo.cs | 8 ++++---- version.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tooling/Microsoft.VisualStudio.BlazorExtension/Properties/AssemblyInfo.cs b/tooling/Microsoft.VisualStudio.BlazorExtension/Properties/AssemblyInfo.cs index 719250469d..7e06d655b1 100644 --- a/tooling/Microsoft.VisualStudio.BlazorExtension/Properties/AssemblyInfo.cs +++ b/tooling/Microsoft.VisualStudio.BlazorExtension/Properties/AssemblyInfo.cs @@ -20,12 +20,12 @@ using Microsoft.VisualStudio.Shell; GenerateCodeBase = true, PublicKeyToken = "", OldVersionLowerBound = "0.0.0.0", - OldVersionUpperBound = "0.1.0.0", - NewVersion = "0.1.0.0")] + OldVersionUpperBound = "0.2.0.0", + NewVersion = "0.2.0.0")] [assembly: ProvideBindingRedirection( AssemblyName = "Microsoft.VisualStudio.LanguageServices.Blazor", GenerateCodeBase = true, PublicKeyToken = "", OldVersionLowerBound = "0.0.0.0", - OldVersionUpperBound = "0.1.0.0", - NewVersion = "0.1.0.0")] \ No newline at end of file + OldVersionUpperBound = "0.2.0.0", + NewVersion = "0.2.0.0")] diff --git a/version.props b/version.props index fdae26889d..08005311a4 100644 --- a/version.props +++ b/version.props @@ -1,8 +1,8 @@ false - 0.1.0 - rc1 + 0.2.0 + preview1 $(VersionPrefix) $(VersionPrefix)-$(VersionSuffix)-final t000