From ebfe3f407e6e544813a907644dd84a63e5fdd6c7 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Tue, 10 Aug 2021 20:34:38 +0200 Subject: [PATCH] 0.0.11 --- Generate-ReleaseNotes.bat | 2 +- PackageReleaseNotes.txt | 5 ++--- ReleaseNotes.md | 3 +++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Generate-ReleaseNotes.bat b/Generate-ReleaseNotes.bat index 4c5f50b..f843953 100644 --- a/Generate-ReleaseNotes.bat +++ b/Generate-ReleaseNotes.bat @@ -1,6 +1,6 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=0.0.10 +SET version=0.0.11 GitHubReleaseNotes --output "ReleaseNotes.md" --skip-empty-releases --exclude-labels question invalid doc --version %version% diff --git a/PackageReleaseNotes.txt b/PackageReleaseNotes.txt index 6889888..9efd9e6 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,5 +1,4 @@ -# 0.0.10 (06 August 2021) -- #25 Fix support for Nullable (language version 8) [bug] -- #14 for projects where #nullable is disabled emitting nullable reftype without preprocessor '#nullable enable' would result in compile time error. [bug] +# 0.0.11 (10 August 2021) +- #26 Update filename for generated interface files + set DevelopmentDependency to true for the project [enhancement] The full release notes can be found here: https://github.com/StefH/ProxyInterfaceSourceGenerator/blob/main/ReleaseNotes.md \ No newline at end of file diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 41cf940..de1ed6a 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,6 @@ +# 0.0.11 (10 August 2021) +- [#26](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/26) - Update filename for generated interface files + set DevelopmentDependency to true for the project [enhancement] contributed by [StefH](https://github.com/StefH) + # 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]