You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I have been searching for a library to use the git info in my programs and I this one is the best I've found :)
I created a wpf application, installed this library from Nuget, made some commits and print the git info like this:
It works perfectly, but when I keep making commits and even changing to new branches the ThisAssembly.Git.Commits remains as '0'. (If I make tags 'Tag' and 'BaseTag' change, but the commit counter remains as '0').
How can I make that counter (or the numbers of the BaseVersion or SemVer: Major , Minor and Patch) to increase automatically every time i make a new commit? (I read your documents but I didn't understand the customization part. I think it's related to adding a with a property in the .csproj of the project?. Can you please show me that with examples?).
Is the example above using the correct way to print if a program is compiled as Debug or Release using your library?
Thanks in advance,
The text was updated successfully, but these errors were encountered:
Hi. I have been searching for a library to use the git info in my programs and I this one is the best I've found :)
I created a wpf application, installed this library from Nuget, made some commits and print the git info like this:
It works perfectly, but when I keep making commits and even changing to new branches the
ThisAssembly.Git.Commits
remains as '0'. (If I make tags 'Tag' and 'BaseTag' change, but the commit counter remains as '0').Thanks in advance,
The text was updated successfully, but these errors were encountered: