Does anyone know how to get the version out of the assembly info file for a DLL.

You can just do Application.ProductVersion in an exe to get the version, but doing this in a dll that is called from the exe just returns the exe’s version.

Thanks in advance.