Clickonce: show publish version

  • Thread starter Thread starter Steven Spits
  • Start date Start date
S

Steven Spits

Hi,

Is it possible to show the publish version in a app that is deployed using
ClickOnce?

Assembly.GetExecutingAssembly().GetName().Version shows the assembly
version...

Steven

- - -
 
Hello Steven,
look into System.Deployment.Application namespace:

ApplicationDeployment.CurrentDeployment.CurrentVersion;

Andrej
 
Andrej Tozon said:
look into System.Deployment.Application namespace:
ApplicationDeployment.CurrentDeployment.CurrentVersion;

Perfect! Thank you very much!

Steven

- - -
 

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