This repository was archived by the owner on Jan 16, 2022. It is now read-only.
Releases: Abrynos/Implement.Net
Releases · Abrynos/Implement.Net
v1.0.2
v1.0.1
Changes
- Directly implementing
IAsyncDisposablenow behaves the same way as it does forIDisposable - 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
Initial release