Skip to content

Update version branding to rc1 #62889

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 24, 2025
Merged

Update version branding to rc1 #62889

merged 3 commits into from
Jul 24, 2025

Conversation

mmitche
Copy link
Member

@mmitche mmitche commented Jul 23, 2025

Updates version branding in eng/Versions.props to rc1

@Copilot Copilot AI review requested due to automatic review settings July 23, 2025 22:45
@mmitche mmitche requested review from wtgodbe and a team as code owners July 23, 2025 22:45
@github-actions github-actions bot added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Jul 23, 2025
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the version branding from preview to release candidate (rc1) for ASP.NET Core version 10.0.0. The changes prepare the codebase for a release candidate milestone by updating version iteration and labels.

Key changes:

  • Updates pre-release version iteration from 7 to 1
  • Changes pre-release version label from "preview" to "rc"

@@ -18,7 +18,7 @@
-->
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
<PreReleaseVersionLabel>rc</PreReleaseVersionLabel>
<PreReleaseBrandingLabel>Preview $(PreReleaseVersionIteration)</PreReleaseBrandingLabel>
Copy link
Preview

Copilot AI Jul 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PreReleaseBrandingLabel still contains 'Preview' but should be updated to 'RC' to match the change from preview to rc branding. This will result in inconsistent version branding where the label says 'rc' but the branding says 'Preview 1'.

Suggested change
<PreReleaseBrandingLabel>Preview $(PreReleaseVersionIteration)</PreReleaseBrandingLabel>
<PreReleaseBrandingLabel>RC $(PreReleaseVersionIteration)</PreReleaseBrandingLabel>

Copilot uses AI. Check for mistakes.

@wtgodbe wtgodbe added this to the 10.0-rc1 milestone Jul 23, 2025
@wtgodbe wtgodbe merged commit c56ce2f into main Jul 24, 2025
31 checks passed
@wtgodbe wtgodbe deleted the main-rc1-branding-update branch July 24, 2025 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants