Prepare for GA release: Remove -rc.2 labels from package IDs and update MAUI feature band #601
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR prepares the workload versions repository for the General Availability (GA) release by removing the
-rc.2labels from package identifiers and updating the MAUI feature band to its stable version.Changes
Version.Details.xml
Updated 6 dependency names to remove the
-rc.2suffix from the manifest package identifiers:Microsoft.NET.Sdk.Android.Manifest-10.0.100-rc.2→Microsoft.NET.Sdk.Android.Manifest-10.0.100Microsoft.NET.Sdk.iOS.Manifest-10.0.100-rc.2→Microsoft.NET.Sdk.iOS.Manifest-10.0.100Microsoft.NET.Sdk.tvOS.Manifest-10.0.100-rc.2→Microsoft.NET.Sdk.tvOS.Manifest-10.0.100Microsoft.NET.Sdk.MacCatalyst.Manifest-10.0.100-rc.2→Microsoft.NET.Sdk.MacCatalyst.Manifest-10.0.100Microsoft.NET.Sdk.macOS.Manifest-10.0.100-rc.2→Microsoft.NET.Sdk.macOS.Manifest-10.0.100Microsoft.NET.Sdk.Maui.Manifest-10.0.100-rc.2→Microsoft.NET.Sdk.Maui.Manifest-10.0.100Versions.props
MauiFeatureBandfrom10.0.100-rc.2to10.0.100to reflect the stable release versionrc2from all MAUI-related package version property names to align with stable naming conventions:MicrosoftNETSdkAndroidManifest100100rc2PackageVersion→MicrosoftNETSdkAndroidManifest100100PackageVersionMicrosoftNETSdkiOSManifest100100rc2PackageVersion→MicrosoftNETSdkiOSManifest100100PackageVersionNotes
36.0.0-rc.2.332) remain unchanged as they reference the underlying package versionsOriginal prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.