View Single Post
  #2  
Old 04-15-2004, 09:46 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,013
Regarding retrieving the assembly version, the VS.NET Get Version action will retrieve the existing value from the project, which defaults to the form "1.0.*". If you first use the Make VS.NET action to set the full version (i.e. 1.2.3.4), then incrementing and retrieving via the Make VS.NET / VS.NET Get Version actions will work as expected.

The latest download has been updated to support Smart Device (.NET Compact Framework) projects in the Make VS.NET and VS.NET Get Version actions.

Attached is a sample showing one way to retrieve the assembly version from a compiled .NET assembly.
Attached Files
File Type: bld assemver.bld (1.9 KB, 1316 views)
Reply With Quote