Releases: kinetiq/Ether.ListCompare
Releases · kinetiq/Ether.ListCompare
v1.1.1
Fluent interface, switched to IEnumerable
Rapidly iterating as this is used in a real project.
- Added fluent interface
- Switched from List/IList to IEnumerable since our lists are read-only.
Initial beta release.
This has a working heterogeneous comparer and another unique key-based comparer, but no fluent API. Also, so far it's only .NET Core 2