Auto-increment Visual Studio Setup Project version number
I use Visual Studio Setup projects to create MSI's for my .Net Applications. It would be nice if I could have my vers开发者_JAVA技巧ion numbers auto-increment. Even better would be an option to set the installer version equal to AssemblyVersion of the primary output exe.
If it's not overkill for you, use a BuildServer (like TeamCity (free for up to 20projects). With a little msbuild-coding, you can nicely automate the building of your installers (including automatic revision number incr.)
精彩评论