ssg / HashDepot

.NET library for xxHash, FNV, MurmurHash3 and SipHash algorithms
MIT License
134 stars 16 forks source link

Updated Nuget package for .NET Standard #3

Closed xlegalles closed 5 years ago

xlegalles commented 5 years ago

Would it be possible to have an updated Nuget package for the v2.0? Mainly because it is .NET standard. Thank you

ssg commented 5 years ago

Hi, it's already .NET Standard (1.3, which is 2.0 compatible). What problems are you having with the latest version? Thanks.

xlegalles commented 5 years ago

Yes I saw it. But the Nuget package available on Nuget.org is v1.2. Could you update it to v2.0? Thx

ssg commented 5 years ago

That’s the package version, not the .NET standard version. Why do you need 2.0 at the moment?

xlegalles commented 5 years ago

The actual package v1.2 has been published in 2016 and is not .NET standard, am I wrong? So I would like you to publish the last version of your development, available on github, which is .NET standard compatible. The .NET standard version you use is totally appropriate, this is not the question. i.e. I don't want to clone your repo locally to use it. I want to use Nuget.org as everybody does usually.

ssg commented 5 years ago

oh you're right. i didn't notice the last version wasn't compatible with .NET Standard, got it.

ssg commented 5 years ago

this is out now, thanks!