Skip to content

Commit 9f55c25

Browse files
authored
Update versioning.props
1 parent b1fed42 commit 9f55c25

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)' == ''">7</VersionBuild>
17+
<VersionBuild Condition="'$(VersionBuild)' == ''">8</VersionBuild>
1818
<VersionRelease Condition="'$(VersionRelease)' == ''"></VersionRelease>
1919
</PropertyGroup>
2020

0 commit comments

Comments
 (0)