Hi,
I've been testing the trial version for use at my company and I've come across what appear to be a variety of bugs. I can reproduce them all 100% of the time. I will post them each seperately to keep things organized.
Bug 3:
1. Create a PropertySet to modify either Win32 Version Info or Win32 Version Numbers.
2. Use PropertySet Assign Properties to select a subset of the available options.
3. Create a Build VS.Net Solution Action.
4. Under tab Solution select VS.Net 2008 and MSBuild.
5. Under tab Win32 Version, select Update version information in project .RC files and Use Property Set for Version Info.
6. Build the solution.
7. Examine the RC file in text form, the options which you did not select to be modified have been wiped out and only the subset values are included, in addition (whether or not ProductVersion is linked to FileVersion) there will be at minimum three ProductVersion fields even if you did not select to modify ProductVersion.
From a high level point of view, I was trying to create a property set that would only modify the BuildVersion and leave all the other version information intact. I can't use the Auto-Increment option because I'm not doing a simple increment.
I have worked around the problem by parsing the entire rc file myself and then modifying it manually with another script but I'm sure most users would prefer that as much of this as possible was automated. It would also be really handy if RC files could be loaded and saved.
Thanks,
Blair