Skip to content

Commit

Permalink
Merge pull request #1148 from unoplatform/sdk/update/dev
Browse files Browse the repository at this point in the history
Uno.Sdk Update - main
  • Loading branch information
github-actions[bot] authored Dec 13, 2024
2 parents 32ec807 + a9b1c2e commit 725bdf4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
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.6.0-dev.1176</UnoVersion>
<UnoVersion>5.6.0-dev.1180</UnoVersion>
<UnoWasmBootstrapVersionNet8>8.0.21</UnoWasmBootstrapVersionNet8>
<UnoWasmBootstrapVersionNet9>9.0.8</UnoWasmBootstrapVersionNet9>
<UnoExtensionsLoggingVersion>1.7.0</UnoExtensionsLoggingVersion>
Expand Down
12 changes: 6 additions & 6 deletions src/Uno.Sdk/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp

| MSBuild Property | Default Version |
|----------------|:---------------:|
| UnoVersion* | 5.6.0-dev.1176 |
| UnoVersion* | 5.6.0-dev.1180 |
| UnoExtensionsVersion | 5.2.0-dev.27 |
| UnoToolkitVersion | 6.4.0-dev.65 |
| UnoThemesVersion | 5.4.0-dev.19 |
Expand All @@ -22,7 +22,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
| MicrosoftLoggingVersion** | 8.0.1 |
| WindowsCompatibilityVersion** | 8.0.11 |
| MicrosoftIdentityClientVersion | 4.66.2 |
| CommunityToolkitMvvmVersion | 8.3.2 |
| CommunityToolkitMvvmVersion | 8.4.0 |
| PrismVersion | 9.0.537 |
| AndroidMaterialVersion | 1.11.0.3 |
| AndroidXLegacySupportV4Version | 1.0.0.23 |
Expand All @@ -42,7 +42,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
[
{
"group": "Core",
"version": "5.6.0-dev.1176",
"version": "5.6.0-dev.1180",
"packages": [
"Uno.WinUI",
"Uno.UI.Adapter.Microsoft.Extensions.Logging",
Expand Down Expand Up @@ -129,7 +129,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
},
{
"group": "hotdesign",
"version": "1.2.0-dev.60",
"version": "1.2.0-dev.76",
"packages": [
"Uno.UI.HotDesign"
]
Expand Down Expand Up @@ -197,7 +197,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
},
{
"group": "Mvvm",
"version": "8.3.2",
"version": "8.4.0",
"packages": [
"CommunityToolkit.Mvvm"
]
Expand Down Expand Up @@ -296,7 +296,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
"Microsoft.Maui.Graphics"
],
"versionOverride": {
"net9.0": "9.0.14"
"net9.0": "9.0.21"
}
},
{
Expand Down
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.6.0-dev.1176</SdkVersion>
<SdkVersion>5.6.0-dev.1180</SdkVersion>
<PackageReadmeFile>ReadMe.md</PackageReadmeFile>
</PropertyGroup>

Expand Down
8 changes: 4 additions & 4 deletions src/Uno.Sdk/packages.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"group": "Core",
"version": "5.6.0-dev.1176",
"version": "5.6.0-dev.1180",
"packages": [
"Uno.WinUI",
"Uno.UI.Adapter.Microsoft.Extensions.Logging",
Expand Down Expand Up @@ -88,7 +88,7 @@
},
{
"group": "hotdesign",
"version": "1.2.0-dev.60",
"version": "1.2.0-dev.76",
"packages": [
"Uno.UI.HotDesign"
]
Expand Down Expand Up @@ -156,7 +156,7 @@
},
{
"group": "Mvvm",
"version": "8.3.2",
"version": "8.4.0",
"packages": [
"CommunityToolkit.Mvvm"
]
Expand Down Expand Up @@ -255,7 +255,7 @@
"Microsoft.Maui.Graphics"
],
"versionOverride": {
"net9.0": "9.0.14"
"net9.0": "9.0.21"
}
},
{
Expand Down

0 comments on commit 725bdf4

Please sign in to comment.