WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 9da4634

Browse files
authored
Merge pull request #303 from unoplatform/mergify/bp/release/stable/1.26/pr-302
chore: Use rc2 by default for preview (backport #302)
2 parents 217894b + 2293bf0 commit 9da4634

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

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

0 commit comments

Comments
 (0)