Skip to content

Increments AssemblyVersion and or AssemblyFileVersion of C# projects in Visual Studio

License

Notifications You must be signed in to change notification settings

daniznf/VersionIncrement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Version Increment

Increments AssemblyVersion and or AssemblyFileVersion of projects in Visual Studio

Use this script to automatically increment Build Number and or Revision in Visual Studio projects In Visual Studio Pre-Build event command line put a line like this:

$(ProjectDir)Properties\VersionIncrement.bat $(ProjectDir) /B /R

Or you can call this file directly by a command prompt:

VersionIncrement.bat projectDir /B | /R

  • /B paramenter increments Build Number
  • /R paramenter increments Revision

Please specify any or both /B and /R

About

Increments AssemblyVersion and or AssemblyFileVersion of C# projects in Visual Studio

Resources

License

Stars

Watchers

Forks

Packages

No packages published