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
Works excellent! But:
Is it possible, to add some kind of 'CheckinDate' to the available "ThisAssembly.Git" constants? I would like to do something like this: [assembly: AssemblyInformationalVersion(ThisAssembly.Git.CheckinDate + "-" + ThisAssembly.Git.Branch + "-" + ThisAssembly.Git.Commit)]
Will look like: 25.05.2018-/remote/main/-#3baxfwkjfa
The text was updated successfully, but these errors were encountered:
Works excellent! But:
Is it possible, to add some kind of 'CheckinDate' to the available "ThisAssembly.Git" constants? I would like to do something like this:
[assembly: AssemblyInformationalVersion(ThisAssembly.Git.CheckinDate + "-" + ThisAssembly.Git.Branch + "-" + ThisAssembly.Git.Commit)]
Will look like: 25.05.2018-/remote/main/-#3baxfwkjfa
The text was updated successfully, but these errors were encountered: