Skip to content

Commit ca4be3b

Browse files
jeromelabangithub-actions[bot]
authored andcommitted
chore: Update Uno.Sdk
1 parent 1aaf9f3 commit ca4be3b

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

src/Uno.Sdk.Updater.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Project>
22
<!-- This file is generated by the Uno.Sdk.Updater. Do not make manual changes. -->
33
<PropertyGroup>
4-
<UnoVersion>6.6.0-dev.290</UnoVersion>
4+
<UnoVersion>6.6.0-dev.301</UnoVersion>
55
<UnoWasmBootstrapVersionNet9>9.0.23</UnoWasmBootstrapVersionNet9>
6-
<UnoWasmBootstrapVersionNet10>10.1.0-dev.24</UnoWasmBootstrapVersionNet10>
6+
<UnoWasmBootstrapVersionNet10>10.1.0-dev.70</UnoWasmBootstrapVersionNet10>
77
<UnoExtensionsLoggingVersion>1.7.0</UnoExtensionsLoggingVersion>
88
<UnoCoreLoggingVersion>4.1.1</UnoCoreLoggingVersion>
99
<UnoDspTasksVersion>1.4.0</UnoDspTasksVersion>

src/Uno.Sdk/ReadMe.md

Lines changed: 6 additions & 6 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.6.0-dev.290 |
7+
| UnoVersion* | 6.6.0-dev.301 |
88
| UnoExtensionsVersion | 7.2.0-dev.9 |
99
| UnoToolkitVersion | 8.5.0-dev.24 |
1010
| UnoThemesVersion | 6.2.0-dev.7 |
@@ -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.6.0-dev.290",
46+
"version": "6.6.0-dev.301",
4747
"packages": [
4848
"Uno.WinUI",
4949
"Uno.UI.Adapter.Microsoft.Extensions.Logging",
@@ -82,7 +82,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
8282
"Uno.Wasm.Bootstrap.Server"
8383
],
8484
"versionOverride": {
85-
"net10.0": "10.1.0-dev.24"
85+
"net10.0": "10.1.0-dev.70"
8686
}
8787
},
8888
{
@@ -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.19.0-dev.168",
140+
"version": "1.19.0-dev.174",
141141
"packages": [
142142
"Uno.UI.HotDesign"
143143
]
@@ -342,7 +342,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
342342
"Microsoft.Maui.Graphics"
343343
],
344344
"versionOverride": {
345-
"net10.0": "10.0.31"
345+
"net10.0": "10.0.40"
346346
}
347347
},
348348
{
@@ -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.2.0-dev.18",
424+
"version": "1.2.0-dev.23",
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.6.0-dev.290</SdkVersion>
6+
<SdkVersion>6.6.0-dev.301</SdkVersion>
77
<PackageReadmeFile>ReadMe.md</PackageReadmeFile>
88
</PropertyGroup>
99

src/Uno.Sdk/packages.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"group": "Core",
4-
"version": "6.6.0-dev.290",
4+
"version": "6.6.0-dev.301",
55
"packages": [
66
"Uno.WinUI",
77
"Uno.UI.Adapter.Microsoft.Extensions.Logging",
@@ -40,7 +40,7 @@
4040
"Uno.Wasm.Bootstrap.Server"
4141
],
4242
"versionOverride": {
43-
"net10.0": "10.1.0-dev.24"
43+
"net10.0": "10.1.0-dev.70"
4444
}
4545
},
4646
{
@@ -95,7 +95,7 @@
9595
},
9696
{
9797
"group": "hotdesign",
98-
"version": "1.19.0-dev.168",
98+
"version": "1.19.0-dev.174",
9999
"packages": [
100100
"Uno.UI.HotDesign"
101101
]
@@ -300,7 +300,7 @@
300300
"Microsoft.Maui.Graphics"
301301
],
302302
"versionOverride": {
303-
"net10.0": "10.0.31"
303+
"net10.0": "10.0.40"
304304
}
305305
},
306306
{
@@ -379,7 +379,7 @@
379379
},
380380
{
381381
"group": "AppMcp",
382-
"version": "1.2.0-dev.18",
382+
"version": "1.2.0-dev.23",
383383
"packages": [
384384
"Uno.UI.App.Mcp"
385385
]

0 commit comments

Comments
 (0)