Skip to content

Commit

Permalink
chore: allow Prism stable updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Aug 20, 2024
1 parent 6c44254 commit aebfaf0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tools/Uno.Sdk.Updater/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -312,10 +312,6 @@ static async Task<ManifestGroup> UpdateGroup(ManifestGroup group, NuGetVersion u
{
preview = false;
}
else if (group.Group == "Prism")
{
preview = true;
}
else if (!group.Packages.Any(x => x.StartsWith("Uno.")))
{
preview = false;
Expand Down

0 comments on commit aebfaf0

Please sign in to comment.