302 Views
I need to access the AssemblyVersion info from my assembly, and I was going to use something like this: Assembly.GetExecutingAssembly().GetName().Version; But, I see that GetName() is [SECURITY CRITICAL]. How can I get a hold of a Version object??
0 comments