.Net Version overrides Win32 Version

We have several projects that set the assembly version from a property set. The file version is not contained in that property set. We have a value entered for the file version on the win32 version tab however it appears that the when the .Net Version gets applied it wipes out the file version and replaces it with 0.0.0.0.

We’ve compensated by defining the file version in the property set for the .Net Version info but this used to work prior to version 6.

Hi Donovan

My apologies for the delay in replying. This one took some investigation to see what was happening. There was a change with FB6 where the the AssemblyInfo property set now allows setting the AssemblyFileVersion seperately. To make it use the same value as the AssemblyVersion field, in the PropertySet Assing values action, assign a value of 1 to the LinkFileVersion field.