View Single Post
  #2  
Old 02-16-2004, 06:08 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,027
"For managed projects containing an AssemblyInfo file (Managed C++ .NET, Visual C# and VB.NET projects), the AssemblyFileVersion (file version), AssemblyInformationalVersion (product version), and/or AssemblyVersion attributes in the project's AssemblyInfo file are created or updated."

So if you rename the AssemblyInfo.* file in the project you don't want versions to be incremented on (i.e. AssemblyInfox.*), the action will not update its version fields.
Reply With Quote