@@ -6,14 +6,11 @@ to create, load, traverse, modify, and save NBT files and streams.
66The library provides a choice of convenient high-level APIs (NbtFile/NbtTag) that present an object model,
77or lower-level higher-performance APIs (NbtReader/NbtWriter) that read/write data directly to/from streams.
88
9- Current released version is 1.0.0 (15 April 2024 ).
9+ Current released version is 1.0.0 (3 July 2025 ).
1010
1111fNbt is based in part on Erik Davidson's (aphistic's) original LibNbt library,
1212now completely rewritten by Matvei Stefarov (fragmer).
1313
14- Note that fNbt.Test.dll and nunit.framework.dll do NOT need to be bundled with
15- applications that use fNbt; they are only used for testing.
16-
1714
1815## FEATURES
1916- Load and save uncompressed, GZip-, and ZLib-compressed files/streams.
@@ -34,11 +31,7 @@ which means it can be used in .NET Framework 4.6.1+, .NET Core 2.0+, Mono 5.4+,
3431
3532- ** Package @ NuGet:** https://www.nuget.org/packages/fNbt/
3633
37- - ** Compiled binary:** https://fcraft.net/fnbt/fNbt_v1.0.0.zip
38- <br ><sup >SHA1: 600853530fd538e614b6cb4722ced81917e9615d</sup >
39-
40- - ** Amalgamation** (single source file): https://fcraft.net/fnbt/fNbt_v1.0.0.cs
41- <br ><sup >SHA1: 9298dbe00d080bcf5d32299415aaf856590ba3bf</sup >
34+ - ** Compiled binaries and single-source-file amalgamations:** https://github.com/mstefarov/fNbt/releases
4235
4336
4437## EXAMPLES
@@ -132,20 +125,9 @@ Online reference can be found at http://www.fcraft.net/fnbt/v1.0.0/
132125
133126
134127## LICENSING
135- fNbt v0.5.0+ is licensed under 3-Clause BSD license; see [ docs/LICENSE] ( docs/LICENSE ) .
128+ fNbt v0.5.0+ is licensed under 3-Clause BSD license; see [ docs/LICENSE.txt ] ( docs/LICENSE.txt ) .
136129LibNbt2012 up to and including v0.4.1 kept LibNbt's original license (LGPLv3).
137130
138131
139132## VERSION HISTORY
140133See [ docs/Changelog.md] ( docs/Changelog.md )
141-
142-
143- ## OLD VERSIONS
144- If you need .NET 2.0 support, stick to using fNbt version 0.5.1.
145- Note that this 0.5.x branch of fNbt is no longer supported or updated.
146-
147- - ** Compiled binary:** https://fcraft.net/fnbt/fNbt_v0.5.1.zip
148-
149- - ** Amalgamation** (single source file):
150- - Non-annotated: https://fcraft.net/fnbt/fNbt_v0.5.1.cs
151- - With JetBrains annotations: https://fcraft.net/fnbt/fNbt_v0.5.1_Annotated.cs
0 commit comments