Skip to content

v0.6.4

Latest
Compare
Choose a tag to compare
@mstefarov mstefarov released this 06 Jul 07:37
· 15 commits to master since this release

This is a maintenance release, considered stable and production-ready.

Changes

  • Fixed a case where NbtBinaryReader.ReadString read too many bytes (#26).
  • Fixed NbtList.Contains(null) throwing exception instead of returning false.
  • Reduced NbtBinaryReader's maximum chunk size to 4 MB. This reduced peak
    memory use when reading huge files without affecting performance.

API Reference

See https://www.fcraft.net/fnbt/v0.6.3/ (no API changes since last release)

Download