-
Notifications
You must be signed in to change notification settings - Fork 651
AssemblyFileVersionAttribute format configurable #886
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
Comments
Could you give examples, or even implement a PR which adds this :) |
Yes I can. AssemblyFileVersionAttribute is formated as "Major.Minor.Patch.0" with fixed "0". We want it to format as "Major.Minor.Patch.CommitsSinceVersionSource". I know, it's not realy SemVer but it is better suited to our company rules. |
I'm interested to know if AssemblyInformationalVersion has its format configurable as well. As mentionned in #1161, NuGet fails to parse current AssemblyInformationalVersion's format (Because it uses SemVer 2.0 dot notation) and I need to set the format to something SemVer 1.0-compatible.
generating
|
Nevermind, it seems |
Okay. I wanted this Format:
In the meantime, however, we are working according to Sem 1.0 rules. Thank you for the response. It's a great tool. |
Since #1130 seems to provide the required functionality here, I'm closing. Just reopen if something's amiss. |
Thanks for this great tool.
It would be very nice, if we can configure the format of the AssemblyFileVersionAttribute with an extra variable. Is this possible for the next release?
The text was updated successfully, but these errors were encountered: