We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f08dc0 commit 9715f5dCopy full SHA for 9715f5d
1 file changed
tools/WebStack.versions.settings.targets
@@ -4,8 +4,8 @@
4
<!-- Set the version number: major, minor, build and release (i.e. alpha, beta or blank for RTM)-->
5
<PropertyGroup>
6
<VersionMajor Condition="'$(VersionMajor)' == ''">7</VersionMajor>
7
- <VersionMinor Condition="'$(VersionMinor)' == ''">5</VersionMinor>
8
- <VersionBuild Condition="'$(VersionBuild)' == ''">17</VersionBuild>
+ <VersionMinor Condition="'$(VersionMinor)' == ''">6</VersionMinor>
+ <VersionBuild Condition="'$(VersionBuild)' == ''">0</VersionBuild>
9
<VersionRelease Condition="'$(VersionRelease)' == ''"></VersionRelease>
10
</PropertyGroup>
11
0 commit comments