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