Lucene.Net.Analysis.Phonetic: Added CLSCompliant(true) attribute
Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/2d5108ba Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/2d5108ba Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/2d5108ba Branch: refs/heads/master Commit: 2d5108ba060be2f06a6afaffeb0fedd124fe69bb Parents: bacfcc1 Author: Shad Storhaug <[email protected]> Authored: Sun Jul 23 16:12:03 2017 +0700 Committer: Shad Storhaug <[email protected]> Committed: Mon Jul 24 00:35:29 2017 +0700 ---------------------------------------------------------------------- src/Lucene.Net.Analysis.Phonetic/Properties/AssemblyInfo.cs | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucenenet/blob/2d5108ba/src/Lucene.Net.Analysis.Phonetic/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Analysis.Phonetic/Properties/AssemblyInfo.cs b/src/Lucene.Net.Analysis.Phonetic/Properties/AssemblyInfo.cs index b7cd03f..022a4ea 100644 --- a/src/Lucene.Net.Analysis.Phonetic/Properties/AssemblyInfo.cs +++ b/src/Lucene.Net.Analysis.Phonetic/Properties/AssemblyInfo.cs @@ -19,6 +19,7 @@ * */ +using System; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; @@ -34,6 +35,8 @@ using System.Runtime.InteropServices; [assembly: AssemblyDefaultAlias("Lucene.Net.Analysis.Phonetic")] [assembly: AssemblyCulture("")] +[assembly: CLSCompliant(true)] + // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type.
