Skip to content

Commit 733b7e6

Browse files
authored
Merge pull request #1597 from unoplatform/sdk/update/release/6.0
Uno.Sdk Update - release/stable/6.0
2 parents bcc93ff + a475c33 commit 733b7e6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/Uno.Sdk.Updater.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<!-- This file is generated by the Uno.Sdk.Updater. Do not make manual changes. -->
33
<PropertyGroup>
4-
<UnoVersion>6.0.780</UnoVersion>
4+
<UnoVersion>6.0.797</UnoVersion>
55
<UnoWasmBootstrapVersionNet8>8.0.23</UnoWasmBootstrapVersionNet8>
66
<UnoWasmBootstrapVersionNet9>9.0.19</UnoWasmBootstrapVersionNet9>
77
<UnoExtensionsLoggingVersion>1.7.0</UnoExtensionsLoggingVersion>

src/Uno.Sdk/ReadMe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
44

55
| MSBuild Property | Default Version |
66
|----------------|:---------------:|
7-
| UnoVersion* | 6.0.780 |
7+
| UnoVersion* | 6.0.797 |
88
| UnoExtensionsVersion | 6.0.9 |
99
| UnoToolkitVersion | 7.0.7 |
1010
| UnoThemesVersion | 5.5.4 |
@@ -43,7 +43,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
4343
[
4444
{
4545
"group": "Core",
46-
"version": "6.0.780",
46+
"version": "6.0.797",
4747
"packages": [
4848
"Uno.WinUI",
4949
"Uno.UI.Adapter.Microsoft.Extensions.Logging",

src/Uno.Sdk/Uno.Sdk.Updater.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<PackageTags></PackageTags>
55
<SdkPackageId>Uno.Sdk.Private</SdkPackageId>
6-
<SdkVersion>6.0.780</SdkVersion>
6+
<SdkVersion>6.0.797</SdkVersion>
77
<PackageReadmeFile>ReadMe.md</PackageReadmeFile>
88
</PropertyGroup>
99

src/Uno.Sdk/packages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"group": "Core",
4-
"version": "6.0.780",
4+
"version": "6.0.797",
55
"packages": [
66
"Uno.WinUI",
77
"Uno.UI.Adapter.Microsoft.Extensions.Logging",

0 commit comments

Comments
 (0)