feature23 / StringSimilarity.NET

A .NET port of java-string-similarity
Other
448 stars 70 forks source link

Upgrade netstandard2 and framework45 #23

Closed iojancode closed 3 years ago

iojancode commented 3 years ago

Hi, no code changes, I did upgrade some project files and ran tests. It was easy to target multiple frameworks so I did restore support for .net framework 4.5 and at the same time support .net standard 2.0 which is used with a lot of applications nowadays.

paulirwin commented 3 years ago

Hi, thanks! But sorry if I misspoke earlier, I was able to merge in your other PR. This has been published to NuGet (along with a few other changes) as v4.0.0-beta. Can you try pulling this version and see if it works well for you? Thanks!

https://www.nuget.org/packages/F23.StringSimilarity/4.0.0-beta

iojancode commented 3 years ago

Thanks, already using 4.0.0 beta on my build