You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ NuGet package for automatically versioning a project with git.
12
12
13
13
* Install the NuGet package (https://www.nuget.org/packages/Zoltu.Versioning/).
14
14
* 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`).
15
16
* When you want to increase the major or minor version numbers, tag the commit that should bump the version with v#.#
16
17
* Example Tag: v3.5
17
18
* 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