C# C# Windows Form Application

C# Get Current Assembly Version1 min read

To get the version of currently executing assembly, 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