Skip to content

Commit

Permalink
Update release version to 8.2.1 (#1016)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhg committed Aug 10, 2023
1 parent f83634d commit 9b39106
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tool/builder.versions.settings.targets
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<VersionMajor Condition="'$(VersionMajor)' == ''">8</VersionMajor>
<VersionMinor Condition="'$(VersionMinor)' == ''">2</VersionMinor>
<VersionBuild Condition="'$(VersionBuild)' == ''">0</VersionBuild>
<VersionBuild Condition="'$(VersionBuild)' == ''">1</VersionBuild>
<VersionRelease Condition="'$(VersionRelease)' == ''"></VersionRelease>
</PropertyGroup>

Expand All @@ -14,8 +14,8 @@
</PropertyGroup>

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

0 comments on commit 9b39106

Please sign in to comment.