AssemblyInfo Updater added extra )

I am using the AssemblyInfo Updater and it is adding on an extra ) at the end to my attributes and I think I know why.  In VS.Net 2005 I tell it to basically do spacing so my attribute initially would look like:
[assembly: AssemblyTrademark( “” )]
Notice the space between the “” and the ( and the ).
After this Assembly Info Updater runs I have:
[assembly: AssemblyTrademark(“SOAPware is a trademark of SOAPware Inc.”))]

So It’s putting an extra ) where the space was.  I could care less if the space is removed or not, but the extra ) breaks my build.  I can work around this, but I’m hoping this will be fixed sometime.

Hi Lance

I was able to reproduce and fix this problem, we will get a test build to you with the fix in the next day or two.