Skip to content

Commit

Permalink
Merge pull request #944 from unoplatform/sdk/update/release/5.3
Browse files Browse the repository at this point in the history
Uno.Sdk Update - release/stable/5.3
  • Loading branch information
github-actions[bot] authored Sep 12, 2024
2 parents 7beaab1 + 6c25cc9 commit 4882fb6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/Uno.Sdk.Updater.targets
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<UnoVersion>5.3.144</UnoVersion>
<UnoWasmBootstrapVersionNet8>8.0.21</UnoWasmBootstrapVersionNet8>
<UnoWasmBootstrapVersionNet9>9.0.0-dev.120</UnoWasmBootstrapVersionNet9>
<UnoWasmBootstrapVersionNet9>9.0.0-dev.122</UnoWasmBootstrapVersionNet9>
<UnoExtensionsLoggingVersion>1.7.0</UnoExtensionsLoggingVersion>
<UnoCoreLoggingVersion>4.1.1</UnoCoreLoggingVersion>
<UnoDspTasksVersion>1.4.0</UnoDspTasksVersion>
Expand Down
6 changes: 3 additions & 3 deletions src/Uno.Sdk/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
| UnoVersion* | 5.3.144 |
| UnoExtensionsVersion | 4.2.14 |
| UnoToolkitVersion | 6.1.8 |
| UnoThemesVersion | 5.1.7 |
| UnoThemesVersion | 5.1.9 |
| UnoCSharpMarkupVersion | 5.3.12 |
| UnoWasmBootstrapVersion** | 8.0.21 |
| UnoLoggingVersion | 1.7.0 |
Expand Down Expand Up @@ -72,7 +72,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
"Uno.Wasm.Bootstrap.Server"
],
"versionOverride": {
"net9.0": "9.0.0-dev.120"
"net9.0": "9.0.0-dev.122"
}
},
{
Expand Down Expand Up @@ -326,7 +326,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
},
{
"group": "Themes",
"version": "5.1.7",
"version": "5.1.9",
"packages": [
"Uno.Material.WinUI",
"Uno.Material.WinUI.Markup",
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 @@ -31,7 +31,7 @@
"Uno.Wasm.Bootstrap.Server"
],
"versionOverride": {
"net9.0": "9.0.0-dev.120"
"net9.0": "9.0.0-dev.122"
}
},
{
Expand Down Expand Up @@ -285,7 +285,7 @@
},
{
"group": "Themes",
"version": "5.1.7",
"version": "5.1.9",
"packages": [
"Uno.Material.WinUI",
"Uno.Material.WinUI.Markup",
Expand Down

0 comments on commit 4882fb6

Please sign in to comment.