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 b1fed42 commit 9f55c25Copy full SHA for 9f55c25
tool/versioning.props
@@ -14,7 +14,7 @@
14
<PropertyGroup>
15
<VersionMajor Condition="'$(VersionMajor)' == ''">1</VersionMajor>
16
<VersionMinor Condition="'$(VersionMinor)' == ''">0</VersionMinor>
17
- <VersionBuild Condition="'$(VersionBuild)' == ''">7</VersionBuild>
+ <VersionBuild Condition="'$(VersionBuild)' == ''">8</VersionBuild>
18
<VersionRelease Condition="'$(VersionRelease)' == ''"></VersionRelease>
19
</PropertyGroup>
20
0 commit comments