How to get app build for display on main form?

J

Jeremy

Can't seem to find current build number anywhere at runtime.
Application.productversion gives me a build number-like string that has no
relation to anything I know about.

Jeremy
 
G

Greg Burns

That would be it. It is not what most expect to see. It is based on a
timestamp.

If you want to see 1.0.0.1 or something, you'll have to manually increment
it yourself in the the AssemblyInfo.vb file.

Greg
 
J

Jeremy

Greg, thanks. But what about the version# that is in the setup project, is
that not available as a property?

Jeremy
 
G

Greg Burns

Not sure. I think that version number is purely to version the installer
code itself.

Setup projects are not my forte. I just use XCOPY. :^)

Greg
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top