Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 1.26 KB

CHANGES.md

File metadata and controls

62 lines (40 loc) · 1.26 KB

Libplanet changelog

Version 6.0.0

To be released.

From this version Libplanet projects use .NET 8.0 as target framework. Therefore BinaryFormatter related methods are removed since it has been deprecated. See also: .NET Document

Added new projects:

  • Libplanet.Node
  • Libplanet.Node.Executable
  • Libplanet.Node.Extensions
  • Libplanet.Node.Tests

Libplanet.Node is a project that helps users easily configure Libplanet-based nodes.

Deprecated APIs

  • All classes became not to inherit ISerializable anymore.

Backward-incompatible API changes

Backward-incompatible network protocol changes

Backward-incompatible storage format changes

Added APIs

Behavioral changes

Bug fixes

Dependencies

CLI tools

Previous version changes