Windows Form

How to get current assembly version

Extracting the version of currently executing assembly

If you want to know the version of currently executing assembly then you can use Application.ProductVersion. Here is code snippet which can be used to do this.

To extract major, minor version use

 

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.