Skip to content

Commit 8727a3e

Browse files
author
Micah Zoltu
committed
Update README.md
1 parent 129aa89 commit 8727a3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ NuGet package for automatically versioning a project with git.
1212

1313
* Install the NuGet package (https://www.nuget.org/packages/Zoltu.Versioning/).
1414
* Remove `AssemblyVersion`, `AssemblyFileVersion` and `AssemblyInformationalVersion` attributes from your AssemblyInfo.cs (if you have them).
15+
* Add `VersionAssemblyInfo.cs` to your version control system's ignore mechanism (e.g., `.gitignore`).
1516
* When you want to increase the major or minor version numbers, tag the commit that should bump the version with v#.#
1617
* Example Tag: v3.5
1718
* Note: If you are using a build server that automatically builds on commit, it is recommended that you tag *before* pushing to the remote master. This is because your build server will kick off without that tag and therefore the build that is generated will not have the newly tagged version.

0 commit comments

Comments
 (0)