Skip to content

v0.10.4

Compare
Choose a tag to compare
@joshkempner joshkempner released this 29 Apr 12:55
· 9 commits to master since this release

What's Changed

Limited Breaking Change

  • The addition of IDisposable to the MockRepositorySpecification and DispatcherSpecification means that test classes that inherit from these and also implement IDisposable will need to be changed to implement an override of Dispose(bool) rather than simply implementing Dispose().

Full Changelog: v0.10.3...v0.10.4