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 aa5b0f0 commit 05e10c9Copy full SHA for 05e10c9
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)' == ''">5</VersionBuild>
+ <VersionBuild Condition="'$(VersionBuild)' == ''">6</VersionBuild>
18
<VersionRelease Condition="'$(VersionRelease)' == ''"></VersionRelease>
19
</PropertyGroup>
20
0 commit comments