Friday, June 26, 2009

Get application version in C#

 using System.Reflection;  
Assembly.GetExecutingAssembly().GetName().Version

No comments:

Post a Comment