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 Nov 15, 2024
1 parent 040898d commit 6402fb2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 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.122</UnoWasmBootstrapVersionNet9>
<UnoWasmBootstrapVersionNet9>9.0.7</UnoWasmBootstrapVersionNet9>
<UnoExtensionsLoggingVersion>1.7.0</UnoExtensionsLoggingVersion>
<UnoCoreLoggingVersion>4.1.1</UnoCoreLoggingVersion>
<UnoDspTasksVersion>1.4.0</UnoDspTasksVersion>
Expand Down
22 changes: 11 additions & 11 deletions src/Uno.Sdk/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
| UnoUniversalImageLoaderVersion | 1.9.37 |
| UnoDspTasksVersion | 1.4.0 |
| UnoResizetizerVersion | 1.5.2 |
| SkiaSharpVersion | 2.88.8 |
| SkiaSharpVersion | 2.88.9 |
| SvgSkiaVersion | 1.0.0.19 |
| WinAppSdkVersion | 1.5.240802000 |
| WinAppSdkBuildToolsVersion | 10.0.26100.1 |
| MicrosoftLoggingVersion** | 8.0.0 |
| WindowsCompatibilityVersion** | 8.0.8 |
| WinAppSdkVersion | 1.5.241107002 |
| WinAppSdkBuildToolsVersion | 10.0.26100.1742 |
| MicrosoftLoggingVersion** | 8.0.1 |
| WindowsCompatibilityVersion** | 8.0.11 |
| MicrosoftIdentityClientVersion | 4.61.3 |
| CommunityToolkitMvvmVersion | 8.2.2 |
| PrismVersion | 9.0.401-pre |
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.122"
"net9.0": "9.0.7"
}
},
{
Expand Down Expand Up @@ -113,7 +113,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
},
{
"group": "SkiaSharp",
"version": "2.88.8",
"version": "2.88.9",
"packages": [
"SkiaSharp.Skottie",
"SkiaSharp.Views.Uno.WinUI",
Expand All @@ -132,21 +132,21 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
},
{
"group": "WinAppSdk",
"version": "1.5.240802000",
"version": "1.5.241107002",
"packages": [
"Microsoft.WindowsAppSDK"
]
},
{
"group": "WinAppSdkBuildTools",
"version": "10.0.26100.1",
"version": "10.0.26100.1742",
"packages": [
"Microsoft.Windows.SDK.BuildTools"
]
},
{
"group": "MicrosoftLoggingConsole",
"version": "8.0.0",
"version": "8.0.1",
"packages": [
"Microsoft.Extensions.Logging.Console"
],
Expand All @@ -156,7 +156,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
},
{
"group": "WindowsCompatibility",
"version": "8.0.8",
"version": "8.0.11",
"packages": [
"Microsoft.Windows.Compatibility"
],
Expand Down
12 changes: 6 additions & 6 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.122"
"net9.0": "9.0.7"
}
},
{
Expand Down Expand Up @@ -72,7 +72,7 @@
},
{
"group": "SkiaSharp",
"version": "2.88.8",
"version": "2.88.9",
"packages": [
"SkiaSharp.Skottie",
"SkiaSharp.Views.Uno.WinUI",
Expand All @@ -91,21 +91,21 @@
},
{
"group": "WinAppSdk",
"version": "1.5.240802000",
"version": "1.5.241107002",
"packages": [
"Microsoft.WindowsAppSDK"
]
},
{
"group": "WinAppSdkBuildTools",
"version": "10.0.26100.1",
"version": "10.0.26100.1742",
"packages": [
"Microsoft.Windows.SDK.BuildTools"
]
},
{
"group": "MicrosoftLoggingConsole",
"version": "8.0.0",
"version": "8.0.1",
"packages": [
"Microsoft.Extensions.Logging.Console"
],
Expand All @@ -115,7 +115,7 @@
},
{
"group": "WindowsCompatibility",
"version": "8.0.8",
"version": "8.0.11",
"packages": [
"Microsoft.Windows.Compatibility"
],
Expand Down

0 comments on commit 6402fb2

Please sign in to comment.