chore(deps): bump Velopack 0.0.1589 -> 1.1.1#41
Merged
Conversation
Both production csprojs (ControlMenu, ControlMenuLauncher) and the vpk CLI pin (release.yml, scripts/local-pack.ps1) move from the 0.0.1589 prerelease to stable 1.1.1; the prerelease pin predated stable --msi/--instLocation, now standard post-1.0. Consumed .NET API (UpdateManager / GithubSource / CheckForUpdatesAsync / DownloadUpdatesAsync / VelopackApp.Build().SetAutoApplyOnStartup(false).Run()) is source-compatible. Verified: clean Release build + 445/445 tests, and a local vpk 1.1.1 --msi --instLocation PerMachine pack producing a working ControlMenu-stable.msi. Updated the VelopackUpdateService API-surface comment. Supersedes Dependabot #34.
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.
What
Bumps Velopack
0.0.1589-ga2c5a97(prerelease) →1.1.1(stable) — both production csprojs (ControlMenu,ControlMenuLauncher) and thevpkCLI pin (release.yml,scripts/local-pack.ps1). Closes TODO Item 36; supersedes Dependabot #34 (which bumped only the NuGet refs, not the vpk pin / comments / CHANGELOG).Why
The
0.0.1589prerelease pin was originally needed because stable vpk lacked--msi/--instLocation; those are standard post-1.0, so we move to the stable line. The vpk CLI and the runtime library share a release/serialization line, so both move together.Verification
UpdateManager/GithubSource(url, accessToken, prerelease)/CheckForUpdatesAsync()/DownloadUpdatesAsync(_, cancelToken:)/VelopackApp.Build().SetAutoApplyOnStartup(false).Run()) is source-compatible.VelopackUpdateServiceTests,VelopackHookDispatcherTests).vpk 1.1.1--msi --instLocation PerMachinepack produced a workingControlMenu-stable.msi(59.8 MB) + Setup.exe + full nupkg + feed. (Thevpk packstep only runs on a release tag in CI, so it was verified locally viascripts/local-pack.ps1.)VelopackUpdateServiceAPI-surface comment (0.0.1298 → 1.1.1).