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
GitInfo does not force anything on you. If you're happy with that format, you can continue using it. You control precisely everything. That is *your * tag, after all
ThisAssembly.Git.Tag is currently in the following form, e.g.:
public const string Tag = "v1.2.3-beta4-5-g6789abcd";
However, SemVer states that build metadata should be added via a plus sign, so this would be correct
public const string Tag = "v1.2.3-beta4-5+g6789abcd";
I'm not sure if this field is actually be specified to be a semantic version. So should this be changed or is this intended?
The text was updated successfully, but these errors were encountered: