Update PatchVersion from 90 to 100 - #36510
Merged
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 04bf990b-a216-41df-aa75-08f62a1ecaf0
Contributor
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.sh | bash -s -- 36510Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.ps1) } 36510" |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository’s product branding version to advance main from the 10.0.90 servicing cycle to the 10.0.100 servicing cycle, aligning the PatchVersion with the already-set SdkBandVersion.
Changes:
- Bumps
<PatchVersion>from90to100ineng/Versions.props.
rmarinho
approved these changes
Jul 10, 2026
This was referenced Jul 10, 2026
SyedAbdulAzeemSF4852
pushed a commit
to SyedAbdulAzeemSF4852/maui
that referenced
this pull request
Jul 27, 2026
<!-- Please let the below note in for people that find this PR --> > [!NOTE] > Are you waiting for the changes in this PR to be merged? > It would be very helpful if you could [test the resulting artifacts](https://github.com/dotnet/maui/wiki/Testing-PR-Builds) from this PR and let us know in a comment if this change resolves your issue. Thank you! ## Summary - Advances `main` from the SR9 `10.0.90` cycle to the SR10 `10.0.100` cycle. - Keeps `SdkBandVersion` and prerelease settings unchanged. - Matches the previous cycle bumps in dotnet#35433 and dotnet#35879. This clears the `Main bumped to SR10 cycle` release-readiness blocker for 10.0.90. _This PR was created by GitHub Copilot CLI on behalf of @kubaflo._ Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Note
Are you waiting for the changes in this PR to be merged?
It would be very helpful if you could test the resulting artifacts from this PR and let us know in a comment if this change resolves your issue. Thank you!
Summary
mainfrom the SR910.0.90cycle to the SR1010.0.100cycle.SdkBandVersionand prerelease settings unchanged.This clears the
Main bumped to SR10 cyclerelease-readiness blocker for 10.0.90.This PR was created by GitHub Copilot CLI on behalf of @kubaflo.