Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Oct 13, 2025

This PR prepares the workload versions repository for the General Availability (GA) release by removing the -rc.2 labels 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.2 suffix from the manifest package identifiers:

  • Microsoft.NET.Sdk.Android.Manifest-10.0.100-rc.2Microsoft.NET.Sdk.Android.Manifest-10.0.100
  • Microsoft.NET.Sdk.iOS.Manifest-10.0.100-rc.2Microsoft.NET.Sdk.iOS.Manifest-10.0.100
  • Microsoft.NET.Sdk.tvOS.Manifest-10.0.100-rc.2Microsoft.NET.Sdk.tvOS.Manifest-10.0.100
  • Microsoft.NET.Sdk.MacCatalyst.Manifest-10.0.100-rc.2Microsoft.NET.Sdk.MacCatalyst.Manifest-10.0.100
  • Microsoft.NET.Sdk.macOS.Manifest-10.0.100-rc.2Microsoft.NET.Sdk.macOS.Manifest-10.0.100
  • Microsoft.NET.Sdk.Maui.Manifest-10.0.100-rc.2Microsoft.NET.Sdk.Maui.Manifest-10.0.100

Versions.props

  1. Updated MAUI Feature Band: Changed MauiFeatureBand from 10.0.100-rc.2 to 10.0.100 to reflect the stable release version
  2. Normalized Property Names: Removed rc2 from all MAUI-related package version property names to align with stable naming conventions:
    • MicrosoftNETSdkAndroidManifest100100rc2PackageVersionMicrosoftNETSdkAndroidManifest100100PackageVersion
    • MicrosoftNETSdkiOSManifest100100rc2PackageVersionMicrosoftNETSdkiOSManifest100100PackageVersion
    • And all other related MAUI manifest properties

Notes

  • The actual version numbers in the package versions (e.g., 36.0.0-rc.2.332) remain unchanged as they reference the underlying package versions
  • This change updates the package identification scheme to use stable IDs in preparation for the GA release
Original prompt

In preperation for GA, we need to change all of the package ids that include -rc.2 to their stable versions. This will require changing version.details.xml as well as versions.props.

For versions.props, modify the package properties to remove the rc2 label and change the maui feature band


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Change all package ids from rc.2 to stable versions Prepare for GA release: Remove -rc.2 labels from package IDs and update MAUI feature band Oct 13, 2025
Copilot AI requested a review from marcpopMSFT October 13, 2025 20:33
Copilot finished work on behalf of marcpopMSFT October 13, 2025 20:33
@marcpopMSFT marcpopMSFT marked this pull request as ready for review October 14, 2025 22:03
@marcpopMSFT marcpopMSFT requested a review from MiYanni October 14, 2025 22:04
@marcpopMSFT
Copy link
Member

Reviewed and confirmed it looks like the last version of this change:
e4b7647

@marcpopMSFT marcpopMSFT merged commit 4fddae4 into main Oct 16, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants