You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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