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 17, 2025
1 parent 0dc15d0 commit f44b608
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/Uno.Sdk.Updater.targets
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<UnoWasmBootstrapVersionNet9>9.0.10</UnoWasmBootstrapVersionNet9>
<UnoExtensionsLoggingVersion>1.7.0</UnoExtensionsLoggingVersion>
<UnoCoreLoggingVersion>4.1.1</UnoCoreLoggingVersion>
<UnoDspTasksVersion>1.4.0-dev.12</UnoDspTasksVersion>
<UnoDspTasksVersion>1.4.0</UnoDspTasksVersion>
</PropertyGroup>
</Project>
18 changes: 9 additions & 9 deletions src/Uno.Sdk/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
| UnoVersion* | 5.6.1 |
| UnoExtensionsVersion | 5.2.7 |
| UnoToolkitVersion | 6.4.1 |
| UnoThemesVersion | 5.4.0-dev.21 |
| UnoThemesVersion | 5.4.0 |
| UnoCSharpMarkupVersion | 5.6.1 |
| UnoWasmBootstrapVersion** | 8.0.21 |
| UnoLoggingVersion | 1.7.0 |
| UnoCoreLoggingSingletonVersion | 4.1.1 |
| UnoUniversalImageLoaderVersion | 1.9.37 |
| UnoDspTasksVersion | 1.4.0-dev.12 |
| UnoDspTasksVersion | 1.4.0 |
| UnoResizetizerVersion | 1.7.0 |
| SkiaSharpVersion | 2.88.9-preview.2.2 |
| SkiaSharpVersion | 2.88.9 |
| SvgSkiaVersion | 2.0.0.4 |
| WinAppSdkVersion | 1.6.250108002 |
| WinAppSdkBuildToolsVersion | 10.0.26100.1742 |
Expand Down Expand Up @@ -101,14 +101,14 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
},
{
"group": "Dsp",
"version": "1.4.0-dev.12",
"version": "1.4.0",
"packages": [
"Uno.Dsp.Tasks"
]
},
{
"group": "Resizetizer",
"version": "1.7.0-dev.13",
"version": "1.7.0",
"packages": [
"Uno.Resizetizer"
]
Expand All @@ -122,7 +122,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
},
{
"group": "settings",
"version": "1.2.1",
"version": "1.2.7",
"packages": [
"Uno.Settings.DevServer"
]
Expand All @@ -136,7 +136,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
},
{
"group": "SkiaSharp",
"version": "2.88.9-preview.2.2",
"version": "2.88.9",
"packages": [
"SkiaSharp.Skottie",
"SkiaSharp.Views.Uno.WinUI",
Expand Down Expand Up @@ -213,7 +213,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
},
{
"group": "UnoFonts",
"version": "2.5.0-dev.11",
"version": "2.5.0",
"packages": [
"Uno.Fonts.OpenSans",
"Uno.Fonts.Fluent",
Expand Down Expand Up @@ -349,7 +349,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
},
{
"group": "Themes",
"version": "5.4.0-dev.21",
"version": "5.4.0",
"packages": [
"Uno.Material.WinUI",
"Uno.Material.WinUI.Markup",
Expand Down
2 changes: 1 addition & 1 deletion src/Uno.Sdk/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
},
{
"group": "settings",
"version": "1.2.1",
"version": "1.2.7",
"packages": [
"Uno.Settings.DevServer"
]
Expand Down

0 comments on commit f44b608

Please sign in to comment.