File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 22- [ #20 ] ( https://github.com/StefH/GitHubReleaseNotes/pull/20 ) - Fix version from setup.exe [ bug] contributed by [ StefH] ( https://github.com/StefH )
33- [ #21 ] ( https://github.com/StefH/GitHubReleaseNotes/pull/21 ) - Replace LibGit2Sharp.Portable with latest LibGit2Sharp [ bug] contributed by [ StefH] ( https://github.com/StefH )
44- [ #22 ] ( https://github.com/StefH/GitHubReleaseNotes/pull/22 ) - Update generator for winpkg manifest [ bug] contributed by [ StefH] ( https://github.com/StefH )
5+ - [ #23 ] ( https://github.com/StefH/GitHubReleaseNotes/pull/23 ) - Fix ManifestVersion [ bug] contributed by [ StefH] ( https://github.com/StefH )
56- [ #18 ] ( https://github.com/StefH/GitHubReleaseNotes/issues/18 ) - Wrong Display Version in Windows [ bug]
67- [ #19 ] ( https://github.com/StefH/GitHubReleaseNotes/issues/19 ) - LibGit2Sharp.Portable is deprecated and has issues running on Linux. [ bug]
78
Original file line number Diff line number Diff line change @@ -18,11 +18,15 @@ Use LinqPad on `generate manifest.linq` to generate the yaml file
1818## Add yaml
1919Add the new {version}.yaml to the soluton in the "Wix and winget-pkgs" folder
2020
21- ## Verify
21+ ## Verify : Validate
2222Do a ` winget validate --manifest {version}.yaml `
2323
2424## Upload
2525Create the new version and upload setup to https://github.com/StefH/GitHubReleaseNotes/releases
2626
27+ ### Verify Install + Uninstall
28+ Do a ` winget install --manifest {version}.yaml `
29+ Do a ` winget uninstall --manifest {version}.yaml `
30+
2731## winget-pkgs
2832Create a PR with the new {version}.yaml in https://github.com/StefH/winget-pkgs
You can’t perform that action at this time.
0 commit comments