Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add NerdBank.GitVersioning support #81

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

qmfrederik
Copy link
Contributor

This commit adds NerdBank.GitVersioning, which gives every build of plist-cil a unique version number.

The base version number is stored in version.json (e.g. 2.2) and is incremented by 1 every time a commit is added. Builds off branches contain a +g{commit} suffix, indicating that these builds are prerelease.

This makes it easier to keep track of different versions of plist-cil.

This commit adds [NerdBank.GitVersioning](https://www.nuget.org/packages/Nerdbank.GitVersioning), which gives every build of plist-cil a unique version number.

The base version number is stored in `version.json` (e.g. 2.2) and is incremented by 1 every time a commit is added.  Builds off branches contain a `+g{commit}` suffix, indicating that these builds are prerelease.

This makes it easier to keep track of different versions of plist-cil.
@claunia claunia merged commit 9deb855 into claunia:master Jan 28, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants