Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uno.Sdk Update - release/stable/5.5 #1026

Merged
merged 2 commits into from
Oct 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.5.19</UnoVersion>
<UnoVersion>5.5.22</UnoVersion>
<UnoWasmBootstrapVersionNet8>8.0.21</UnoWasmBootstrapVersionNet8>
<UnoWasmBootstrapVersionNet9>9.0.0-dev.337</UnoWasmBootstrapVersionNet9>
<UnoExtensionsLoggingVersion>1.7.0</UnoExtensionsLoggingVersion>
Expand Down
19 changes: 13 additions & 6 deletions src/Uno.Sdk/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp

| MSBuild Property | Default Version |
|----------------|:---------------:|
| UnoVersion* | 5.5.19 |
| UnoVersion* | 5.5.22 |
| UnoExtensionsVersion | 5.1.1 |
| UnoToolkitVersion | 6.3.4 |
| UnoToolkitVersion | 6.3.5 |
| UnoThemesVersion | 5.3.0 |
| UnoCSharpMarkupVersion | 5.4.3 |
| UnoCSharpMarkupVersion | 5.5.2 |
| UnoWasmBootstrapVersion** | 8.0.21 |
| UnoLoggingVersion | 1.7.0 |
| UnoCoreLoggingSingletonVersion | 4.1.1 |
Expand Down Expand Up @@ -42,7 +42,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
[
{
"group": "Core",
"version": "5.5.19",
"version": "5.5.22",
"packages": [
"Uno.WinUI",
"Uno.UI.Adapter.Microsoft.Extensions.Logging",
Expand Down Expand Up @@ -279,7 +279,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
},
{
"group": "CSharpMarkup",
"version": "5.4.3",
"version": "5.5.2",
"packages": [
"Uno.WinUI.Markup",
"Uno.Extensions.Markup.Generators"
Expand Down Expand Up @@ -315,7 +315,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
},
{
"group": "Toolkit",
"version": "6.3.4",
"version": "6.3.5",
"packages": [
"Uno.Toolkit.WinUI",
"Uno.Toolkit.WinUI.Cupertino",
Expand All @@ -341,6 +341,13 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
"packages": [
"Uno.Sdk.Extras"
]
},
{
"group": "settings",
"version": "0.1.0-dev.144",
"packages": [
"Uno.Settings.DevServer"
]
}
]
```
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.5.19</SdkVersion>
<SdkVersion>5.5.22</SdkVersion>
<PackageReadmeFile>ReadMe.md</PackageReadmeFile>
</PropertyGroup>

Expand Down
13 changes: 10 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.5.19",
"version": "5.5.22",
"packages": [
"Uno.WinUI",
"Uno.UI.Adapter.Microsoft.Extensions.Logging",
Expand Down Expand Up @@ -238,7 +238,7 @@
},
{
"group": "CSharpMarkup",
"version": "5.4.3",
"version": "5.5.2",
"packages": [
"Uno.WinUI.Markup",
"Uno.Extensions.Markup.Generators"
Expand Down Expand Up @@ -274,7 +274,7 @@
},
{
"group": "Toolkit",
"version": "6.3.4",
"version": "6.3.5",
"packages": [
"Uno.Toolkit.WinUI",
"Uno.Toolkit.WinUI.Cupertino",
Expand All @@ -300,5 +300,12 @@
"packages": [
"Uno.Sdk.Extras"
]
},
{
"group": "settings",
"version": "0.1.0-dev.144",
"packages": [
"Uno.Settings.DevServer"
]
}
]
Loading