From 530404962ff67eadb57109eda7c2cb4441fd263e Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Tue, 6 Mar 2018 22:25:09 -0800 Subject: [PATCH] Update version numbers for BlazorExtension --- .../Properties/AssemblyInfo.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tooling/Microsoft.VisualStudio.BlazorExtension/Properties/AssemblyInfo.cs b/tooling/Microsoft.VisualStudio.BlazorExtension/Properties/AssemblyInfo.cs index 3a7e1eccd9..719250469d 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.0.5.0", - NewVersion = "0.0.5.0")] + OldVersionUpperBound = "0.1.0.0", + NewVersion = "0.1.0.0")] [assembly: ProvideBindingRedirection( AssemblyName = "Microsoft.VisualStudio.LanguageServices.Blazor", GenerateCodeBase = true, PublicKeyToken = "", OldVersionLowerBound = "0.0.0.0", - OldVersionUpperBound = "0.0.5.0", - NewVersion = "0.0.5.0")] \ No newline at end of file + OldVersionUpperBound = "0.1.0.0", + NewVersion = "0.1.0.0")] \ No newline at end of file