How to get Assembly Version (not File Version) or another EXE?
- by Keith Maurino
You can do the following to get the the File Version:
FileVersionInfo versionInfo = FileVersionInfo.GetVersionInfo("filename.exe");
But how do you get the Assembly Version or a specific EXE file?