Skip to content

Commit f5b6188

Browse files
committed
Produce stable versions
1 parent dc1ba70 commit f5b6188

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

eng/Versions.props

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,19 @@
33
<MajorVersion>8</MajorVersion>
44
<MinorVersion>9</MinorVersion>
55
<PatchVersion>0</PatchVersion>
6-
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
6+
<PreReleaseVersionLabel>rtm</PreReleaseVersionLabel>
77
<PreReleaseVersionIteration>
88
</PreReleaseVersionIteration>
99
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
1010
<ValidateBaseline>true</ValidateBaseline>
1111
<AssemblyVersion>$(MajorVersion).$(MinorVersion).0.0</AssemblyVersion>
1212
<!--
1313
When DotNetFinalVersionKind is set to 'release', this branch will produce stable outputs for 'Shipping' packages
14+
15+
In 8.0, we shipped this package as stable even when it was in the dev stage, so we
16+
keep it as stable for compatiblity.
1417
-->
15-
<DotNetFinalVersionKind />
18+
<DotNetFinalVersionKind Condition="'$(DotNetFinalVersionKind)' == '' And ('$(Stage)' != 'dev' Or '$(MSBuildProjectName)' == 'Microsoft.AspNetCore.Testing')">release</DotNetFinalVersionKind>
1619
<!-- Enabling this rule will cause build failures on undocumented public APIs. -->
1720
<SkipArcadeNoWarnCS1591>true</SkipArcadeNoWarnCS1591>
1821
</PropertyGroup>

0 commit comments

Comments
 (0)