Developer's DescriptionBy ivostoykovIncrease the build number of NET projects.ProjectBuildCounter is a free stand alone tool auto incrementing NET project version (a counter) on each build. Increment is made on each build nevertheless it is Debug or Release. It manipulates Properties\AssemblyInfo.cs file of a project. As the file name assume it contains somewhere in the contents the product version. ProjectBuildCounter reads AssemblyInfo.cs file and increments versions. It includes some parameters which allowing to increment particular part of the version like major, minor, and build.