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