It would be nice if GitVersion supported arbitrary C# format strings, so it was possible to create custom zero padded version number as such: ```yaml assembly-informational-format: '{Major}.{Minor}.{Patch}-{CommitsSinceVersionSource:0000}' ``` the format strings could also be used for other purposes, but zero padding is probably the most useful one. _Originally posted by @asbjornu in https://github.com/GitTools/GitVersion/issues/4153#issuecomment-2282915870_