Skip to content

Commit

Permalink
Merge pull request #314 from unoplatform/dev/jela/9.0.101
Browse files Browse the repository at this point in the history
chore: Bump to latest workloads
  • Loading branch information
jeromelaban authored Dec 12, 2024
2 parents 94fa359 + a8abcb1 commit d37aa06
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions UnoCheck/Manifest/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ namespace DotNetCheck.Manifest
{
public partial class Manifest
{
public const string DefaultManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/7c6bf09a1d4ba097b41dc90e11bc962c048e2739/manifests/uno.ui.manifest.json";
public const string PreviewManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/7c6bf09a1d4ba097b41dc90e11bc962c048e2739/manifests/uno.ui-preview.manifest.json";
public const string PreviewMajorManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/7c6bf09a1d4ba097b41dc90e11bc962c048e2739/manifests/uno.ui-preview-major.manifest.json";
public const string DefaultManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/e2f5b66d3b7410704bd5ba128d345521d341f4a5/manifests/uno.ui.manifest.json";
public const string PreviewManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/e2f5b66d3b7410704bd5ba128d345521d341f4a5/manifests/uno.ui-preview.manifest.json";
public const string PreviewMajorManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/e2f5b66d3b7410704bd5ba128d345521d341f4a5/manifests/uno.ui-preview-major.manifest.json";

public static Task<Manifest> FromFileOrUrl(string fileOrUrl)
{
Expand Down
10 changes: 5 additions & 5 deletions manifests/uno.ui-preview-major.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"toolVersion": "1.14.0",
"variables": {
"OPENJDK_VERSION": "11.0.20.1",
"DOTNET_SDK_VERSION": "9.0.100",
"MACCATALYST_SDK_VERSION": "18.0.9617/9.0.100",
"IOS_SDK_VERSION": "18.0.9617/9.0.100",
"MACOS_SDK_VERSION": "15.0.9617/9.0.100",
"ANDROID_SDK_VERSION": "35.0.7/9.0.100",
"DOTNET_SDK_VERSION": "9.0.101",
"MACCATALYST_SDK_VERSION": "18.1.9163/9.0.100",
"IOS_SDK_VERSION": "18.1.9163/9.0.100",
"MACOS_SDK_VERSION": "15.1.9163/9.0.100",
"ANDROID_SDK_VERSION": "35.0.24/9.0.100",
"MAUI_VERSION": "9.0.0/9.0.100",
"WASMTOOLS_VERSION": "9.0.0/9.0.100"
},
Expand Down
10 changes: 5 additions & 5 deletions manifests/uno.ui-preview.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"toolVersion": "1.14.0",
"variables": {
"OPENJDK_VERSION": "11.0.20.1",
"DOTNET_SDK_VERSION": "9.0.100",
"MACCATALYST_SDK_VERSION": "18.0.9617/9.0.100",
"IOS_SDK_VERSION": "18.0.9617/9.0.100",
"MACOS_SDK_VERSION": "15.0.9617/9.0.100",
"ANDROID_SDK_VERSION": "35.0.7/9.0.100",
"DOTNET_SDK_VERSION": "9.0.101",
"MACCATALYST_SDK_VERSION": "18.1.9163/9.0.100",
"IOS_SDK_VERSION": "18.1.9163/9.0.100",
"MACOS_SDK_VERSION": "15.1.9163/9.0.100",
"ANDROID_SDK_VERSION": "35.0.24/9.0.100",
"MAUI_VERSION": "9.0.0/9.0.100",
"WASMTOOLS_VERSION": "9.0.0/9.0.100"
},
Expand Down
10 changes: 5 additions & 5 deletions manifests/uno.ui.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"toolVersion": "1.14.0",
"variables": {
"OPENJDK_VERSION": "11.0.20.1",
"DOTNET_SDK_VERSION": "9.0.100",
"MACCATALYST_SDK_VERSION": "18.0.9617/9.0.100",
"IOS_SDK_VERSION": "18.0.9617/9.0.100",
"MACOS_SDK_VERSION": "15.0.9617/9.0.100",
"ANDROID_SDK_VERSION": "35.0.7/9.0.100",
"DOTNET_SDK_VERSION": "9.0.101",
"MACCATALYST_SDK_VERSION": "18.1.9163/9.0.100",
"IOS_SDK_VERSION": "18.1.9163/9.0.100",
"MACOS_SDK_VERSION": "15.1.9163/9.0.100",
"ANDROID_SDK_VERSION": "35.0.24/9.0.100",
"MAUI_VERSION": "9.0.0/9.0.100",
"WASMTOOLS_VERSION": "9.0.0/9.0.100"
},
Expand Down

0 comments on commit d37aa06

Please sign in to comment.