Problem
The repository currently requires users to manually pull it down and build the solution to run the EXE
Solution
Using Github's package release tools, create incremental versioning so that releases can be pushed out, ideally with a way to publish with changelogs(using the tag spread syntax)
I have started a PR but would like some additional review on it so it can use the Publish Profile and release just like the existing manual release I did
Problem
The repository currently requires users to manually pull it down and build the solution to run the EXE
Solution
Using Github's package release tools, create incremental versioning so that releases can be pushed out, ideally with a way to publish with changelogs(using the tag spread syntax)
I have started a PR but would like some additional review on it so it can use the Publish Profile and release just like the existing manual release I did