Skip to content

Commit 5dc545f

Browse files
committed
1.0.7.1
1 parent aff2eac commit 5dc545f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ReleaseNotes.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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

Wix/HowTo.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,15 @@ Use LinqPad on `generate manifest.linq` to generate the yaml file
1818
## Add yaml
1919
Add the new {version}.yaml to the soluton in the "Wix and winget-pkgs" folder
2020

21-
## Verify
21+
## Verify : Validate
2222
Do a `winget validate --manifest {version}.yaml`
2323

2424
## Upload
2525
Create 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
2832
Create a PR with the new {version}.yaml in https://github.com/StefH/winget-pkgs

0 commit comments

Comments
 (0)