Skip to content

Release 3.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 10 May 08:44
· 110 commits to master since this release
e60b07a

First small release after the major 3.0.0 release.

Changes:

  • Added AHandler. This is a non-generic abstract base class, inherited by AHandler<TGame, TId> and should alleviate some of the issues with generics hell. This class only has one method IEnumerable<OneOf<IGame, ErrorMessage>> FindAllInterfaceGames() which makes use of the new IGame interface added in 3.0.0.