Conversation
Co-authored-by: mmitche <[email protected]>
Copilot
AI
changed the title
[WIP] Update pre-release version label branding to preview from alpha
Update PreReleaseVersionLabel from alpha to preview in src/ repositories
Jan 15, 2026
mmitche
reviewed
Jan 15, 2026
mmitche
reviewed
Jan 15, 2026
mmitche
reviewed
Jan 15, 2026
mmitche
reviewed
Jan 15, 2026
Co-authored-by: mmitche <[email protected]>
…ink, and symreader Co-authored-by: mmitche <[email protected]>
mmitche
approved these changes
Jan 15, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the pre-release version label branding from "alpha" to "preview" across 15 repositories in the src/ directory. The changes align these repositories with the consistent "preview" branding standard.
Changes:
- Updated
PreReleaseVersionLabelfrom "alpha" to "preview" in 15 repository Versions.props files - Set
PreReleaseVersionIterationto "1" for templating (was previously empty) - Maintained existing iteration settings for cecil, scenario-tests, sourcelink, and symreader repositories
Reviewed changes
Copilot reviewed 15 out of 15 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/aspnetcore/eng/Versions.props | Updated PreReleaseVersionLabel to "preview" |
| src/cecil/eng/Versions.props | Updated PreReleaseVersionLabel to "preview" |
| src/command-line-api/eng/Versions.props | Updated PreReleaseVersionLabel to "preview" |
| src/efcore/eng/Versions.props | Updated PreReleaseVersionLabel to "preview" |
| src/emsdk/eng/Versions.props | Updated PreReleaseVersionLabel to "preview" |
| src/fsharp/eng/Versions.props | Updated PreReleaseVersionLabel from "alpha$(FSharpPreReleaseIteration)" to "preview$(FSharpPreReleaseIteration)" |
| src/runtime/eng/Versions.props | Updated PreReleaseVersionLabel to "preview" |
| src/scenario-tests/eng/Versions.props | Updated PreReleaseVersionLabel to "preview" |
| src/sdk/eng/Versions.props | Updated PreReleaseVersionLabel to "preview" |
| src/sourcelink/eng/Versions.props | Updated PreReleaseVersionLabel to "preview" |
| src/symreader/eng/Versions.props | Updated PreReleaseVersionLabel to "preview" |
| src/templating/eng/Versions.props | Updated PreReleaseVersionLabel to "preview" and set PreReleaseVersionIteration to "1" |
| src/windowsdesktop/eng/Versions.props | Updated PreReleaseVersionLabel to "preview" |
| src/winforms/eng/Versions.props | Updated PreReleaseVersionLabel to "preview" |
| src/wpf/eng/Versions.props | Updated PreReleaseVersionLabel to "preview" |
Comments suppressed due to low confidence (1)
src/aspnetcore/eng/Versions.props:22
- The PreReleaseBrandingLabel condition for 'alpha' is now obsolete since PreReleaseVersionLabel has been changed to 'preview'. This conditional block will never be executed and should be removed to keep the codebase clean.
<PreReleaseBrandingLabel Condition="'$(PreReleaseVersionLabel)' == 'alpha'">Alpha $(PreReleaseVersionIteration)</PreReleaseBrandingLabel>
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
wtgodbe
approved these changes
Jan 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Update PreReleaseVersionLabel from alpha to preview
Summary
Successfully updated all 15 repositories in the src/ directory that had
PreReleaseVersionLabelset to 'alpha'. All have been changed to 'preview'. Iteration values were only modified for templating (set to 1), while cecil, scenario-tests, sourcelink, and symreader maintain their original iteration settings per maintainer feedback.Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.