N
Nak
Hi there,
I have an application that uses plugins, what I would like to do is have
a property of the plugin called "Version" that will return the current
version of that assembly, the problem being that if I use
"Application.ProductVersion" it uses the application object of the assembley
that it is being used in. Is there a way to do this other than using
System.Diagnostics.FileVersionInfo.GetVersionInfo(assembleypath).ProductVers
ion
To do this? Thanks in advance.
Nick.
I have an application that uses plugins, what I would like to do is have
a property of the plugin called "Version" that will return the current
version of that assembly, the problem being that if I use
"Application.ProductVersion" it uses the application object of the assembley
that it is being used in. Is there a way to do this other than using
System.Diagnostics.FileVersionInfo.GetVersionInfo(assembleypath).ProductVers
ion
To do this? Thanks in advance.
Nick.