We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ec70b commit 78d99b0Copy full SHA for 78d99b0
docs/input/docs/reference/mdsource/configuration.source.md
@@ -120,6 +120,12 @@ Specifies the format of `AssemblyInformationalVersion`.
120
Follows the same formatting semantics as `assembly-file-versioning-format`.
121
The default value is `{InformationalVersion}`.
122
123
+### custom-version-format
124
+
125
+Specifies the format of `CustomVersion`.
126
+Follows the same formatting semantics as `assembly-file-versioning-format`.
127
+The default value is `{SemVer}`.
128
129
### mode
130
131
Sets the `mode` of how GitVersion should create a new version. Read more at
0 commit comments