Skip to content

Commit

Permalink
Merge pull request #1122 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 Nov 22, 2024
2 parents f94b84c + d3ed963 commit c2c21bb
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion src/Uno.Sdk.Updater.targets
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<!-- This file is generated by the Uno.Sdk.Updater. Do not make manual changes. -->
<PropertyGroup>
<UnoVersion>5.6.0-dev.881</UnoVersion>
<UnoVersion>5.6.0-dev.894</UnoVersion>
<UnoWasmBootstrapVersionNet8>8.0.21</UnoWasmBootstrapVersionNet8>
<UnoWasmBootstrapVersionNet9>9.0.8</UnoWasmBootstrapVersionNet9>
<UnoExtensionsLoggingVersion>1.7.0</UnoExtensionsLoggingVersion>
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 @@ -4,9 +4,9 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp

| MSBuild Property | Default Version |
|----------------|:---------------:|
| UnoVersion* | 5.6.0-dev.881 |
| UnoVersion* | 5.6.0-dev.894 |
| UnoExtensionsVersion | 5.2.0-dev.20 |
| UnoToolkitVersion | 6.4.0-dev.55 |
| UnoToolkitVersion | 6.4.0-dev.57 |
| UnoThemesVersion | 5.4.0-dev.19 |
| UnoCSharpMarkupVersion | 5.5.6 |
| UnoWasmBootstrapVersion** | 8.0.21 |
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.6.0-dev.881",
"version": "5.6.0-dev.894",
"packages": [
"Uno.WinUI",
"Uno.UI.Adapter.Microsoft.Extensions.Logging",
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.1.0-dev.132",
"version": "1.1.0-dev.146",
"packages": [
"Uno.UI.HotDesign"
]
Expand Down Expand Up @@ -174,7 +174,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
"Microsoft.Extensions.Logging.Console"
],
"versionOverride": {
"net9.0": "9.0.0"
"net9.0": "9.0.0-rc.2.24473.5"
}
},
{
Expand All @@ -184,7 +184,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
"Microsoft.Windows.Compatibility"
],
"versionOverride": {
"net9.0": "9.0.0"
"net9.0": "9.0.0-rc.2.24474.4"
}
},
{
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.4.0-dev.55",
"version": "6.4.0-dev.57",
"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.6.0-dev.881</SdkVersion>
<SdkVersion>5.6.0-dev.894</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.6.0-dev.881",
"version": "5.6.0-dev.894",
"packages": [
"Uno.WinUI",
"Uno.UI.Adapter.Microsoft.Extensions.Logging",
Expand Down Expand Up @@ -88,7 +88,7 @@
},
{
"group": "hotdesign",
"version": "1.1.0-dev.132",
"version": "1.1.0-dev.146",
"packages": [
"Uno.UI.HotDesign"
]
Expand Down Expand Up @@ -133,7 +133,7 @@
"Microsoft.Extensions.Logging.Console"
],
"versionOverride": {
"net9.0": "9.0.0"
"net9.0": "9.0.0-rc.2.24473.5"
}
},
{
Expand All @@ -143,7 +143,7 @@
"Microsoft.Windows.Compatibility"
],
"versionOverride": {
"net9.0": "9.0.0"
"net9.0": "9.0.0-rc.2.24474.4"
}
},
{
Expand Down Expand Up @@ -296,7 +296,7 @@
},
{
"group": "Toolkit",
"version": "6.4.0-dev.55",
"version": "6.4.0-dev.57",
"packages": [
"Uno.Toolkit.WinUI",
"Uno.Toolkit.WinUI.Cupertino",
Expand Down

0 comments on commit c2c21bb

Please sign in to comment.