View Single Post
  #2  
Old 11-10-2003, 08:18 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,026
The built-in VS.NET, VC6, VB6 and Delphi actions provide auto-increment capabilities (on the Versions tab), but they increment either the 3rd or 4th build number by a single digit.

To achieve the versioning you describe, you could use a Replace in File action to modify the version field in the project's AssemblyInfo./.RC/.VBP file to the desired value. The attached sample shows how to do this for a .RC file.
Attached Files
File Type: bld ver_date.bld (2.2 KB, 1034 views)
Reply With Quote