I'm using MSBuild to compile some .dproj projects using FinalBuilder 5.5.0.518.
In the Project Properties tab under Property I have AssemblyVersion - Value being 5.0.0.
It's not overwritting the AssemblyValue that is in the dpk for this project which is set to 1.0.*. I continue to get the Assembly Version to be 1.0.2938.25439 and so forth.
Has anyone had this problem or know I can get rid of this problem? It would be very appreciated.
Thanks for your post. The MSBuild Action can only update MSBuild properties which are defined in the MSBuild project file (in this case, the dproj file.) This is an architectural limitation of MSBuild.
The solution is to use the AssemblyInfo Updater action to update the .dpk file, which contains the AssemblyVersion attribute. Then build the .dproj project with MSBuild.
Regards,
Angus
PS The December RADStudio update from Codegear appears to address the issues we were having with the Delphi.Net 2007 compiler action, so we should have a test build with Delphi.Net 2007 support very soon.