Replies: 1 comment
-
you can try dotnet gitversion /help there is so in your case that might be something like: dotnet gitversion /format '25.{Major}.{Minor}-something' |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working on plugin development and my plugin has to run in the 2024 AND 2025 version of the Host application.
The source code is written so that at any time - any checkin / any git node - I can build the plugin for both hosts by changing the Build Configuration(s) (Release2024, Release2025)
Is there a way to make/configure GitVersion - maybe using some override - so that:
=> It generates a version number in the form of 25.Major.Minor-tag AND 24.Major.Minor-tag or 25.Minor.Patch-tag and 24..Minor.Patch-tag ?
Beta Was this translation helpful? Give feedback.
All reactions