Skip to content

Commit 76bea17

Browse files
committed
Add [CLSCompliant(false)] attribute
1 parent 3274c16 commit 76bea17

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Tvl.VisualStudio.MouseFastScroll/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
using System.Reflection;
1+
using System;
2+
using System.Reflection;
23
using System.Runtime.InteropServices;
34

45
// General Information about an assembly is controlled through the following
@@ -12,6 +13,7 @@
1213
[assembly: AssemblyCopyright("Copyright © Sam Harwell 2013")]
1314
[assembly: AssemblyTrademark("")]
1415
[assembly: AssemblyCulture("")]
16+
[assembly: CLSCompliant(false)]
1517

1618
// Setting ComVisible to false makes the types in this assembly not visible
1719
// to COM components. If you need to access a type in this assembly from

0 commit comments

Comments
 (0)