Skip to content

Commit 70196e8

Browse files
authored
Merge pull request #1303 from thomaslevesque/patch-1
Improve documentation for assembly version schemes
2 parents 5b6126b + d9c3050 commit 70196e8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/configuration.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,15 @@ When updating assembly info, `assembly-versioning-scheme` tells GitVersion how
6060
to treat the `AssemblyVersion` attribute. Useful to lock the major when using
6161
Strong Naming. Note: you can use `None` to skip updating the `AssemblyVersion`
6262
while still updating the `AssemblyFileVersion` and `AssemblyInformationVersion`
63-
attributes.
63+
attributes. Valid values: `MajorMinorPatchTag`, `MajorMinorPatch`, `MajorMinor`,
64+
`Major`, `None`.
6465

6566
### assembly-file-versioning-scheme
6667
When updating assembly info, `assembly-file-versioning-scheme` tells GitVersion how
6768
to treat the `AssemblyFileVersion` attribute. Note: you can use `None` to skip updating the `AssemblyFileVersion`
6869
while still updating the `AssemblyVersion` and `AssemblyInformationVersion`
69-
attributes.
70+
attributes. Valid values: `MajorMinorPatchTag`, `MajorMinorPatch`, `MajorMinor`,
71+
`Major`, `None`.
7072

7173
### assembly-informational-format
7274
Set this to any of the available [variables](/more-info/variables) to change the

0 commit comments

Comments
 (0)