From d23aacde07caa23ae44e40caacf6a271fa9b7298 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Fri, 6 Aug 2021 17:10:54 +0200 Subject: [PATCH] 0.0.10 --- ReleaseNotes.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index ede7fc4..41cf940 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,10 @@ +# 0.0.10 (06 August 2021) +- [#25](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/25) - Fix support for Nullable (language version 8) [bug] contributed by [StefH](https://github.com/StefH) +- [#14](https://github.com/StefH/ProxyInterfaceSourceGenerator/issues/14) - for projects where #nullable is disabled emitting nullable reftype without preprocessor '#nullable enable' would result in compile time error. [bug] + +# 0.0.9 (05 August 2021) +- [#24](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/24) - Add <auto-generated> [enhancement] contributed by [StefH](https://github.com/StefH) + # 0.0.8 (03 August 2021) - [#23](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/23) - Add support for Events [enhancement] contributed by [StefH](https://github.com/StefH) - [#8](https://github.com/StefH/ProxyInterfaceSourceGenerator/issues/8) - no support for events... maybe simple forwarders [enhancement]