Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@McjMzn McjMzn released this 18 Sep 19:28
· 6 commits to master since this release
5565a92

v2.0.0

SigNET v2.0.0 available on NuGet.org

  • Full API rework. Added unit tests.
  • Introduced IDebugSignaturesReader interface.
  • DebugSignaturesReader no longer exposes static methods and needs to be instatiated before use.
  • DebugSignaturesReader now exposes a single method (Read) to read signatures from all types of items.
  • From now on, any IDebugSignaturesReader can be used inside the DebugSignaturesComparer.

GUI

  • Updated to use SigNET v2.0.0.
  • Major visual overhaul to enhance the application with a bit more modern look.
  • Readings list can now be cleared without restarting the app.

CLI

  • Updated to use SigNET v2.0.0.