Skip to content

Commit

Permalink
Merge pull request #974 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] committed Sep 22, 2024
2 parents b3edccf + c7e0524 commit a81595c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 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.0-dev.465</UnoVersion>
<UnoVersion>5.5.0-dev.481</UnoVersion>
<UnoWasmBootstrapVersionNet8>8.0.21</UnoWasmBootstrapVersionNet8>
<UnoWasmBootstrapVersionNet9>9.0.0-dev.296</UnoWasmBootstrapVersionNet9>
<UnoExtensionsLoggingVersion>1.7.0</UnoExtensionsLoggingVersion>
Expand Down
7 changes: 4 additions & 3 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.0-dev.465 |
| UnoVersion* | 5.5.0-dev.481 |
| UnoExtensionsVersion | 5.0.0-dev.431 |
| UnoToolkitVersion | 6.3.0-dev.4 |
| UnoThemesVersion | 5.3.0-dev.8 |
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.0-dev.465",
"version": "5.5.0-dev.481",
"packages": [
"Uno.WinUI",
"Uno.UI.Adapter.Microsoft.Extensions.Logging",
Expand All @@ -61,7 +61,8 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
"Uno.WinUI.WebAssembly",
"Uno.WinUI.Runtime.WebAssembly",
"Uno.WinUI.MediaPlayer.WebAssembly",
"Uno.WinUI.Graphics3DGL"
"Uno.WinUI.Graphics3DGL",
"Uno.WinUI.Graphics2DSK"
]
},
{
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.0-dev.465</SdkVersion>
<SdkVersion>5.5.0-dev.481</SdkVersion>
<PackageReadmeFile>ReadMe.md</PackageReadmeFile>
</PropertyGroup>

Expand Down
5 changes: 3 additions & 2 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.0-dev.465",
"version": "5.5.0-dev.481",
"packages": [
"Uno.WinUI",
"Uno.UI.Adapter.Microsoft.Extensions.Logging",
Expand All @@ -20,7 +20,8 @@
"Uno.WinUI.WebAssembly",
"Uno.WinUI.Runtime.WebAssembly",
"Uno.WinUI.MediaPlayer.WebAssembly",
"Uno.WinUI.Graphics3DGL"
"Uno.WinUI.Graphics3DGL",
"Uno.WinUI.Graphics2DSK"
]
},
{
Expand Down

0 comments on commit a81595c

Please sign in to comment.