Skip to content

Commit ed85622

Browse files
jeromelabanmergify[bot]
authored andcommitted
chore: Bump to latest manifest
(cherry picked from commit eacb864)
1 parent cb7f23c commit ed85622

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

UnoCheck/Manifest/Manifest.cs

+3-3
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/2f4420ad69132752bb21f739b6b674a3223879a3/manifests/uno.ui.manifest.json";
12-
public const string PreviewManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/2f4420ad69132752bb21f739b6b674a3223879a3/manifests/uno.ui-preview.manifest.json";
13-
public const string PreviewMajorManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/2f4420ad69132752bb21f739b6b674a3223879a3/manifests/uno.ui-preview-major.manifest.json";
11+
public const string DefaultManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/5130410344b24df16e932778efe241de1cab97ff/manifests/uno.ui.manifest.json";
12+
public const string PreviewManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/5130410344b24df16e932778efe241de1cab97ff/manifests/uno.ui-preview.manifest.json";
13+
public const string PreviewMajorManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/5130410344b24df16e932778efe241de1cab97ff/manifests/uno.ui-preview-major.manifest.json";
1414

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

0 commit comments

Comments
 (0)