We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 213699f commit daf49b4Copy full SHA for daf49b4
tools/WebStack.versions.settings.targets
@@ -6,7 +6,7 @@
6
<VersionMajor Condition="'$(VersionMajor)' == ''">7</VersionMajor>
7
<VersionMinor Condition="'$(VersionMinor)' == ''">4</VersionMinor>
8
<VersionBuild Condition="'$(VersionBuild)' == ''">0</VersionBuild>
9
- <VersionRelease Condition="'$(VersionRelease)' == ''">beta</VersionRelease>
+ <VersionRelease Condition="'$(VersionRelease)' == ''">beta2</VersionRelease>
10
</PropertyGroup>
11
12
<!-- For NuGet Package Dependencies -->
0 commit comments