We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a431c7 commit 9c8cf82Copy full SHA for 9c8cf82
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)' == ''">rc</VersionRelease>
+ <VersionRelease Condition="'$(VersionRelease)' == ''">rc2</VersionRelease>
8
</PropertyGroup>
9
10
<!-- For NuGet Package Dependencies -->
0 commit comments