Skip to content

Commit

Permalink
1.0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Jun 23, 2021
1 parent aff2eac commit 5dc545f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
- [#20](https://github.com/StefH/GitHubReleaseNotes/pull/20) - Fix version from setup.exe [bug] contributed by [StefH](https://github.com/StefH)
- [#21](https://github.com/StefH/GitHubReleaseNotes/pull/21) - Replace LibGit2Sharp.Portable with latest LibGit2Sharp [bug] contributed by [StefH](https://github.com/StefH)
- [#22](https://github.com/StefH/GitHubReleaseNotes/pull/22) - Update generator for winpkg manifest [bug] contributed by [StefH](https://github.com/StefH)
- [#23](https://github.com/StefH/GitHubReleaseNotes/pull/23) - Fix ManifestVersion [bug] contributed by [StefH](https://github.com/StefH)
- [#18](https://github.com/StefH/GitHubReleaseNotes/issues/18) - Wrong Display Version in Windows [bug]
- [#19](https://github.com/StefH/GitHubReleaseNotes/issues/19) - LibGit2Sharp.Portable is deprecated and has issues running on Linux. [bug]

Expand Down
6 changes: 5 additions & 1 deletion Wix/HowTo.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,15 @@ Use LinqPad on `generate manifest.linq` to generate the yaml file
## Add yaml
Add the new {version}.yaml to the soluton in the "Wix and winget-pkgs" folder

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

## Upload
Create the new version and upload setup to https://github.com/StefH/GitHubReleaseNotes/releases

### Verify Install + Uninstall
Do a `winget install --manifest {version}.yaml`
Do a `winget uninstall --manifest {version}.yaml`

## winget-pkgs
Create a PR with the new {version}.yaml in https://github.com/StefH/winget-pkgs

0 comments on commit 5dc545f

Please sign in to comment.