We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c61a5f commit 7136f99Copy full SHA for 7136f99
1 file changed
tools/WebStack.versions.settings.targets
@@ -5,7 +5,7 @@
5
<PropertyGroup>
6
<VersionMajor Condition="'$(VersionMajor)' == ''">7</VersionMajor>
7
<VersionMinor Condition="'$(VersionMinor)' == ''">7</VersionMinor>
8
- <VersionBuild Condition="'$(VersionBuild)' == ''">1</VersionBuild>
+ <VersionBuild Condition="'$(VersionBuild)' == ''">2</VersionBuild>
9
<VersionRelease Condition="'$(VersionRelease)' == ''"></VersionRelease>
10
</PropertyGroup>
11
0 commit comments