Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Releases: Abrynos/Implement.Net

v1.0.2

29 Sep 13:52
540c478
Compare
Choose a tag to compare

Changes

  • Generated classes that implement IDisposable will also implement IAsyncDisposable

v1.0.1

21 Aug 16:31
1bbd344
Compare
Choose a tag to compare

Changes

  • Directly implementing IAsyncDisposable now behaves the same way as it does for IDisposable
  • Generated classes that are disposable now have a finalizer making sure the Dispose() method is called if you forgot abou it
  • The usual amount of miscellaneous code improvements and optimizations

v1.0.0

28 Jul 15:20
Compare
Choose a tag to compare

Initial release