Skip to content

Commit

Permalink
Merge pull request #1201 from unoplatform/sdk/update/dev
Browse files Browse the repository at this point in the history
Uno.Sdk Update - main
  • Loading branch information
github-actions[bot] authored Feb 3, 2025
2 parents aad38d9 + 5d83aa9 commit e55dfd2
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions src/Uno.Sdk.Updater.targets
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project>
<!-- This file is generated by the Uno.Sdk.Updater. Do not make manual changes. -->
<PropertyGroup>
<UnoVersion>5.7.0-dev.319</UnoVersion>
<UnoVersion>5.7.0-dev.390</UnoVersion>
<UnoWasmBootstrapVersionNet8>8.0.23</UnoWasmBootstrapVersionNet8>
<UnoWasmBootstrapVersionNet9>9.0.10</UnoWasmBootstrapVersionNet9>
<UnoWasmBootstrapVersionNet9>9.0.11</UnoWasmBootstrapVersionNet9>
<UnoExtensionsLoggingVersion>1.7.0</UnoExtensionsLoggingVersion>
<UnoCoreLoggingVersion>4.1.1</UnoCoreLoggingVersion>
<UnoDspTasksVersion>1.4.0-dev.12</UnoDspTasksVersion>
Expand Down
16 changes: 8 additions & 8 deletions src/Uno.Sdk/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp

| MSBuild Property | Default Version |
|----------------|:---------------:|
| UnoVersion* | 5.7.0-dev.319 |
| UnoExtensionsVersion | 5.3.0-dev.110 |
| UnoToolkitVersion | 6.5.0-dev.88 |
| UnoVersion* | 5.7.0-dev.390 |
| UnoExtensionsVersion | 5.3.0-dev.117 |
| UnoToolkitVersion | 6.5.0-dev.94 |
| UnoThemesVersion | 5.5.0-dev.89.gf0dd9a65ba |
| UnoCSharpMarkupVersion | 5.7.0-dev.12 |
| UnoWasmBootstrapVersion** | 8.0.23 |
Expand Down Expand Up @@ -42,7 +42,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
[
{
"group": "Core",
"version": "5.7.0-dev.319",
"version": "5.7.0-dev.390",
"packages": [
"Uno.WinUI",
"Uno.UI.Adapter.Microsoft.Extensions.Logging",
Expand Down Expand Up @@ -74,7 +74,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
"Uno.Wasm.Bootstrap.Server"
],
"versionOverride": {
"net9.0": "9.0.10"
"net9.0": "9.0.11"
}
},
{
Expand Down Expand Up @@ -129,7 +129,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
},
{
"group": "hotdesign",
"version": "1.4.0-dev.11",
"version": "1.4.0-dev.46",
"packages": [
"Uno.UI.HotDesign"
]
Expand Down Expand Up @@ -309,7 +309,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
},
{
"group": "Extensions",
"version": "5.3.0-dev.110",
"version": "5.3.0-dev.117",
"packages": [
"Uno.Extensions.Authentication.WinUI",
"Uno.Extensions.Authentication.MSAL.WinUI",
Expand Down Expand Up @@ -337,7 +337,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
},
{
"group": "Toolkit",
"version": "6.5.0-dev.88",
"version": "6.5.0-dev.94",
"packages": [
"Uno.Toolkit.WinUI",
"Uno.Toolkit.WinUI.Cupertino",
Expand Down
2 changes: 1 addition & 1 deletion src/Uno.Sdk/Uno.Sdk.Updater.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>Provides a base SDK for Uno Platform projects.</Description>
<PackageTags></PackageTags>
<SdkPackageId>Uno.Sdk.Private</SdkPackageId>
<SdkVersion>5.7.0-dev.319</SdkVersion>
<SdkVersion>5.7.0-dev.390</SdkVersion>
<PackageReadmeFile>ReadMe.md</PackageReadmeFile>
</PropertyGroup>

Expand Down
10 changes: 5 additions & 5 deletions src/Uno.Sdk/packages.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"group": "Core",
"version": "5.7.0-dev.319",
"version": "5.7.0-dev.390",
"packages": [
"Uno.WinUI",
"Uno.UI.Adapter.Microsoft.Extensions.Logging",
Expand Down Expand Up @@ -33,7 +33,7 @@
"Uno.Wasm.Bootstrap.Server"
],
"versionOverride": {
"net9.0": "9.0.10"
"net9.0": "9.0.11"
}
},
{
Expand Down Expand Up @@ -88,7 +88,7 @@
},
{
"group": "hotdesign",
"version": "1.4.0-dev.11",
"version": "1.4.0-dev.46",
"packages": [
"Uno.UI.HotDesign"
]
Expand Down Expand Up @@ -268,7 +268,7 @@
},
{
"group": "Extensions",
"version": "5.3.0-dev.110",
"version": "5.3.0-dev.117",
"packages": [
"Uno.Extensions.Authentication.WinUI",
"Uno.Extensions.Authentication.MSAL.WinUI",
Expand Down Expand Up @@ -296,7 +296,7 @@
},
{
"group": "Toolkit",
"version": "6.5.0-dev.88",
"version": "6.5.0-dev.94",
"packages": [
"Uno.Toolkit.WinUI",
"Uno.Toolkit.WinUI.Cupertino",
Expand Down

0 comments on commit e55dfd2

Please sign in to comment.