Skip to content

Removes Ruffle.Nightly 2025.08.25, due to an incompatible version numbering scheme#394720

Merged
stephengillie merged 1 commit into
microsoft:masterfrom
exchange12rocks:ruffle-2025.08.25
Jun 28, 2026
Merged

Removes Ruffle.Nightly 2025.08.25, due to an incompatible version numbering scheme#394720
stephengillie merged 1 commit into
microsoft:masterfrom
exchange12rocks:ruffle-2025.08.25

Conversation

@exchange12rocks

@exchange12rocks exchange12rocks commented Jun 28, 2026

Copy link
Copy Markdown
Contributor

📖 Description

Ruffle uses two styles of version numbers in their packages: the publicly advertised one is YYYY.MM.DD, but installed applications report their version in a format 0.0.0.00000. This creates an endless update loop, since winget cannot match these two incompatible version IDs.

Therefore we should remove all manifests that use the YYYY.MM.DD version numbers and use the 0.0.0.00000 format for Ruffle Nightly from now on.

✅ Checklist

📦 Manifest Checklist

  • Checked that there aren't other open pull requests for the same manifest update/change
  • This PR only modifies one (1) manifest
  • Validated manifest locally with winget validate --manifest <path> (validation guide)
  • Tested manifest locally with winget install --manifest <path>
  • Manifest conforms to the 1.12 schema
Microsoft Reviewers: Open in CodeFlow

@wingetbot

Copy link
Copy Markdown
Collaborator

Validation Pipeline Run WinGetSvc-Validation-142-394720-20260628-1

@wingetbot wingetbot added Azure-Pipeline-Passed Validation pipeline passed. There may still be manual validation requirements. Validation-Completed Validation passed labels Jun 28, 2026
@stephengillie stephengillie added the Moderator-Approved One of the Moderators has reviewed and approved this PR label Jun 28, 2026
@wingetbot wingetbot added Validation-Completed Validation passed and removed Validation-Completed Validation passed labels Jun 28, 2026
@stephengillie stephengillie merged commit 347fa51 into microsoft:master Jun 28, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Azure-Pipeline-Passed Validation pipeline passed. There may still be manual validation requirements. Moderator-Approved One of the Moderators has reviewed and approved this PR Validation-Completed Validation passed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Package Issue]: Ruffle.Ruffle.Nightly

3 participants