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 25, 2024
1 parent 75babbe commit 7ca1862
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 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.194</UnoVersion>
<UnoVersion>5.6.0-dev.212</UnoVersion>
<UnoWasmBootstrapVersionNet8>8.0.21</UnoWasmBootstrapVersionNet8>
<UnoWasmBootstrapVersionNet9>9.0.0-dev.309</UnoWasmBootstrapVersionNet9>
<UnoExtensionsLoggingVersion>1.7.0</UnoExtensionsLoggingVersion>
Expand Down
11 changes: 6 additions & 5 deletions src/Uno.Sdk/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp

| MSBuild Property | Default Version |
|----------------|:---------------:|
| UnoVersion* | 5.6.0-dev.194 |
| UnoVersion* | 5.6.0-dev.212 |
| UnoExtensionsVersion | 5.2.0-dev.10 |
| UnoToolkitVersion | 6.4.0-dev.17 |
| UnoThemesVersion | 5.4.0-dev.2 |
Expand All @@ -15,7 +15,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
| UnoUniversalImageLoaderVersion | 1.9.37 |
| UnoDspTasksVersion | 1.4.0-dev.12 |
| UnoResizetizerVersion | 1.6.0-dev.31 |
| SkiaSharpVersion | 2.88.9-preview.2.2 |
| SkiaSharpVersion | 2.88.8 |
| SvgSkiaVersion | 2.0.0.1 |
| WinAppSdkVersion | 1.6.240923002 |
| WinAppSdkBuildToolsVersion | 10.0.26100.1742 |
Expand All @@ -42,11 +42,12 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
[
{
"group": "Core",
"version": "5.6.0-dev.194",
"version": "5.6.0-dev.212",
"packages": [
"Uno.WinUI",
"Uno.UI.Adapter.Microsoft.Extensions.Logging",
"Uno.WinUI.Maps",
"Uno.WinUI.GooglePlay",
"Uno.WinUI.Foldable",
"Uno.WinUI.MSAL",
"Uno.WinUI.Svg",
Expand Down Expand Up @@ -121,14 +122,14 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
},
{
"group": "settings",
"version": "0.1.0-dev.223",
"version": "0.1.0-dev.230",
"packages": [
"Uno.Settings.DevServer"
]
},
{
"group": "SkiaSharp",
"version": "2.88.9-preview.2.2",
"version": "2.88.8",
"packages": [
"SkiaSharp.Skottie",
"SkiaSharp.Views.Uno.WinUI",
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.194</SdkVersion>
<SdkVersion>5.6.0-dev.212</SdkVersion>
<PackageReadmeFile>ReadMe.md</PackageReadmeFile>
</PropertyGroup>

Expand Down
7 changes: 4 additions & 3 deletions src/Uno.Sdk/packages.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[
{
"group": "Core",
"version": "5.6.0-dev.194",
"version": "5.6.0-dev.212",
"packages": [
"Uno.WinUI",
"Uno.UI.Adapter.Microsoft.Extensions.Logging",
"Uno.WinUI.Maps",
"Uno.WinUI.GooglePlay",
"Uno.WinUI.Foldable",
"Uno.WinUI.MSAL",
"Uno.WinUI.Svg",
Expand Down Expand Up @@ -80,14 +81,14 @@
},
{
"group": "settings",
"version": "0.1.0-dev.223",
"version": "0.1.0-dev.230",
"packages": [
"Uno.Settings.DevServer"
]
},
{
"group": "SkiaSharp",
"version": "2.88.9-preview.2.2",
"version": "2.88.8",
"packages": [
"SkiaSharp.Skottie",
"SkiaSharp.Views.Uno.WinUI",
Expand Down

0 comments on commit 7ca1862

Please sign in to comment.