I have a plug-in architecture where an abstract base class is defined in the main application. It uses reflection to load assemblies that have derived implementations of the base class. I would like to get the version information of the assembly that contains the derived object. Here is my base class:I have a plug-in architecture where an abstract