BalassaMarton / MSBump

MSBuild task that bumps the version of a Visual Studio 2017 project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skip adding a revision number

vsaranea opened this issue · comments

For my particular project, the revision number adds more annoyance than help.

I'd like to keep my versioning to Major.Minor.Patch, with Patch being bumped on successfull release builds (which my server automatically does, as well as commiting it back).

However, MSBump appears to always add a .0 Revision even if I don't have one initially in my Version property.