-
Notifications
You must be signed in to change notification settings - Fork 299
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
v6.0.0 Release Notes #3063
v6.0.0 Release Notes #3063
Conversation
Is "since preview x" adding any value? Seems not needed. |
@ErikEJ To me it seems marginally useful to indicate which preview it came in or if it's part of none of the previews. |
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.
Please review my comments.
Is Windows x86 supported? |
Yes but I would think of it more like x86 on Windows. Running x86 apps on Windows will live longer than any Windows x86-only offering. Windows 10 support is ending in 2025 and there is no 32-bit only Windows 11... |
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.
Minor edit. Otherwise looks good.
Co-authored-by: David Engel <[email protected]>
@benrr101 There are no 6.0 release notes in the main branch 😕 |
* Adding v6.0.0 release notes, updating related files * Addressing PR comments * Remove win-arm32 from support * Retractively adding ARM64 to net462 support * Adding descriptive paragraphs for bigger features * .NET 8**+** * Update SNI version * Change PR number for SNI vbump * Move PRs for called out additions * Update release-notes/6.0/6.0.0.md Co-authored-by: David Engel <[email protected]> --------- Co-authored-by: David Engel <[email protected]>
* v6.0.0 Release Notes (#3063) * Adding v6.0.0 release notes, updating related files * Addressing PR comments * Remove win-arm32 from support * Retractively adding ARM64 to net462 support * Adding descriptive paragraphs for bigger features * .NET 8**+** * Update SNI version * Change PR number for SNI vbump * Move PRs for called out additions * Update release-notes/6.0/6.0.0.md Co-authored-by: David Engel <[email protected]> --------- Co-authored-by: David Engel <[email protected]> * Add v6.0.1 release docs * Addressing PR comments * Fixing one more JSON reference * Adding knock-on effect of #2258 * rewording slightly --------- Co-authored-by: David Engel <[email protected]>
Adding v6.0.0 release notes, updating related files. The strategy employed here is to combine the release notes from preview 1, 2, and 3, combining changes that go together/cancel each other out. I feel this is important because not everyone pays attention to preview releases and should still see breaking/major changes.