Added GitVersion to automatically increment package and assembly version #19
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
NO_CI the resulting commit of this PR needs to be tagged with the initial version before the CI pipeline can run
GitVersion has been configured in mainline mode. This means that it will automatically increment to a full version on each commit in master.
Using default version bump regex:
Patch version incremented by default. For more info: https://gitversion.net/docs/more-info/version-increments
Pipeline has also been updated to pack the NuGet package using the version from GitVersion.
Note: we will need to stop using pre-release tags as mainline mode on GitVersion doesn't support it. I believe this is fine as, in SemVer, anything before the first major version is pre-release by definition