Update binding redirection version range for 0.4.0
This commit is contained in:
parent
e55509e187
commit
05f5bb423a
|
|
@ -20,12 +20,12 @@ using Microsoft.VisualStudio.Shell;
|
||||||
GenerateCodeBase = true,
|
GenerateCodeBase = true,
|
||||||
PublicKeyToken = "",
|
PublicKeyToken = "",
|
||||||
OldVersionLowerBound = "0.0.0.0",
|
OldVersionLowerBound = "0.0.0.0",
|
||||||
OldVersionUpperBound = "0.3.0.0",
|
OldVersionUpperBound = "0.4.0.0",
|
||||||
NewVersion = "0.3.0.0")]
|
NewVersion = "0.4.0.0")]
|
||||||
[assembly: ProvideBindingRedirection(
|
[assembly: ProvideBindingRedirection(
|
||||||
AssemblyName = "Microsoft.VisualStudio.LanguageServices.Blazor",
|
AssemblyName = "Microsoft.VisualStudio.LanguageServices.Blazor",
|
||||||
GenerateCodeBase = true,
|
GenerateCodeBase = true,
|
||||||
PublicKeyToken = "",
|
PublicKeyToken = "",
|
||||||
OldVersionLowerBound = "0.0.0.0",
|
OldVersionLowerBound = "0.0.0.0",
|
||||||
OldVersionUpperBound = "0.3.0.0",
|
OldVersionUpperBound = "0.4.0.0",
|
||||||
NewVersion = "0.3.0.0")]
|
NewVersion = "0.4.0.0")]
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,8 @@
|
||||||
<Project>
|
<Project>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
|
<!-- When editing any version prefix here, remember also to update
|
||||||
|
tooling\Microsoft.VisualStudio.BlazorExtension\Properties\AssemblyInfo.cs
|
||||||
|
to include the new version in its upper bounds -->
|
||||||
<IsFinalBuild>false</IsFinalBuild>
|
<IsFinalBuild>false</IsFinalBuild>
|
||||||
<VersionPrefix>0.4.0</VersionPrefix>
|
<VersionPrefix>0.4.0</VersionPrefix>
|
||||||
<VersionSuffix>preview1</VersionSuffix>
|
<VersionSuffix>preview1</VersionSuffix>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue