BoolBySigma / UpdateAssemblyInfo

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

Missing attributes in AssemblyInfo.vb incorrect format #9

Closed s-burtonshaw closed 7 years ago

s-burtonshaw commented 7 years ago

When the "Add Missing Attributes" option is enabled and run against a VB file, the missing attributes are added incorrectly using the c# format e.g., "[assembly: ComVisible(False)]" rather than "<Assembly: ComVisible(False)>"

ghost commented 7 years ago

Thank you for pointing this out!

I will have a look at this asap.

ghost commented 7 years ago

Published a fix for this in version 2.0.26.

Please try it out and let me know how it works for you.

s-burtonshaw commented 7 years ago

Seems to work. Thanks.