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
Originally posted by axunonb February 12, 2023
Without using NuGetizer the InformationalVersion contains the full commit hash, e.g. 2.0.0+9ac9fe78012ae9d6acf0fabbc2bf454666b3fe9d.
With the NuGetizer package (0.9.2), the version becomes 2.0.0+9ac9fe780.
Is it possible to control the length of the hash string, that is appended to version?
The text was updated successfully, but these errors were encountered:
Discussed in #287
Originally posted by axunonb February 12, 2023
Without using NuGetizer the
InformationalVersion
contains the full commit hash, e.g.2.0.0+9ac9fe78012ae9d6acf0fabbc2bf454666b3fe9d
.With the NuGetizer package (0.9.2), the version becomes
2.0.0+9ac9fe780
.Is it possible to control the length of the hash string, that is appended to version?
The text was updated successfully, but these errors were encountered: