This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git
commit d12e918ad5333fb8df019aff36785e9274f38f09 Author: Shad Storhaug <[email protected]> AuthorDate: Thu Feb 6 23:32:28 2020 +0700 BREAKING: Lucene.Net.Support: Marked AssemblyUtils internal --- src/Lucene.Net/Support/AssemblyUtils.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Lucene.Net/Support/AssemblyUtils.cs b/src/Lucene.Net/Support/AssemblyUtils.cs index a864a68..917df0d 100644 --- a/src/Lucene.Net/Support/AssemblyUtils.cs +++ b/src/Lucene.Net/Support/AssemblyUtils.cs @@ -30,7 +30,7 @@ namespace Lucene.Net.Support /// <summary> /// Methods for working with Assemblies. /// </summary> - public class AssemblyUtils + internal class AssemblyUtils { /// <summary> /// Gets a list of the host assembly's referenced assemblies excluding
