[Mono-dev] How to get the assembly version?

Jb Evain mono at evain.net
Wed May 3 15:43:15 EDT 2006


Hi,

On May 3, 2006, at 9:37 PM, Fernando López wrote:
> I'm trying to get the assembly version using the next code:

You have to write:

System.Reflection.Assembly.GetExecutingAssembly ().GetName ().Version

But this would have been better asked on the mono-list.

Jb




More information about the Mono-devel-list mailing list