Skip to content

v2.0.0

Compare
Choose a tag to compare
@ied206 ied206 released this 20 May 14:29
· 57 commits to master since this release
  • Updated included libmagic to 5.38.
  • Native libraries are now placed following NuGet convention-based working directory on .NET Standard build.
  • Redesign public APIs.
    • Rewrite GetMagicPath() into GetDefaultMagicFilePath().
    • Rename Load() to LoadMagicFile().
    • Rename LoadBuffer() to LoadMagicBuffer().
    • Add LoadMagicBuffers() APIs.
    • Add GetParam(), SetParam() APIs.
    • Rewrite version functions into properties.