File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2
2
- [ #20 ] ( https://github.com/StefH/GitHubReleaseNotes/pull/20 ) - Fix version from setup.exe [ bug] contributed by [ StefH] ( https://github.com/StefH )
3
3
- [ #21 ] ( https://github.com/StefH/GitHubReleaseNotes/pull/21 ) - Replace LibGit2Sharp.Portable with latest LibGit2Sharp [ bug] contributed by [ StefH] ( https://github.com/StefH )
4
4
- [ #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 )
5
6
- [ #18 ] ( https://github.com/StefH/GitHubReleaseNotes/issues/18 ) - Wrong Display Version in Windows [ bug]
6
7
- [ #19 ] ( https://github.com/StefH/GitHubReleaseNotes/issues/19 ) - LibGit2Sharp.Portable is deprecated and has issues running on Linux. [ bug]
7
8
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
18
18
## Add yaml
19
19
Add the new {version}.yaml to the soluton in the "Wix and winget-pkgs" folder
20
20
21
- ## Verify
21
+ ## Verify : Validate
22
22
Do a ` winget validate --manifest {version}.yaml `
23
23
24
24
## Upload
25
25
Create the new version and upload setup to https://github.com/StefH/GitHubReleaseNotes/releases
26
26
27
+ ### Verify Install + Uninstall
28
+ Do a ` winget install --manifest {version}.yaml `
29
+ Do a ` winget uninstall --manifest {version}.yaml `
30
+
27
31
## winget-pkgs
28
32
Create 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