Skip to content

Commit 8e2547a

Browse files
kubafloCopilot
andauthored
Stabilize Version 10.0.90 (#36509)
<!-- Please let the below note in for people that find this PR --> > [!NOTE] > Are you waiting for the changes in this PR to be merged? > It would be very helpful if you could [test the resulting artifacts](https://github.com/dotnet/maui/wiki/Testing-PR-Builds) from this PR and let us know in a comment if this change resolves your issue. Thank you! ## Summary Completes the SR9 servicing-version transition after the required content backports. - Preserves `PatchVersion` at `90`. - Sets `PreReleaseVersionLabel` to `servicing`. - Enables `StabilizePackageVersion` so SR9 produces stable release packages. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 5a9cacb commit 8e2547a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

eng/Versions.props

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@
55
<MinorVersion>0</MinorVersion>
66
<PatchVersion>90</PatchVersion>
77
<SdkBandVersion>10.0.100</SdkBandVersion>
8-
<PreReleaseVersionLabel>ci.main</PreReleaseVersionLabel>
9-
<PreReleaseVersionLabel Condition="'$(BUILD_SOURCEBRANCH)' == 'refs/heads/inflight/current'">ci.inflight</PreReleaseVersionLabel>
8+
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
109
<PreReleaseVersionIteration>
1110
</PreReleaseVersionIteration>
1211
<!-- Servicing builds have different characteristics for the way dependencies, baselines, and versions are handled. -->
1312
<IsServicingBuild Condition=" '$(PreReleaseVersionLabel)' == 'servicing' ">true</IsServicingBuild>
1413
<!-- Enable to remove prerelease label and produce stable package versions. -->
15-
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
14+
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>
1615
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
1716
<WorkloadVersionSuffix Condition="'$(DotNetFinalVersionKind)' != 'release' and '$(PreReleaseVersionIteration)' == ''">-$(PreReleaseVersionLabel)</WorkloadVersionSuffix>
1817
<WorkloadVersionSuffix Condition="'$(WorkloadVersionSuffix)' == '' and '$(DotNetFinalVersionKind)' != 'release'">-$(PreReleaseVersionLabel).$(PreReleaseVersionIteration)</WorkloadVersionSuffix>

0 commit comments

Comments
 (0)