Bump version in main to rc3 to workaround versionining issues#3237
Merged
Conversation
Temporary until #2271 goes in
ellahathaway
approved these changes
Nov 6, 2025
mmitche
approved these changes
Nov 6, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the pre-release version iteration from 1 to 3 across multiple .NET component repositories, indicating progression in the release candidate cycle.
- Increments
PreReleaseVersionIterationfrom 1 to 3 across all affected components - Maintains consistent versioning strategy across the .NET stack (runtime, SDK, ASP.NET Core, WPF, WinForms, etc.)
Reviewed Changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/wpf/eng/Versions.props | Updates WPF pre-release iteration to 3 |
| src/winforms/eng/Versions.props | Updates WinForms pre-release iteration to 3 |
| src/windowsdesktop/eng/Versions.props | Updates Windows Desktop pre-release iteration to 3 |
| src/sdk/eng/Versions.props | Updates SDK pre-release iteration to 3 (with condition) |
| src/runtime/eng/Versions.props | Updates runtime pre-release iteration to 3 |
| src/emsdk/eng/Versions.props | Updates Emscripten SDK pre-release iteration to 3 |
| src/deployment-tools/eng/Versions.props | Updates deployment tools pre-release iteration to 3 |
| src/command-line-api/eng/Versions.props | Updates command-line API pre-release iteration to 3 |
| src/aspnetcore/eng/Versions.props | Updates ASP.NET Core pre-release iteration to 3 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This was referenced Nov 12, 2025
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.
Temporary until #2271 goes in