I'm trying to access the Version number of my assembly at runtime.
The code I'm using for that requires a FileIOPermission, which I don't want to grant (I'm in the Internet Zone)
this.GetType().Assembly.GetName().Version;
Is there another way to access the version number which doesn't require elevation?