Skip to content

Commit afa2d9c

Browse files
authored
chore: Adjust default manifest
1 parent fc5f11a commit afa2d9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

UnoCheck/Manifest/Manifest.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ namespace DotNetCheck.Manifest
88
{
99
public partial class Manifest
1010
{
11-
public const string DefaultManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/b0dfc8cabb3741a315920f02aefb3c640b153d22/manifests/uno.ui.manifest.json";
12-
public const string PreviewManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/b0dfc8cabb3741a315920f02aefb3c640b153d22/manifests/uno.ui-preview.manifest.json";
13-
public const string PreviewMajorManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/b0dfc8cabb3741a315920f02aefb3c640b153d22/manifests/uno.ui-preview-major.manifest.json";
11+
public const string DefaultManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/fc5f11a752cfc59849bb20f9a31d553722d516f1/manifests/uno.ui.manifest.json";
12+
public const string PreviewManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/fc5f11a752cfc59849bb20f9a31d553722d516f1/manifests/uno.ui-preview.manifest.json";
13+
public const string PreviewMajorManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/fc5f11a752cfc59849bb20f9a31d553722d516f1/manifests/uno.ui-preview-major.manifest.json";
1414

1515
public static Task<Manifest> FromFileOrUrl(string fileOrUrl)
1616
{

0 commit comments

Comments
 (0)