Skip to content

v0.6.1

Compare
Choose a tag to compare
@mstefarov mstefarov released this 19 Jul 23:25
· 85 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

  • NbtReader now supports non-seekable streams.
  • Fixed issues loading from/saving to non-seekable steams in NbtFile.
  • NbtFile.LoadFromStream/SaveToStream now accurately report bytes read/written for NBT data over 2 GiB in size.
  • API change:
    • All NbtFile loading/saving methods now return long instead of int.

API Reference

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

Download

  • Compiled binary: fNbt_v0.6.1.zip [38 KiB]
  • Amalgamation (single merged source file): fNbt_v0.6.1_Annotated.cs [226 KiB]

    (using JetBrains.Annotations for ReSharper)
  • Amalgamation, without annotations: fNbt_v0.6.1.cs [223 KiB]
  • SHA1 sums for the files:
    207e628aa2b446a11a22d14b9d191e8c38e28794  fNbt_v0.6.1_Annotated.cs
    95f6a7743fa65f7adf86ff53a2a6b6536adebe33  fNbt_v0.6.1.cs
    5d0fa33590c8cef55e826885b7eb45710e41a506  fNbt_v0.6.1.zip
  • Source files, archived: use GitHub's buttons below.