File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ namespace DotNetCheck.Manifest
8
8
{
9
9
public partial class Manifest
10
10
{
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" ;
14
14
15
15
public static Task < Manifest > FromFileOrUrl ( string fileOrUrl )
16
16
{
You can’t perform that action at this time.
0 commit comments