Skip to content

Commit

Permalink
Merge pull request #1125 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 25, 2024
2 parents 3aca774 + 6725bbd commit 66ea7c2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 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.927</UnoVersion>
<UnoVersion>5.6.0-dev.934</UnoVersion>
<UnoWasmBootstrapVersionNet8>8.0.21</UnoWasmBootstrapVersionNet8>
<UnoWasmBootstrapVersionNet9>9.0.8</UnoWasmBootstrapVersionNet9>
<UnoExtensionsLoggingVersion>1.7.0</UnoExtensionsLoggingVersion>
Expand Down
12 changes: 6 additions & 6 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.927 |
| UnoVersion* | 5.6.0-dev.934 |
| UnoExtensionsVersion | 5.2.0-dev.20 |
| UnoToolkitVersion | 6.4.0-dev.57 |
| UnoThemesVersion | 5.4.0-dev.19 |
Expand All @@ -16,9 +16,9 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
| UnoDspTasksVersion | 1.4.0-dev.12 |
| UnoResizetizerVersion | 1.7.0-dev.2 |
| SkiaSharpVersion | 2.88.9-preview.2.2 |
| SvgSkiaVersion | 2.0.0.2 |
| SvgSkiaVersion | 2.0.0.4 |
| WinAppSdkVersion | 1.6.241114003 |
| WinAppSdkBuildToolsVersion | 10.0.26100.1742 |
| WinAppSdkBuildToolsVersion | 10.0.22621.3233 |
| MicrosoftLoggingVersion** | 8.0.1 |
| WindowsCompatibilityVersion** | 8.0.11 |
| MicrosoftIdentityClientVersion | 4.66.2 |
Expand All @@ -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.927",
"version": "5.6.0-dev.934",
"packages": [
"Uno.WinUI",
"Uno.UI.Adapter.Microsoft.Extensions.Logging",
Expand Down Expand Up @@ -148,7 +148,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
},
{
"group": "SvgSkia",
"version": "2.0.0.2",
"version": "2.0.0.4",
"packages": [
"Svg.Skia"
]
Expand All @@ -162,7 +162,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
},
{
"group": "WinAppSdkBuildTools",
"version": "10.0.26100.1742",
"version": "10.0.22621.3233",
"packages": [
"Microsoft.Windows.SDK.BuildTools"
]
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.927</SdkVersion>
<SdkVersion>5.6.0-dev.934</SdkVersion>
<PackageReadmeFile>ReadMe.md</PackageReadmeFile>
</PropertyGroup>

Expand Down
6 changes: 3 additions & 3 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.927",
"version": "5.6.0-dev.934",
"packages": [
"Uno.WinUI",
"Uno.UI.Adapter.Microsoft.Extensions.Logging",
Expand Down Expand Up @@ -107,7 +107,7 @@
},
{
"group": "SvgSkia",
"version": "2.0.0.2",
"version": "2.0.0.4",
"packages": [
"Svg.Skia"
]
Expand All @@ -121,7 +121,7 @@
},
{
"group": "WinAppSdkBuildTools",
"version": "10.0.26100.1742",
"version": "10.0.22621.3233",
"packages": [
"Microsoft.Windows.SDK.BuildTools"
]
Expand Down

0 comments on commit 66ea7c2

Please sign in to comment.