How to get the Assembly version of a file

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

Hi Guys,
I know how to find the FileVersion using FileVersionInfo, but struggling to
find a way to get Assembly Version.
Any help would be appreciated.

Thanks in advance,
Steve.
 
I know how to find the FileVersion using FileVersionInfo, but struggling to
find a way to get Assembly Version.

AssemblyName.GetAssemblyName(filePath).Version


Mattias
 
Back
Top