Project moved to GitHub

New URL is https://github.com/ivostoykov/ProjectBuildCounter

Project Description
ProjectBuildCounter is a free stand alone tool autoincrementing NET project version (a counter) on each build.
 
buid_qrcode.png
ProjectBuildCounter manipulates Properties\AssemblyInfo.cs file of a project. As the file name asume it contains somewhere in the contents the product version. It has following form:
[assembly: AssemblyVersion("1.0.13")] 
ProjectBuildCounter reads AssemblyInfo.cs file and increments versions using following logic: