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 Oct 11, 2024
1 parent 040898d commit 29c76e5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 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.0-dev.313</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 @@ -17,10 +17,10 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
| UnoResizetizerVersion | 1.5.2 |
| SkiaSharpVersion | 2.88.8 |
| 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.241001000 |
| WinAppSdkBuildToolsVersion | 10.0.26100.1742 |
| MicrosoftLoggingVersion** | 8.0.1 |
| WindowsCompatibilityVersion** | 8.0.10 |
| 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.0-dev.313"
}
},
{
Expand Down Expand Up @@ -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.241001000",
"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.0-rc.2.24473.5"
}
},
{
"group": "WindowsCompatibility",
"version": "8.0.8",
"version": "8.0.10",
"packages": [
"Microsoft.Windows.Compatibility"
],
"versionOverride": {
"net9.0": "9.0.0-rc.1.24452.1"
"net9.0": "9.0.0-rc.2.24474.4"
}
},
{
Expand Down
14 changes: 7 additions & 7 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.0-dev.313"
}
},
{
Expand Down Expand Up @@ -91,36 +91,36 @@
},
{
"group": "WinAppSdk",
"version": "1.5.240802000",
"version": "1.5.241001000",
"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.0-rc.2.24473.5"
}
},
{
"group": "WindowsCompatibility",
"version": "8.0.8",
"version": "8.0.10",
"packages": [
"Microsoft.Windows.Compatibility"
],
"versionOverride": {
"net9.0": "9.0.0-rc.1.24452.1"
"net9.0": "9.0.0-rc.2.24474.4"
}
},
{
Expand Down

0 comments on commit 29c76e5

Please sign in to comment.