I am using the "1.0.*" pattern to auto-increment the AssemblyVersion
attribute of my project's assembly. I'd like to have the assembly's
AssemblyFileVer sion attribute match this value, so that I can see the
assembly version in the Windows XP Explorer. In other words, I'd like to
synchronize the file version of an assembly to its assembly version. I've
discovered that the "1.0.*" pattern doesn't work for the AssemblyFileVer sion
attribute.
-- Can the AssemblyFileVer sion attribute be d to the AssemblyVersion
attribute ? If so, how?
-- Is there any reason why it would be a bad idea to do this?
Thanks in advance.
--
David Veeneman
Foresight Systems
attribute of my project's assembly. I'd like to have the assembly's
AssemblyFileVer sion attribute match this value, so that I can see the
assembly version in the Windows XP Explorer. In other words, I'd like to
synchronize the file version of an assembly to its assembly version. I've
discovered that the "1.0.*" pattern doesn't work for the AssemblyFileVer sion
attribute.
-- Can the AssemblyFileVer sion attribute be d to the AssemblyVersion
attribute ? If so, how?
-- Is there any reason why it would be a bad idea to do this?
Thanks in advance.
--
David Veeneman
Foresight Systems
Comment