Setting a product version number?

  • Thread starter Thread starter Dave M.
  • Start date Start date
D

Dave M.

I can find all kinds of info on getting version data from a file via
FileVersionInfo, but where/how do I set the product version number I want
displayed when some views the file properties?
 
Dave M. said:
I can find all kinds of info on getting version data from a file via
FileVersionInfo, but where/how do I set the product version number I want
displayed when some views the file properties?

Check out the project's "AssemblyInfo.vb" file. In VB 2005 the product
version can be set unter "My Project" in a separate dialog.
 
Back
Top