Skip to content

Commit 05e10c9

Browse files
committed
update the version to 1.0.6
1 parent aa5b0f0 commit 05e10c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/versioning.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PropertyGroup>
1515
<VersionMajor Condition="'$(VersionMajor)' == ''">1</VersionMajor>
1616
<VersionMinor Condition="'$(VersionMinor)' == ''">0</VersionMinor>
17-
<VersionBuild Condition="'$(VersionBuild)' == ''">5</VersionBuild>
17+
<VersionBuild Condition="'$(VersionBuild)' == ''">6</VersionBuild>
1818
<VersionRelease Condition="'$(VersionRelease)' == ''"></VersionRelease>
1919
</PropertyGroup>
2020

0 commit comments

Comments
 (0)