Setting a product version number?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dave M.

    #1

    Setting a product version number?

    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?


  • Herfried K. Wagner [MVP]

    #2
    Re: Setting a product version number?

    "Dave M." <davem@nexcorte ch.com> schrieb:[color=blue]
    >I can find all kinds of info on getting version data from a file via
    >FileVersionInf o, but where/how do I set the product version number I want
    >displayed when some views the file properties?[/color]

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

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://classicvb.org/petition/>

    Comment

    Working...