Skip to content

Commit

Permalink
chore: Update Uno.Sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored and github-actions[bot] committed Jan 15, 2025
1 parent 855d859 commit 497d1d5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 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.5.94</UnoVersion>
<UnoVersion>5.5.95</UnoVersion>
<UnoWasmBootstrapVersionNet8>8.0.21</UnoWasmBootstrapVersionNet8>
<UnoWasmBootstrapVersionNet9>9.0.8</UnoWasmBootstrapVersionNet9>
<UnoExtensionsLoggingVersion>1.7.0</UnoExtensionsLoggingVersion>
Expand Down
18 changes: 9 additions & 9 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.5.94 |
| UnoVersion* | 5.5.95 |
| UnoExtensionsVersion | 5.1.3 |
| UnoToolkitVersion | 6.3.7 |
| UnoThemesVersion | 5.3.1 |
Expand All @@ -17,10 +17,10 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
| UnoResizetizerVersion | 1.6.1 |
| SkiaSharpVersion | 2.88.9-preview.2.2 |
| SvgSkiaVersion | 2.0.0.4 |
| WinAppSdkVersion | 1.6.241114003 |
| WinAppSdkVersion | 1.6.250108002 |
| WinAppSdkBuildToolsVersion | 10.0.26100.1742 |
| MicrosoftLoggingVersion** | 8.0.1 |
| WindowsCompatibilityVersion** | 8.0.11 |
| WindowsCompatibilityVersion** | 8.0.12 |
| MicrosoftIdentityClientVersion | 4.65.0 |
| CommunityToolkitMvvmVersion | 8.3.2 |
| PrismVersion | 9.0.537 |
Expand All @@ -42,7 +42,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
[
{
"group": "Core",
"version": "5.5.94",
"version": "5.5.95",
"packages": [
"Uno.WinUI",
"Uno.UI.Adapter.Microsoft.Extensions.Logging",
Expand Down Expand Up @@ -133,7 +133,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
},
{
"group": "WinAppSdk",
"version": "1.6.241114003",
"version": "1.6.250108002",
"packages": [
"Microsoft.WindowsAppSDK"
]
Expand All @@ -152,17 +152,17 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
"Microsoft.Extensions.Logging.Console"
],
"versionOverride": {
"net9.0": "9.0.0"
"net9.0": "9.0.1"
}
},
{
"group": "WindowsCompatibility",
"version": "8.0.11",
"version": "8.0.12",
"packages": [
"Microsoft.Windows.Compatibility"
],
"versionOverride": {
"net9.0": "9.0.0"
"net9.0": "9.0.1"
}
},
{
Expand Down Expand Up @@ -274,7 +274,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
"Microsoft.Maui.Graphics"
],
"versionOverride": {
"net9.0": "9.0.0-rc.2.24503.2"
"net9.0": "9.0.0"
}
},
{
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.5.94</SdkVersion>
<SdkVersion>5.5.95</SdkVersion>
<PackageReadmeFile>ReadMe.md</PackageReadmeFile>
</PropertyGroup>

Expand Down
10 changes: 5 additions & 5 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.94",
"version": "5.5.95",
"packages": [
"Uno.WinUI",
"Uno.UI.Adapter.Microsoft.Extensions.Logging",
Expand Down Expand Up @@ -92,7 +92,7 @@
},
{
"group": "WinAppSdk",
"version": "1.6.241114003",
"version": "1.6.250108002",
"packages": [
"Microsoft.WindowsAppSDK"
]
Expand All @@ -111,17 +111,17 @@
"Microsoft.Extensions.Logging.Console"
],
"versionOverride": {
"net9.0": "9.0.0"
"net9.0": "9.0.1"
}
},
{
"group": "WindowsCompatibility",
"version": "8.0.11",
"version": "8.0.12",
"packages": [
"Microsoft.Windows.Compatibility"
],
"versionOverride": {
"net9.0": "9.0.0"
"net9.0": "9.0.1"
}
},
{
Expand Down

0 comments on commit 497d1d5

Please sign in to comment.