Skip to content

Commit 9b39106

Browse files
authored
Update release version to 8.2.1 (#1016)
1 parent f83634d commit 9b39106

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tool/builder.versions.settings.targets

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<VersionMajor Condition="'$(VersionMajor)' == ''">8</VersionMajor>
55
<VersionMinor Condition="'$(VersionMinor)' == ''">2</VersionMinor>
6-
<VersionBuild Condition="'$(VersionBuild)' == ''">0</VersionBuild>
6+
<VersionBuild Condition="'$(VersionBuild)' == ''">1</VersionBuild>
77
<VersionRelease Condition="'$(VersionRelease)' == ''"></VersionRelease>
88
</PropertyGroup>
99

@@ -14,8 +14,8 @@
1414
</PropertyGroup>
1515

1616
<!--
17-
Revision number is a date code. Note that this only work for 6 years before the year part (year minus 2020)
18-
overflows the UInt16. The system convert below will throw errors when this happens.
17+
The revision number is a date code. Note that this only work for 6 years before the year part (year minus 2020)
18+
overflows the UInt16. The system conversion below will throw errors when this happens.
1919
-->
2020
<PropertyGroup>
2121
<VersionStartYear Condition="'$(VersionStartYear)' == ''">2020</VersionStartYear>

0 commit comments

Comments
 (0)