Add workflows that will release the package to NuGet (see this repo), and also add an action that will build the installer and package an executable file when a new release is pushed. The executable will be attached to the release notes so we can point users to an easy-to-use installer.
The same workflow used in the installer is already packaged as an embedded resource in the project, meaning it will be available in the NuGet package when it is published.
Add workflows that will release the package to NuGet (see this repo), and also add an action that will build the installer and package an executable file when a new release is pushed. The executable will be attached to the release notes so we can point users to an easy-to-use installer.
The same workflow used in the installer is already packaged as an embedded resource in the project, meaning it will be available in the NuGet package when it is published.