StringSimilarity.NET icon indicating copy to clipboard operation
StringSimilarity.NET copied to clipboard

Support for Strong-Named Assemblies

Open StefanStarli17 opened this issue 10 months ago • 0 comments

Hi,

First of all, thank you for this great library! It has been really helpful and makes working with string similarity much easier.

I wanted to ask if it would be possible to provide a strong-named version of the assembly. In projects that are signed with a strong name, only other strong-named dependencies can be used. Currently, this prevents us from directly using the library in such environments.

A possible solution could be adding strong name signing (.snk file) or providing an additional signed version via NuGet. If desired, I’d be happy to submit a PR with the necessary changes.

Thanks again for your great work and your time! Looking forward to your feedback.

Best regards, Stefan

StefanStarli17 avatar Mar 04 '25 06:03 StefanStarli17