Skip to content

Commit

Permalink
chore: Bump default manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Nov 20, 2024
1 parent cb398a1 commit 54be359
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions UnoCheck/Manifest/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ namespace DotNetCheck.Manifest
{
public partial class Manifest
{
public const string DefaultManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/e9eba7efb5cd8face4e0af6afb899e8dae094751/manifests/uno.ui.manifest.json";
public const string PreviewManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/e9eba7efb5cd8face4e0af6afb899e8dae094751/manifests/uno.ui-preview.manifest.json";
public const string PreviewMajorManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/e9eba7efb5cd8face4e0af6afb899e8dae094751/manifests/uno.ui-preview-major.manifest.json";
public const string DefaultManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/cb398a1c107c8ee5a51edb9bf04c8709e87c3504/manifests/uno.ui.manifest.json";
public const string PreviewManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/cb398a1c107c8ee5a51edb9bf04c8709e87c3504/manifests/uno.ui-preview.manifest.json";
public const string PreviewMajorManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/cb398a1c107c8ee5a51edb9bf04c8709e87c3504/manifests/uno.ui-preview-major.manifest.json";

public static Task<Manifest> FromFileOrUrl(string fileOrUrl)
{
Expand Down

0 comments on commit 54be359

Please sign in to comment.