Skip to content

v0.8.0

Compare
Choose a tag to compare
@ltrzesniewski ltrzesniewski released this 17 Feb 22:47
· 345 commits to master since this release
75c7034

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.