From this blog article How to get assembly version without loading it:
AssemblyName.GetAssemblyName("filename.exe").Version
This avoids having to load the assembly in its entirity.
From this blog article How to get assembly version without loading it:
AssemblyName.GetAssemblyName("filename.exe").Version
This avoids having to load the assembly in its entirity.