Kinook Software Forum

Go Back   Kinook Software Forum > Visual Build Professional > [VBP] User Tips, Tricks and Samples
Register FAQ Community Calendar Today's Posts Search

 
 
Thread Tools Rating: Thread Rating: 2 votes, 5.00 average. Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 12-27-2005, 03:14 PM
mweinberger mweinberger is online now
Registered User
 
Join Date: 12-23-2005
Posts: 40
Found it!

Microsoft created an AssemblyInfoTask add-on that allows for the automatic increment of the build and revision numbers. It also allows for the manual setting of the major and minor version numbers in the project file. I just didn't realize to add:

<PropertyGroup>
<AssemblyMajorVersion>8</AssemblyMajorVersion>
<AssemblyMinorVersion>0</AssemblyMinorVersion>
<AssemblyFileMajorVersion>8</AssemblyFileMajorVersion>
<AssemblyFileMinorVersion>0</AssemblyFileMinorVersion>
</PropertyGroup>

the <PropertyGroup> portion. The solution is to "update" this file at that section to set the appropriate major and minor version numbers.

Cool!

The path for all that are interested is:

http://www.gotdotnet.com/codegallery...9-16107919f93e

I hope this helps.

Martin A. Weinberger
Butterflyvista
http://www.butterflyvista.com/
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



All times are GMT -5. The time now is 06:31 PM.


Copyright © 1999-2023 Kinook Software, Inc.