Skip to content

Commit

Permalink
Merge pull request #718 from unoplatform/dev/sdk/update
Browse files Browse the repository at this point in the history
Uno.Sdk Update
  • Loading branch information
github-actions[bot] authored Jun 4, 2024
2 parents 4b36c26 + e7dff1a commit 9077c13
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.3.0-dev.1669</UnoVersion>
<UnoVersion>5.3.0-dev.1678</UnoVersion>
<UnoWasmBootstrapVersionNet8>8.0.15</UnoWasmBootstrapVersionNet8>
<UnoWasmBootstrapVersionNet9>9.0.0-dev.76</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,10 +4,10 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp

| MSBuild Property | Default Version |
|----------------|:---------------:|
| UnoVersion* | 5.3.0-dev.1669 |
| UnoVersion* | 5.3.0-dev.1678 |
| UnoExtensionsVersion | 4.2.0-dev.81 |
| UnoToolkitVersion | 6.1.0-dev.24 |
| UnoThemesVersion | 5.1.0-dev.33 |
| UnoToolkitVersion | 6.1.0-dev.25 |
| UnoThemesVersion | 5.1.0-dev.35 |
| UnoCSharpMarkupVersion | 5.3.0-dev.86 |
| UnoWasmBootstrapVersion** | $WasmBootstrapVersion$ |
| UnoLoggingVersion | 1.7.0 |
Expand All @@ -21,7 +21,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
| WinAppSdkBuildToolsVersion | 10.0.26100.1 |
| MicrosoftLoggingVersion** | 8.0.0 |
| WindowsCompatibilityVersion** | 8.0.6 |
| MicrosoftIdentityClientVersion | 4.61.1 |
| MicrosoftIdentityClientVersion | 4.61.2 |
| CommunityToolkitMvvmVersion | 8.2.2 |
| PrismVersion | 9.0.401-pre |
| AndroidMaterialVersion | 1.10.0.3 |
Expand All @@ -42,7 +42,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
[
{
"group": "Core",
"version": "5.3.0-dev.1669",
"version": "5.3.0-dev.1678",
"packages": [
"Uno.WinUI",
"Uno.UI.Adapter.Microsoft.Extensions.Logging",
Expand Down Expand Up @@ -166,7 +166,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
},
{
"group": "MsalClient",
"version": "4.61.1",
"version": "4.61.2",
"packages": [
"Microsoft.Identity.Client"
]
Expand Down Expand Up @@ -304,7 +304,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
},
{
"group": "Toolkit",
"version": "6.1.0-dev.24",
"version": "6.1.0-dev.25",
"packages": [
"Uno.Toolkit.WinUI",
"Uno.Toolkit.WinUI.Cupertino",
Expand All @@ -316,7 +316,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
},
{
"group": "Themes",
"version": "5.1.0-dev.33",
"version": "5.1.0-dev.35",
"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.3.0-dev.1669</SdkVersion>
<SdkVersion>5.3.0-dev.1678</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.3.0-dev.1669",
"version": "5.3.0-dev.1678",
"packages": [
"Uno.WinUI",
"Uno.UI.Adapter.Microsoft.Extensions.Logging",
Expand Down Expand Up @@ -125,7 +125,7 @@
},
{
"group": "MsalClient",
"version": "4.61.1",
"version": "4.61.2",
"packages": [
"Microsoft.Identity.Client"
]
Expand Down Expand Up @@ -263,7 +263,7 @@
},
{
"group": "Toolkit",
"version": "6.1.0-dev.24",
"version": "6.1.0-dev.25",
"packages": [
"Uno.Toolkit.WinUI",
"Uno.Toolkit.WinUI.Cupertino",
Expand All @@ -275,7 +275,7 @@
},
{
"group": "Themes",
"version": "5.1.0-dev.33",
"version": "5.1.0-dev.35",
"packages": [
"Uno.Material.WinUI",
"Uno.Material.WinUI.Markup",
Expand Down

0 comments on commit 9077c13

Please sign in to comment.