Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/Uno.Sdk/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
| AndroidXSwipeRefreshLayoutVersion | 1.1.0.28 |
| AndroidXNavigationVersion | 2.8.9.2 |
| AndroidXCollectionVersion | 1.5.0.2 |
| MauiVersion** | 9.0.120 |
| MauiVersion** | 9.0.111 |

\* UnoVersion cannot be changed via MSBuild. You must change the SDK Version to change the UnoVersion.
\*\* This version may have a different version for .NET 10.0.
Expand Down Expand Up @@ -335,14 +335,14 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
},
{
"group": "Maui",
"version": "9.0.120",
"version": "9.0.111",
"packages": [
"Microsoft.Maui.Controls",
"Microsoft.Maui.Controls.Compatibility",
"Microsoft.Maui.Graphics"
],
"versionOverride": {
"net10.0": "10.0.11"
"net10.0": "10.0.0"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions src/Uno.Sdk/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -293,14 +293,14 @@
},
{
"group": "Maui",
"version": "9.0.120",
"version": "9.0.111",
Copy link

Copilot AI Nov 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is missing a required issue reference. According to the repository guidelines, every PR must reference a proper GitHub issue using one of these formats in the description:

Fixes https://github.com/unoplatform/<REPO>/issues/#<ISSUE_NUMBER>
Closes https://github.com/unoplatform/<REPO>/issues/#<ISSUE_NUMBER>
Related to https://github.com/unoplatform/<REPO>/issues/#<ISSUE_NUMBER>

The PR should also include:

  • A 1-3 sentence summary explaining what the change does, why it's needed, and which issue it addresses.

If there is no related issue by design, please add a note like:

Note: No related issue (Internal maintenance / Approved by Team member: @<USERNAME>).

Copilot generated this review using guidance from organization custom instructions.
"packages": [
"Microsoft.Maui.Controls",
"Microsoft.Maui.Controls.Compatibility",
"Microsoft.Maui.Graphics"
],
"versionOverride": {
"net10.0": "10.0.11"
"net10.0": "10.0.0"
}
},
{
Expand Down
Loading