Structsยง
- GitVersion
- Extracts the version by running
git describe --tags --always. - GitVersion
Config - Configuration for
GitVersion.
Functionsยง
- default_
dirty_ ๐suffix - git_
commit_ ๐date - Run
git log -1 --format=%cI <refspec>and parse the result as a UTCDateTime. ReturnsNoneon any failure so callers can treat the date as optional.