Release 3.0.1
First small release after the major 3.0.0 release.
Changes:
- Added
AHandler
. This is a non-generic abstract base class, inherited byAHandler<TGame, TId>
and should alleviate some of the issues with generics hell. This class only has one methodIEnumerable<OneOf<IGame, ErrorMessage>> FindAllInterfaceGames()
which makes use of the newIGame
interface added in 3.0.0.