Bump version to 0.5.0-preview1-*
This commit is contained in:
parent
783edcbf4c
commit
f7e2327378
|
|
@ -13,15 +13,15 @@ using Microsoft.VisualStudio.Shell;
|
||||||
GenerateCodeBase = true,
|
GenerateCodeBase = true,
|
||||||
PublicKeyToken = "",
|
PublicKeyToken = "",
|
||||||
OldVersionLowerBound = "0.0.0.0",
|
OldVersionLowerBound = "0.0.0.0",
|
||||||
OldVersionUpperBound = "0.4.0.0",
|
OldVersionUpperBound = "0.5.0.0",
|
||||||
NewVersion = "0.4.0.0")]
|
NewVersion = "0.5.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.4.0.0",
|
OldVersionUpperBound = "0.5.0.0",
|
||||||
NewVersion = "0.4.0.0")]
|
NewVersion = "0.5.0.0")]
|
||||||
[assembly: ProvideBindingRedirection(
|
[assembly: ProvideBindingRedirection(
|
||||||
AssemblyName = "AngleSharp",
|
AssemblyName = "AngleSharp",
|
||||||
PublicKeyToken = "",
|
PublicKeyToken = "",
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
tooling\Microsoft.VisualStudio.BlazorExtension\Properties\AssemblyInfo.cs
|
tooling\Microsoft.VisualStudio.BlazorExtension\Properties\AssemblyInfo.cs
|
||||||
to include the new version in its upper bounds -->
|
to include the new version in its upper bounds -->
|
||||||
<IsFinalBuild>false</IsFinalBuild>
|
<IsFinalBuild>false</IsFinalBuild>
|
||||||
<VersionPrefix>0.4.0</VersionPrefix>
|
<VersionPrefix>0.5.0</VersionPrefix>
|
||||||
<VersionSuffix>preview1</VersionSuffix>
|
<VersionSuffix>preview1</VersionSuffix>
|
||||||
<PackageVersion Condition="'$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' == 'rtm' ">$(VersionPrefix)</PackageVersion>
|
<PackageVersion Condition="'$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' == 'rtm' ">$(VersionPrefix)</PackageVersion>
|
||||||
<PackageVersion Condition="'$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' != 'rtm' ">$(VersionPrefix)-$(VersionSuffix)-final</PackageVersion>
|
<PackageVersion Condition="'$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' != 'rtm' ">$(VersionPrefix)-$(VersionSuffix)-final</PackageVersion>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue