Skip to content

v2.3.2

Compare
Choose a tag to compare
@kesac kesac released this 06 Dec 06:56
· 50 commits to main since this release
3a9aa27

Changes

  • API documentation now ships with the nuget package: they should appear as tool tips in your favourite IDE when you hover over a class name or method
  • API documentation now covers all classes and methods
  • More unit tests and improved test organization (thanks @monerofglory)
  • The example project and the unit test project have moved to .NET 8 (LTS)
    • Note: You do need to use to .NET 8 to use the class library. The library itself targets .NET Standard 2.0 which remains compatible with anything from .NET Framework 4.6.2 through to .NET 8