I have a managed c++ project.
How do I make the version information of the DLL (as seen in explorer and used by installers) match the version information generated in the Assembly Version atttribute?
AssemblyInfo.cpp:
[assembly:AssemblyVersion("5.1.*")];
The problem is discussed here.