sergey-tihon / OpenNLP.NET

OpenNLP for .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Strong Naming Support

NightOwl888 opened this issue · comments

Due to the fact the assembly is not strong named/strong signed, there are some supportability problems, namely we are having issues because of lack of InternalsVisibleTo support with our strong-named assemblies.

Someone has already cloned this project and released a strong-named copy on NuGet.org, but I would prefer to depend on packages maintained by original authors.

Ideally, we would like to still use 1.9.1 (perhaps versioned 1.9.1.1 to show it is patched), but we could probably adapt to using 1.9.2 or the latest version, 1.9.3 if you would rather upgrade at the same time.

Sure, no problem at all.
I've released version 1.9.1.1 with signed assemblies

Thanks for the quick turn-around. All looks good.