Skip to content

Commit

Permalink
chore: Update Uno.Sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored and github-actions[bot] committed Feb 13, 2025
1 parent db5f1bc commit 52733f8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 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.5.95</UnoVersion>
<UnoWasmBootstrapVersionNet8>8.0.23</UnoWasmBootstrapVersionNet8>
<UnoWasmBootstrapVersionNet9>9.0.11</UnoWasmBootstrapVersionNet9>
<UnoWasmBootstrapVersionNet9>9.0.13</UnoWasmBootstrapVersionNet9>
<UnoExtensionsLoggingVersion>1.7.0</UnoExtensionsLoggingVersion>
<UnoCoreLoggingVersion>4.1.1</UnoCoreLoggingVersion>
<UnoDspTasksVersion>1.4.0</UnoDspTasksVersion>
Expand Down
14 changes: 7 additions & 7 deletions src/Uno.Sdk/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
| UnoResizetizerVersion | 1.6.1 |
| SkiaSharpVersion | 2.88.9-preview.2.2 |
| SvgSkiaVersion | 2.0.0.4 |
| WinAppSdkVersion | 1.6.250108002 |
| WinAppSdkVersion | 1.6.250205002 |
| WinAppSdkBuildToolsVersion | 10.0.26100.1742 |
| MicrosoftLoggingVersion** | 8.0.1 |
| WindowsCompatibilityVersion** | 8.0.12 |
| WindowsCompatibilityVersion** | 8.0.13 |
| MicrosoftIdentityClientVersion | 4.65.0 |
| CommunityToolkitMvvmVersion | 8.3.2 |
| PrismVersion | 9.0.537 |
Expand Down Expand Up @@ -73,7 +73,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
"Uno.Wasm.Bootstrap.Server"
],
"versionOverride": {
"net9.0": "9.0.11"
"net9.0": "9.0.13"
}
},
{
Expand Down Expand Up @@ -133,7 +133,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
},
{
"group": "WinAppSdk",
"version": "1.6.250108002",
"version": "1.6.250205002",
"packages": [
"Microsoft.WindowsAppSDK"
]
Expand All @@ -152,17 +152,17 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
"Microsoft.Extensions.Logging.Console"
],
"versionOverride": {
"net9.0": "9.0.1"
"net9.0": "9.0.2"
}
},
{
"group": "WindowsCompatibility",
"version": "8.0.12",
"version": "8.0.13",
"packages": [
"Microsoft.Windows.Compatibility"
],
"versionOverride": {
"net9.0": "9.0.1"
"net9.0": "9.0.2"
}
},
{
Expand Down
10 changes: 5 additions & 5 deletions src/Uno.Sdk/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"Uno.Wasm.Bootstrap.Server"
],
"versionOverride": {
"net9.0": "9.0.11"
"net9.0": "9.0.13"
}
},
{
Expand Down Expand Up @@ -92,7 +92,7 @@
},
{
"group": "WinAppSdk",
"version": "1.6.250108002",
"version": "1.6.250205002",
"packages": [
"Microsoft.WindowsAppSDK"
]
Expand All @@ -111,17 +111,17 @@
"Microsoft.Extensions.Logging.Console"
],
"versionOverride": {
"net9.0": "9.0.1"
"net9.0": "9.0.2"
}
},
{
"group": "WindowsCompatibility",
"version": "8.0.12",
"version": "8.0.13",
"packages": [
"Microsoft.Windows.Compatibility"
],
"versionOverride": {
"net9.0": "9.0.1"
"net9.0": "9.0.2"
}
},
{
Expand Down

0 comments on commit 52733f8

Please sign in to comment.