I retrieve the product version as follows
System.Reflection.Assembly assembly = System.Reflection.Assembly.GetExecutingAssembly();
System.Diagnostics.FileVersionInfo fvi = System.Diagnostics.FileVersionInfo.GetVersionInfo(assembly.Location);
But where do I set it?
I have tried looking at the project properties and can find AssemblyVersion but not ProductVersion