Releases: connorivy/MockMe
Releases · connorivy/MockMe
1.0.4 Release
What's Changed
- add support for fully qualified namespace by @connorivy in #34
Full Changelog: 1.0.3...1.0.4
1.0.3 Release
- Fix bug where assemblies with different names were failing to build due to the post-build event
1.0.2 Release
- add support for .net 9
- fix bugs
1.0.1 Release
- adds support for .net 9
- bug fixes
1.0.0 Release
switch to non generic method with type default (#16) * replacing Me<T> with non generic * update docs and readme * fix build errors