We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 874f9f8 commit 56580b8Copy full SHA for 56580b8
tool/builder.versions.settings.targets
@@ -4,7 +4,7 @@
4
<VersionMajor Condition="'$(VersionMajor)' == ''">8</VersionMajor>
5
<VersionMinor Condition="'$(VersionMinor)' == ''">0</VersionMinor>
6
<VersionBuild Condition="'$(VersionBuild)' == ''">0</VersionBuild>
7
- <VersionRelease Condition="'$(VersionRelease)' == ''">preview3</VersionRelease>
+ <VersionRelease Condition="'$(VersionRelease)' == ''">beta</VersionRelease>
8
</PropertyGroup>
9
10
<!-- For NuGet Package Dependencies -->
0 commit comments