Application version not incrementing

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

I am using the application version using
Application.ProductVersion.ToString.

The problem is that the version number returned is always 1.0.0. and never
changes despite many changes and rebuilds of app. How can I make it auto
change?

Thanks

Regards
 
Hi

I am using the application version using
Application.ProductVersion.ToString.

The problem is that the version number returned is always 1.0.0. and never
changes despite many changes and rebuilds of app. How can I make it auto
change?

Thanks

Regards

Hi John

In your app properties > Publish, is "Automatically increment revision
with each publish" turned on? And are you actually publishing, or just
rebuilding?

Chris
 
Back
Top