Skip to content

Commit b0ca6fa

Browse files
committed
Removed implicit Attribute extension from GuidAttribute
When applying an attribute, the `Attribute` extension is implied, and thus doesn't need to be included. While I was at it, I moved the `[Guid()]` attribute to the bottom, below `[InternalsVisibleTo()]`, for consistency with other `AssymblyInfo` classes.
1 parent 274bc9b commit b0ca6fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

OnTopic/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
| Declare and define attributes used in the compiling of the finished assembly.
2323
\-----------------------------------------------------------------------------------------------------------------------------*/
2424
[assembly: ComVisible(false)]
25-
[assembly: InternalsVisibleTo("OnTopic.Tests")]
2625
[assembly: CLSCompliant(true)]
27-
[assembly: GuidAttribute("3CA9F6CB-B45A-4E74-AAA4-0C87CAA2704F")]
26+
[assembly: InternalsVisibleTo("OnTopic.Tests")]
27+
[assembly: Guid("3CA9F6CB-B45A-4E74-AAA4-0C87CAA2704F")]

0 commit comments

Comments
 (0)