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 Sep 4, 2024
1 parent d63613a commit da000b9
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.4.0-dev.1604</UnoVersion>
<UnoVersion>5.4.0-dev.1720</UnoVersion>
<UnoWasmBootstrapVersionNet8>8.0.21</UnoWasmBootstrapVersionNet8>
<UnoWasmBootstrapVersionNet9>9.0.0-dev.104</UnoWasmBootstrapVersionNet9>
<UnoExtensionsLoggingVersion>1.7.0</UnoExtensionsLoggingVersion>
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,11 +4,11 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp

| MSBuild Property | Default Version |
|----------------|:---------------:|
| UnoVersion* | 5.4.0-dev.1604 |
| UnoExtensionsVersion | 5.0.0-dev.391 |
| UnoVersion* | 5.4.0-dev.1720 |
| UnoExtensionsVersion | 5.0.0-dev.401 |
| UnoToolkitVersion | 6.2.0-dev.41 |
| UnoThemesVersion | 5.2.0-dev.17 |
| UnoCSharpMarkupVersion | 5.4.0-dev.35 |
| UnoThemesVersion | 5.2.0-dev.22 |
| UnoCSharpMarkupVersion | 5.4.0-dev.37 |
| UnoWasmBootstrapVersion** | 8.0.21 |
| UnoLoggingVersion | 1.7.0 |
| UnoCoreLoggingSingletonVersion | 4.1.1 |
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.4.0-dev.1604",
"version": "5.4.0-dev.1720",
"packages": [
"Uno.WinUI",
"Uno.UI.Adapter.Microsoft.Extensions.Logging",
Expand Down Expand Up @@ -278,15 +278,15 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
},
{
"group": "CSharpMarkup",
"version": "5.4.0-dev.35",
"version": "5.4.0-dev.37",
"packages": [
"Uno.WinUI.Markup",
"Uno.Extensions.Markup.Generators"
]
},
{
"group": "Extensions",
"version": "5.0.0-dev.391",
"version": "5.0.0-dev.401",
"packages": [
"Uno.Extensions.Authentication.WinUI",
"Uno.Extensions.Authentication.MSAL.WinUI",
Expand Down Expand Up @@ -326,7 +326,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
},
{
"group": "Themes",
"version": "5.2.0-dev.17",
"version": "5.2.0-dev.22",
"packages": [
"Uno.Material.WinUI",
"Uno.Material.WinUI.Markup",
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.4.0-dev.1604</SdkVersion>
<SdkVersion>5.4.0-dev.1720</SdkVersion>
<PackageReadmeFile>ReadMe.md</PackageReadmeFile>
</PropertyGroup>

Expand Down
8 changes: 4 additions & 4 deletions src/Uno.Sdk/packages.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"group": "Core",
"version": "5.4.0-dev.1604",
"version": "5.4.0-dev.1720",
"packages": [
"Uno.WinUI",
"Uno.UI.Adapter.Microsoft.Extensions.Logging",
Expand Down Expand Up @@ -237,15 +237,15 @@
},
{
"group": "CSharpMarkup",
"version": "5.4.0-dev.35",
"version": "5.4.0-dev.37",
"packages": [
"Uno.WinUI.Markup",
"Uno.Extensions.Markup.Generators"
]
},
{
"group": "Extensions",
"version": "5.0.0-dev.391",
"version": "5.0.0-dev.401",
"packages": [
"Uno.Extensions.Authentication.WinUI",
"Uno.Extensions.Authentication.MSAL.WinUI",
Expand Down Expand Up @@ -285,7 +285,7 @@
},
{
"group": "Themes",
"version": "5.2.0-dev.17",
"version": "5.2.0-dev.22",
"packages": [
"Uno.Material.WinUI",
"Uno.Material.WinUI.Markup",
Expand Down

0 comments on commit da000b9

Please sign in to comment.