Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahZoltu committed Jun 6, 2016
1 parent 129aa89 commit 8727a3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ NuGet package for automatically versioning a project with git.

* Install the NuGet package (https://www.nuget.org/packages/Zoltu.Versioning/).
* Remove `AssemblyVersion`, `AssemblyFileVersion` and `AssemblyInformationalVersion` attributes from your AssemblyInfo.cs (if you have them).
* Add `VersionAssemblyInfo.cs` to your version control system's ignore mechanism (e.g., `.gitignore`).
* When you want to increase the major or minor version numbers, tag the commit that should bump the version with v#.#
* Example Tag: v3.5
* 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.
Expand Down

0 comments on commit 8727a3e

Please sign in to comment.