BoolBySigma / UpdateAssemblyInfo

SORRY THIS IS NO LONGER MAINTAINED
10 stars 9 forks source link

Append existing attribute #24

Open EP01 opened 6 years ago

EP01 commented 6 years ago

I was wondering if it is currently possible to append an existing attribute (in my case Informational Version) with an extra string? To be more clear, I want to take the existing Informational Version (eg. 3.5.0-alpha) and add Build Number and Commit (eg. 3.5.0-alpha+b.123.1.c.123). If it is not currently possible, would it be possible to implement this or suggest a workaround?

EP01 commented 6 years ago

I have achieved this by retrieving and setting my assembly properties as global build variables beforehand in the build process. It would still be nice to see an "append" option in the extension if possible.