Reply to comment

string s = null; s =

string s = null;
s = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString();

Reply