Skip to content

Commit

Permalink
Merge pull request #1303 from thomaslevesque/patch-1
Browse files Browse the repository at this point in the history
Improve documentation for assembly version schemes
  • Loading branch information
gep13 authored Oct 3, 2017
2 parents 5b6126b + d9c3050 commit 70196e8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,15 @@ When updating assembly info, `assembly-versioning-scheme` tells GitVersion how
to treat the `AssemblyVersion` attribute. Useful to lock the major when using
Strong Naming. Note: you can use `None` to skip updating the `AssemblyVersion`
while still updating the `AssemblyFileVersion` and `AssemblyInformationVersion`
attributes.
attributes. Valid values: `MajorMinorPatchTag`, `MajorMinorPatch`, `MajorMinor`,
`Major`, `None`.

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

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

0 comments on commit 70196e8

Please sign in to comment.