Skip to content
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
6 changes: 3 additions & 3 deletions src/Uno.Sdk.Updater.targets
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project>
<!-- This file is generated by the Uno.Sdk.Updater. Do not make manual changes. -->
<PropertyGroup>
<UnoVersion>6.5.0-dev.87</UnoVersion>
<UnoWasmBootstrapVersionNet9>9.0.20</UnoWasmBootstrapVersionNet9>
<UnoWasmBootstrapVersionNet10>10.0.1</UnoWasmBootstrapVersionNet10>
<UnoVersion>6.5.0-dev.96</UnoVersion>
<UnoWasmBootstrapVersionNet9>9.0.23</UnoWasmBootstrapVersionNet9>
<UnoWasmBootstrapVersionNet10>10.0.6</UnoWasmBootstrapVersionNet10>
<UnoExtensionsLoggingVersion>1.7.0</UnoExtensionsLoggingVersion>
<UnoCoreLoggingVersion>4.1.1</UnoCoreLoggingVersion>
<UnoDspTasksVersion>1.4.0</UnoDspTasksVersion>
Expand Down
16 changes: 8 additions & 8 deletions src/Uno.Sdk/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp

| MSBuild Property | Default Version |
|----------------|:---------------:|
| UnoVersion* | 6.5.0-dev.87 |
| UnoVersion* | 6.5.0-dev.96 |
| UnoExtensionsVersion | 7.1.0-dev.3 |
| UnoToolkitVersion | 8.4.0-dev.2 |
| UnoThemesVersion | 6.1.0-dev.2 |
| UnoCSharpMarkupVersion | 6.5.0-dev.3 |
| UnoWasmBootstrapVersion** | 9.0.20 |
| UnoWasmBootstrapVersion** | 9.0.23 |
| UnoLoggingVersion | 1.7.0 |
| UnoCoreLoggingSingletonVersion | 4.1.1 |
| UnoUniversalImageLoaderVersion | 1.9.37 |
Expand All @@ -21,7 +21,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
| WinAppSdkBuildToolsVersion | 10.0.26100.6901 |
| MicrosoftLoggingVersion** | 9.0.11 |
| WindowsCompatibilityVersion** | 9.0.11 |
| MicrosoftIdentityClientVersion | 4.79.0 |
| MicrosoftIdentityClientVersion | 4.79.1 |
| CommunityToolkitMvvmVersion | 8.4.0 |
| PrismVersion | 9.0.537 |
| AndroidMaterialVersion | 1.12.0.4 |
Expand All @@ -43,7 +43,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
[
{
"group": "Core",
"version": "6.5.0-dev.87",
"version": "6.5.0-dev.96",
"packages": [
"Uno.WinUI",
"Uno.UI.Adapter.Microsoft.Extensions.Logging",
Expand Down Expand Up @@ -75,14 +75,14 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
},
{
"group": "WasmBootstrap",
"version": "9.0.20",
"version": "9.0.23",
"packages": [
"Uno.Wasm.Bootstrap",
"Uno.Wasm.Bootstrap.DevServer",
"Uno.Wasm.Bootstrap.Server"
],
"versionOverride": {
"net10.0": "10.0.1"
"net10.0": "10.0.6"
}
},
{
Expand Down Expand Up @@ -137,7 +137,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
},
{
"group": "hotdesign",
"version": "1.18.0-dev.118",
"version": "1.18.0-dev.146",
"packages": [
"Uno.UI.HotDesign"
]
Expand Down Expand Up @@ -198,7 +198,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
},
{
"group": "MsalClient",
"version": "4.79.0",
"version": "4.79.1",
"packages": [
"Microsoft.Identity.Client",
"Microsoft.Identity.Client.Extensions.Msal"
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 @@ -3,7 +3,7 @@
<PropertyGroup>
<PackageTags></PackageTags>
<SdkPackageId>Uno.Sdk.Private</SdkPackageId>
<SdkVersion>6.5.0-dev.87</SdkVersion>
<SdkVersion>6.5.0-dev.96</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": "6.5.0-dev.87",
"version": "6.5.0-dev.96",
"packages": [
"Uno.WinUI",
"Uno.UI.Adapter.Microsoft.Extensions.Logging",
Expand Down Expand Up @@ -33,14 +33,14 @@
},
{
"group": "WasmBootstrap",
"version": "9.0.20",
"version": "9.0.23",
"packages": [
"Uno.Wasm.Bootstrap",
"Uno.Wasm.Bootstrap.DevServer",
"Uno.Wasm.Bootstrap.Server"
],
"versionOverride": {
"net10.0": "10.0.1"
"net10.0": "10.0.6"
}
},
{
Expand Down Expand Up @@ -95,7 +95,7 @@
},
{
"group": "hotdesign",
"version": "1.18.0-dev.118",
"version": "1.18.0-dev.146",
"packages": [
"Uno.UI.HotDesign"
]
Expand Down Expand Up @@ -156,7 +156,7 @@
},
{
"group": "MsalClient",
"version": "4.79.0",
"version": "4.79.1",
"packages": [
"Microsoft.Identity.Client",
"Microsoft.Identity.Client.Extensions.Msal"
Expand Down
Loading