Skip to content

Commit f3cebd3

Browse files
authored
Merge pull request #1795 from unoplatform/sdk/update/release/6.3
Uno.Sdk Update - release/stable/6.3
2 parents 063da17 + b0316ae commit f3cebd3

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
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.3.57</UnoVersion>
4+
<UnoVersion>6.3.62</UnoVersion>
55
<UnoWasmBootstrapVersionNet9>9.0.20</UnoWasmBootstrapVersionNet9>
66
<UnoWasmBootstrapVersionNet10>10.0.0-dev.36</UnoWasmBootstrapVersionNet10>
77
<UnoExtensionsLoggingVersion>1.7.0</UnoExtensionsLoggingVersion>

src/Uno.Sdk/ReadMe.md

Lines changed: 5 additions & 5 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.3.57 |
7+
| UnoVersion* | 6.3.62 |
88
| UnoExtensionsVersion | 6.2.3 |
99
| UnoToolkitVersion | 8.2.4 |
1010
| UnoThemesVersion | 5.7.3 |
11-
| UnoCSharpMarkupVersion | 6.3.17 |
11+
| UnoCSharpMarkupVersion | 6.3.19 |
1212
| UnoWasmBootstrapVersion** | 9.0.20 |
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.3.57",
46+
"version": "6.3.62",
4747
"packages": [
4848
"Uno.WinUI",
4949
"Uno.UI.Adapter.Microsoft.Extensions.Logging",
@@ -136,7 +136,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
136136
},
137137
{
138138
"group": "hotdesign",
139-
"version": "1.16.100",
139+
"version": "1.16.109",
140140
"packages": [
141141
"Uno.UI.HotDesign"
142142
]
@@ -343,7 +343,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
343343
},
344344
{
345345
"group": "CSharpMarkup",
346-
"version": "6.3.17",
346+
"version": "6.3.19",
347347
"packages": [
348348
"Uno.WinUI.Markup",
349349
"Uno.Extensions.Markup.Generators"

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

src/Uno.Sdk/packages.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"group": "Core",
4-
"version": "6.3.57",
4+
"version": "6.3.62",
55
"packages": [
66
"Uno.WinUI",
77
"Uno.UI.Adapter.Microsoft.Extensions.Logging",
@@ -94,7 +94,7 @@
9494
},
9595
{
9696
"group": "hotdesign",
97-
"version": "1.16.100",
97+
"version": "1.16.109",
9898
"packages": [
9999
"Uno.UI.HotDesign"
100100
]
@@ -301,7 +301,7 @@
301301
},
302302
{
303303
"group": "CSharpMarkup",
304-
"version": "6.3.17",
304+
"version": "6.3.19",
305305
"packages": [
306306
"Uno.WinUI.Markup",
307307
"Uno.Extensions.Markup.Generators"

0 commit comments

Comments
 (0)