Click to See Complete Forum and Search --> : version number of exe or dll


Jim Bassett
August 26th, 2002, 12:28 PM
There is a methof called GetVersionNumber but I cannot find a SetVersionNumber or something like that. We have a need to set the version number of a exe or dll but not sure how to do that. Along that same line we are looking at a 4 part version number of major.minor.build.verison so the tool or method would need to set all four if possible

Thanks.

CallMeJoe
September 5th, 2002, 12:11 PM
Use the version resource. If you don't have a version resource for the project, just add one. With the .NET (and 6.0) IDE, it's very straightforward.