Skip to content

Releases: Krusen/BencodeNET

v2.1.0

07 Oct 16:14
Compare
Choose a tag to compare

The new version has now been released.

It now supports .NET Core and the API has been more or less completely rewritten for better user with dependency injection and generally easier to use, albeit a bit more complex than before.

v1.3.1

27 Jun 17:59
Compare
Choose a tag to compare

Better handling of CreationDate in torrent files. Added some XML documentation.

v1.3.0

18 Apr 20:41
Compare
Choose a tag to compare
  • Added setters and other improvements to TorrentFile.

v1.2.1

26 Sep 09:18
Compare
Choose a tag to compare
  • Further performance improvements when decoding strings and numbers (up to ~30% for a standard torrent file).
  • XML documentation now included in nuget package.

v1.2.0

20 Sep 22:19
Compare
Choose a tag to compare
  • Big performance improvements when decoding.
  • BencodeStream.BaseStream property has been removed.

v1.1.0

20 Sep 22:20
Compare
Choose a tag to compare
  • Added torrent file abstractions including method to calculate info hash of a torrent file