mikefourie-zz / MSBuildExtensionPack

MIT License
366 stars 104 forks source link

Add support for attributes with actual "Attribute" suffix #91

Open Rubabublivuga opened 5 years ago

Rubabublivuga commented 5 years ago

The current solution does not support attributes with "Attribute" suffix.

Unsupported: [assembly: AssemblyVersionAttribute("9.9.9.9")]

Supported: [assembly: AssemblyVersion("9.9.9.9")]

There is no semantic difference and Attribute suffix is valid and used.