From e2f5b66d3b7410704bd5ba128d345521d341f4a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Laban?= Date: Thu, 12 Dec 2024 06:14:06 -0500 Subject: [PATCH 1/2] chore: Bump to latest workloads --- manifests/uno.ui-preview-major.manifest.json | 10 +++++----- manifests/uno.ui-preview.manifest.json | 10 +++++----- manifests/uno.ui.manifest.json | 10 +++++----- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/manifests/uno.ui-preview-major.manifest.json b/manifests/uno.ui-preview-major.manifest.json index f02b54e..48bf21b 100644 --- a/manifests/uno.ui-preview-major.manifest.json +++ b/manifests/uno.ui-preview-major.manifest.json @@ -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" }, diff --git a/manifests/uno.ui-preview.manifest.json b/manifests/uno.ui-preview.manifest.json index f02b54e..48bf21b 100644 --- a/manifests/uno.ui-preview.manifest.json +++ b/manifests/uno.ui-preview.manifest.json @@ -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" }, diff --git a/manifests/uno.ui.manifest.json b/manifests/uno.ui.manifest.json index f02b54e..48bf21b 100644 --- a/manifests/uno.ui.manifest.json +++ b/manifests/uno.ui.manifest.json @@ -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" }, From a8abcb18e4e9d802629fe46e362bc322a370d47b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Laban?= Date: Thu, 12 Dec 2024 07:34:23 -0500 Subject: [PATCH 2/2] chore: Update manifest --- UnoCheck/Manifest/Manifest.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/UnoCheck/Manifest/Manifest.cs b/UnoCheck/Manifest/Manifest.cs index c56db8a..1fd9b9c 100644 --- a/UnoCheck/Manifest/Manifest.cs +++ b/UnoCheck/Manifest/Manifest.cs @@ -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 FromFileOrUrl(string fileOrUrl) {