Skip to content

Commit 9715f5d

Browse files
update version (#2713)
1 parent 1f08dc0 commit 9715f5d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/WebStack.versions.settings.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<!-- Set the version number: major, minor, build and release (i.e. alpha, beta or blank for RTM)-->
55
<PropertyGroup>
66
<VersionMajor Condition="'$(VersionMajor)' == ''">7</VersionMajor>
7-
<VersionMinor Condition="'$(VersionMinor)' == ''">5</VersionMinor>
8-
<VersionBuild Condition="'$(VersionBuild)' == ''">17</VersionBuild>
7+
<VersionMinor Condition="'$(VersionMinor)' == ''">6</VersionMinor>
8+
<VersionBuild Condition="'$(VersionBuild)' == ''">0</VersionBuild>
99
<VersionRelease Condition="'$(VersionRelease)' == ''"></VersionRelease>
1010
</PropertyGroup>
1111

0 commit comments

Comments
 (0)