Using GitVersion.yml to set custumized Assembly Informational Version, any charater used to separate version number from ShortSha is ignored and substitued with -.
Expected Behavior
verified with version 5.1.3
assembly-informational-format: '{Major}.{Minor}.{Patch}_{ShortSha}'
Actual Behavior
verified with version 5.2.4
assembly-informational-format: '{Major}.{Minor}.{Patch}_{ShortSha}'