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,
|
||||
PublicKeyToken = "",
|
||||
OldVersionLowerBound = "0.0.0.0",
|
||||
OldVersionUpperBound = "0.3.0.0",
|
||||
NewVersion = "0.3.0.0")]
|
||||
OldVersionUpperBound = "0.4.0.0",
|
||||
NewVersion = "0.4.0.0")]
|
||||
[assembly: ProvideBindingRedirection(
|
||||
AssemblyName = "Microsoft.VisualStudio.LanguageServices.Blazor",
|
||||
GenerateCodeBase = true,
|
||||
PublicKeyToken = "",
|
||||
OldVersionLowerBound = "0.0.0.0",
|
||||
OldVersionUpperBound = "0.3.0.0",
|
||||
NewVersion = "0.3.0.0")]
|
||||
OldVersionUpperBound = "0.4.0.0",
|
||||
NewVersion = "0.4.0.0")]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
<Project>
|
||||
<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>
|
||||
<VersionPrefix>0.4.0</VersionPrefix>
|
||||
<VersionSuffix>preview1</VersionSuffix>
|
||||
|
|
|
|||
Loading…
Reference in New Issue