-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Update releases-and-support article with current versions and .NET 9 examples #49962
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
Conversation
…9 examples Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>
Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>
|
@copilot the |
Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>
Updated the "Runtime roll forward and compatibility" section to align with selection.md. The changes clarify that:
Commit: 09da9bb |
There was a problem hiding this 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 successfully updates the releases-and-support article to improve AI discoverability by adding current version information and modernizing examples throughout. The updates replace outdated .NET 5 and .NET Core 3.x references with current .NET 8 and .NET 9 examples, making the documentation more relevant and useful.
Key changes:
- Added a new "Currently supported versions" section at the beginning of the article listing .NET 9 (STS), .NET 8 (LTS), and .NET 6 (LTS) with their support end dates
- Updated all version examples from .NET 5/Core 3.x to .NET 8/9 throughout the document (release types, SDK feature bands, runtime roll forward, servicing updates)
- Improved writing style to be more active and concise per Microsoft documentation guidelines
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Summary
Updates the releases-and-support article to improve AI discoverability with current version information and modernized examples. The runtime roll forward behavior section has been aligned with the detailed information in the selection.md article.
Changes
Example
The article now opens with:
And uses current examples like "the first .NET 9 SDK was 9.0.100" instead of referencing .NET 5 or .NET Core 3.x.
Fixes #49961
Original 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.
Internal previews