Skip to content

Commit

Permalink
Modify the version to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhg committed Jan 26, 2021
1 parent 874f9f8 commit 56580b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/builder.versions.settings.targets
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<VersionMajor Condition="'$(VersionMajor)' == ''">8</VersionMajor>
<VersionMinor Condition="'$(VersionMinor)' == ''">0</VersionMinor>
<VersionBuild Condition="'$(VersionBuild)' == ''">0</VersionBuild>
<VersionRelease Condition="'$(VersionRelease)' == ''">preview3</VersionRelease>
<VersionRelease Condition="'$(VersionRelease)' == ''">beta</VersionRelease>
</PropertyGroup>

<!-- For NuGet Package Dependencies -->
Expand Down

0 comments on commit 56580b8

Please sign in to comment.