Skip to content

Commit 985a63d

Browse files
authored
Merge pull request #1856 from unoplatform/sdk/update/release/6.4
2 parents 742ef7f + 1c83636 commit 985a63d

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
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.4.106</UnoVersion>
4+
<UnoVersion>6.4.133</UnoVersion>
55
<UnoWasmBootstrapVersionNet9>9.0.23</UnoWasmBootstrapVersionNet9>
66
<UnoWasmBootstrapVersionNet10>10.0.6</UnoWasmBootstrapVersionNet10>
77
<UnoExtensionsLoggingVersion>1.7.0</UnoExtensionsLoggingVersion>

src/Uno.Sdk/ReadMe.md

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

55
| MSBuild Property | Default Version |
66
|----------------|:---------------:|
7-
| UnoVersion* | 6.4.106 |
7+
| UnoVersion* | 6.4.133 |
88
| UnoExtensionsVersion | 7.0.4 |
99
| UnoToolkitVersion | 8.3.2 |
1010
| UnoThemesVersion | 6.0.2 |
11-
| UnoCSharpMarkupVersion | 6.4.14 |
11+
| UnoCSharpMarkupVersion | 6.4.17 |
1212
| UnoWasmBootstrapVersion** | 9.0.23 |
1313
| UnoLoggingVersion | 1.7.0 |
1414
| UnoCoreLoggingSingletonVersion | 4.1.1 |
@@ -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.4.106",
46+
"version": "6.4.133",
4747
"packages": [
4848
"Uno.WinUI",
4949
"Uno.UI.Adapter.Microsoft.Extensions.Logging",
@@ -137,7 +137,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
137137
},
138138
{
139139
"group": "hotdesign",
140-
"version": "1.17.155",
140+
"version": "1.17.224",
141141
"packages": [
142142
"Uno.UI.HotDesign"
143143
]
@@ -347,7 +347,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
347347
},
348348
{
349349
"group": "CSharpMarkup",
350-
"version": "6.4.14",
350+
"version": "6.4.17",
351351
"packages": [
352352
"Uno.WinUI.Markup",
353353
"Uno.Extensions.Markup.Generators"
@@ -421,7 +421,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
421421
},
422422
{
423423
"group": "AppMcp",
424-
"version": "1.0.7",
424+
"version": "1.0.8",
425425
"packages": [
426426
"Uno.UI.App.Mcp"
427427
]

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.4.106</SdkVersion>
6+
<SdkVersion>6.4.133</SdkVersion>
77
<PackageReadmeFile>ReadMe.md</PackageReadmeFile>
88
</PropertyGroup>
99

src/Uno.Sdk/packages.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"group": "Core",
4-
"version": "6.4.106",
4+
"version": "6.4.133",
55
"packages": [
66
"Uno.WinUI",
77
"Uno.UI.Adapter.Microsoft.Extensions.Logging",
@@ -95,7 +95,7 @@
9595
},
9696
{
9797
"group": "hotdesign",
98-
"version": "1.17.155",
98+
"version": "1.17.224",
9999
"packages": [
100100
"Uno.UI.HotDesign"
101101
]
@@ -305,7 +305,7 @@
305305
},
306306
{
307307
"group": "CSharpMarkup",
308-
"version": "6.4.14",
308+
"version": "6.4.17",
309309
"packages": [
310310
"Uno.WinUI.Markup",
311311
"Uno.Extensions.Markup.Generators"
@@ -379,7 +379,7 @@
379379
},
380380
{
381381
"group": "AppMcp",
382-
"version": "1.0.7",
382+
"version": "1.0.8",
383383
"packages": [
384384
"Uno.UI.App.Mcp"
385385
]

0 commit comments

Comments
 (0)