Windows Explorer properties of a .NET executable gives File Version and Product Version. Where does the Product Version come from?
And while we are on Windows Explorer, what has happened to Assembly Version in Vista's version of Windows Explorer? I Googled and it looks like only two other persons have missed this pre-2004 feature.
Thanks
K.Kong
It's in the assembly metadata. You'll find it in your AssemblyInfo.cs (probably in Properties special folder in VS). Also visible in the project properties.
Marked As Answer byK.KongTuesday, September 15, 2009 1:48 PM
Wole Ogunremi
It's in the assembly metadata. You'll find it in your AssemblyInfo.cs (probably in Properties special folder in VS). Also visible in the project properties.
Wole Ogunremi
It's in the assembly metadata. You'll find it in your AssemblyInfo.cs (probably in Properties special folder in VS). Also visible in the project properties.