Currently the version tag in the csproj and the release need to be manually created/updated on each PR. Fix this so that the github action determines the semver version, passes the version into dotnet build and then creates a release/tag for the version. This only applies to merges into master.
Currently the version tag in the csproj and the release need to be manually created/updated on each PR. Fix this so that the github action determines the semver version, passes the version into dotnet build and then creates a release/tag for the version. This only applies to merges into master.