Any example of getting assembly version?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In stead of storing a string in my code of the current version that duplicates the assembly version, can I read the assembly version programatically? Thanks.
 
Assembly.GetExecutingAssembly.GetName.Version should return the version number of the executing assembly

HT

David
 

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

Back
Top