AssemblyInfo Updater is no longer correctly replacing the payload of assembly attributes that contain closing parentheses in the string literal.
As an example:
[assembly: AssemblyCopyright(“Copyright © SomeCorporation Inc. 2014.”)]
produces:
[assembly: AssemblyCopyright(“My replacement string from AssemblyInfo Updater”) SomeCorporation Inc. 2014.")]
Whereas:
[assembly: AssemblyCopyright(“Copyright SomeCorporation Inc. 2014.”)]
produces
[assembly: AssemblyCopyright(“My replacement string from AssemblyInfo Updater”)]
…as expected
This appears to be a regression in 1.6.0.255.
Cheers…StuY
Hi StuY,
Thanks for reporting this. We have now fixed this issue. You can download a new version using the following links:
Continua CI (64-bit) v1.6.0.258.
Continua CI Agent Installer (64-bit) v1.6.0.258
Continua CI (32-bit) v1.6.0.258.
Continua CI Agent Installer (32-bit) v1.6.0.258