AssemblyInfo Updater: updating attributes from Property Sets

Hi,

does the AssemblyInfo Updater action only apply AssemblyVersion and AssemblyFileVersion attributes?

Or is there some way to apply Company, Product and Copyright?

(I am assigning these values in the Property Set but I don’t see any option in the AssemblyInfo Updater to choose other attributes)

Thanks!
Dave

You can use the properties of the property set. What is missing is variablesense to show the properties. If your propset was named AInfo, you can specify %AInfo.Company% for example to get the value of the Company property.

Hi Vincent,

thanks for the response.

Do I add these manually in the Attributes tab?

(I wasn’t clear on that and the Online Help doesn’t actually show an example)

Thanks,
Dave

Yes, it’s no different from using variables in the assembly info updater action.