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.
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.