v0.8.0
Target .NET Standard 2.0
This is a major rewrite:
- The library now targets
netstandard2.0
- it works on the .NET Framework and on .NET Core on Windows. - No more C++/CLI, so no more dependency on the VC++ redistributable.
- The library is now exclusively shipped as a NuGet package, the native code is no longer embedded into the managed assembly.