[2.0-stable] Bump Foundation patch version to 23#6517
Merged
Conversation
The currently-published Foundation packages on nuget.org are 2.0.21 (stable) and 2.0.22-experimental. Bump the hardcoded patch from 21 to 23 so the next 2.2.0 RC build doesn't collide with either. This is a manual bump because the patch-version automation (PR #6486) has not yet landed on release/2.0-stable.
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
lauren-ciha
approved these changes
May 28, 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.
Bumps the Foundation patch version from
21to23.Currently-published Foundation packages on nuget.org are:
Microsoft.WindowsAppSDK.Foundation 2.0.21(stable, matches current branch HEAD)Microsoft.WindowsAppSDK.Foundation 2.0.22-experimentalWithout this bump, the next
release/2.0-stablebuild would re-publish2.0.21and collide with the already-shipped package. Skipping to23clears the experimental too.This is a manual bump because the patch-version automation (#6486) has not yet landed on
release/2.0-stable.Needed for the WinAppSDK 2.2.0 RC.