Bring the winget seed manifests up to 1.2.2 - #85
Merged
Conversation
The first submission is still an unmerged pull request, so these files have described 0.9.2 since August. Update the version, the release date, the two installer URLs and the two hashes, taken from the release's own asset digests rather than transcribed. The description is left alone: it is tied to installer/msix/STORE-LISTING.md and the two still match, so moving one without the other would break that. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The seed manifests still described 0.9.2, the version of the first submission.
microsoft/winget-pkgs#421386has been open since 20 August and has never merged, soSQLBI.Whiteboarddoes not exist in winget-pkgs at all — which is also why Publish to winget fails on every release:wingetcreate updatereads the previous version's manifests out of winget-pkgs, and there are none.This updates only what a version bump requires:
PackageVersion,ReleaseDate, the twoInstallerUrls and the twoInstallerSha256s. Eight lines.The hashes and the date are taken from the release's own asset digests via the API rather than transcribed, and both URLs were checked to resolve with a
content-lengthmatching the release assets.ProductCodestays absent, for the reason the manifest already records.The description is deliberately untouched. Its comment ties it to
installer/msix/STORE-LISTING.md, and the two still match word for word — though both are now behind the product, describing neither Mouse drawing, Finger drawing, nor the Eraser option. Bringing them forward is a separate change that should move both together.installer/wingetis excluded from the Azure pipeline trigger, so merging this publishes nothing.🤖 Generated with Claude Code