Skip to content

Releases: connorivy/MockMe

1.0.4 Release

07 Jan 17:29
f5c5713
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.3...1.0.4

1.0.3 Release

06 Jan 13:52
96b231b
Compare
Choose a tag to compare
  • Fix bug where assemblies with different names were failing to build due to the post-build event

1.0.2 Release

04 Jan 01:00
90d22f2
Compare
Choose a tag to compare
  • add support for .net 9
  • fix bugs

1.0.1 Release

04 Jan 00:54
46debcd
Compare
Choose a tag to compare
  • adds support for .net 9
  • bug fixes

1.0.0 Release

04 Dec 13:53
c59d818
Compare
Choose a tag to compare
switch to non generic method with type default (#16)

* replacing Me<T> with non generic

* update docs and readme

* fix build errors