Skip to content

Commit a659b18

Browse files
authored
Release Versioning for 8.0.81 (#24359)
1 parent be0e2f5 commit a659b18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: eng/Versions.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<MinorVersion>0</MinorVersion>
77
<PatchVersion>81</PatchVersion>
88
<SdkBandVersion>8.0.100</SdkBandVersion>
9-
<PreReleaseVersionLabel>ci.net8</PreReleaseVersionLabel>
9+
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
1010
<!-- Servicing builds have different characteristics for the way dependencies, baselines, and versions are handled. -->
1111
<IsServicingBuild Condition=" '$(PreReleaseVersionLabel)' == 'servicing' ">true</IsServicingBuild>
1212
<!-- Enable to remove prerelease label and produce stable package versions. -->
13-
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
13+
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>
1414
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
1515
<WorkloadVersionSuffix Condition="'$(DotNetFinalVersionKind)' != 'release' and '$(PreReleaseVersionIteration)' == ''">-$(PreReleaseVersionLabel)</WorkloadVersionSuffix>
1616
<WorkloadVersionSuffix Condition="'$(WorkloadVersionSuffix)' == '' and '$(DotNetFinalVersionKind)' != 'release'">-$(PreReleaseVersionLabel).$(PreReleaseVersionIteration)</WorkloadVersionSuffix>

0 commit comments

Comments
 (0)