bump filename.exe
This will increment the build portion of the file version information for that file by 1. If you don't have versioin information for that file, it won't work. However, you can also use this syntax to either create version information, or set existing version information to a specific value:
bump filename.exe 1.2.3.4
The version string requires all 4 values to be set (major, minor, release, and build).
I'd like to thank Colin Wilson, since I used some of his code to create this utility. I sent my changes back on to him, so hopefully, he'll find those useful.
My wishlist of features coming up for this utility (some are already started, or in various states of undone):
Leave a comment here if you find it useful.
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.