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 Jan 15, 2025
1 parent 040898d commit decdf60
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 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.8</UnoWasmBootstrapVersionNet9>
<UnoExtensionsLoggingVersion>1.7.0</UnoExtensionsLoggingVersion>
<UnoCoreLoggingVersion>4.1.1</UnoCoreLoggingVersion>
<UnoDspTasksVersion>1.4.0</UnoDspTasksVersion>
Expand Down
26 changes: 13 additions & 13 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.250108004 |
| WinAppSdkBuildToolsVersion | 10.0.26100.1742 |
| MicrosoftLoggingVersion** | 8.0.1 |
| WindowsCompatibilityVersion** | 8.0.12 |
| 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.8"
}
},
{
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,36 +132,36 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
},
{
"group": "WinAppSdk",
"version": "1.5.240802000",
"version": "1.5.250108004",
"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"
],
"versionOverride": {
"net9.0": "9.0.0-rc.1.24431.7"
"net9.0": "9.0.1"
}
},
{
"group": "WindowsCompatibility",
"version": "8.0.8",
"version": "8.0.12",
"packages": [
"Microsoft.Windows.Compatibility"
],
"versionOverride": {
"net9.0": "9.0.0-rc.1.24452.1"
"net9.0": "9.0.1"
}
},
{
Expand Down
16 changes: 8 additions & 8 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.8"
}
},
{
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,36 +91,36 @@
},
{
"group": "WinAppSdk",
"version": "1.5.240802000",
"version": "1.5.250108004",
"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"
],
"versionOverride": {
"net9.0": "9.0.0-rc.1.24431.7"
"net9.0": "9.0.1"
}
},
{
"group": "WindowsCompatibility",
"version": "8.0.8",
"version": "8.0.12",
"packages": [
"Microsoft.Windows.Compatibility"
],
"versionOverride": {
"net9.0": "9.0.0-rc.1.24452.1"
"net9.0": "9.0.1"
}
},
{
Expand Down

0 comments on commit decdf60

Please sign in to comment.