How can I programmatically get the current product version in C#?
My code:
VersionNumber = System.Reflection.Assembly.GetExecutingAssembly().GetName
System.Reflection.Assembly.GetEntryAssembly().GetName().Version