M
Maloney
I've seen how to get the version of the currently running exe
String ver = Assembly.GetExecutingAssembly().GetName().Version.ToString();
but how do i get the version of an external .dll that I link to?
String ver = Assembly.GetExecutingAssembly().GetName().Version.ToString();
but how do i get the version of an external .dll that I link to?