Skip to content

v0.6.2

Compare
Choose a tag to compare
@mstefarov mstefarov released this 17 Nov 14:22
· 60 commits to master since this release

This is a maintenance release, considered stable and production-ready. Note when downloading source code: fNbt.Serialization project is a work-in-progress, and is not part of this release.

Changes

  • NbtTags now implement ICloneable and provide copy constructors.
  • fNbt is now compatible with /checked compiler option.
  • Fixed an OverflowException in .NET 4.0+ when writing arrays of size 1 GiB (or larger) to a BufferedStream.
  • Fixed a few edge cases in NbtReader when reading corrupt files.
  • Minor optimizations and documentation fixes.

API Reference

See http://www.fcraft.net/fnbt/v0.6.2/

Download

  • Compiled binary: fNbt_v0.6.2.zip [39 KiB]
  • Amalgamation (single merged source file): fNbt_v0.6.2_Annotated.cs [235 KiB]

    (using JetBrains.Annotations for ReSharper)
  • Amalgamation, without annotations: fNbt_v0.6.2.cs [232 KiB]
  • SHA1 sums for the files:
    77f291e0738e0bae6718a71cc2e8f8ca2b2e0f54  fNbt_v0.6.2_Annotated.cs
    2aa56a68f0b8343dfebd54b2bfe1f1b6319a3e98  fNbt_v0.6.2.cs
    82b1cfcf114a3d5411f105e68e328fd5d75e34dd  fNbt_v0.6.2.zip
  • Source files, archived: use GitHub's buttons below.