From 1eb30d7237d8fe7311a751b0dcf42b200fd40d3b Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Mon, 9 May 2022 22:36:47 +0200 Subject: [PATCH] 0.0.22 --- Generate-ReleaseNotes.bat | 2 +- PackageReleaseNotes.txt | 5 +++-- ReleaseNotes.md | 4 ++++ .../ProxyInterfaceSourceGenerator.csproj | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Generate-ReleaseNotes.bat b/Generate-ReleaseNotes.bat index 9f7365d..873f5d5 100644 --- a/Generate-ReleaseNotes.bat +++ b/Generate-ReleaseNotes.bat @@ -1,6 +1,6 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=0.0.21 +SET version=0.0.22 GitHubReleaseNotes --output "ReleaseNotes.md" --skip-empty-releases --exclude-labels question invalid doc --version %version% diff --git a/PackageReleaseNotes.txt b/PackageReleaseNotes.txt index 46438b9..fc7e17f 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,4 +1,5 @@ -# 0.0.21 (08 May 2022) -- #36 If the parameter is defined as Nullable, always return "null" as default value. [enhancement] +# 0.0.22 (09 May 2022) +- #37 Add support for indexers [enhancement] +- #13 no support for indexers [bug] 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 79030f3..101e66e 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,7 @@ +# 0.0.22 (09 May 2022) +- [#37](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/37) - Add support for indexers [enhancement] contributed by [StefH](https://github.com/StefH) +- [#13](https://github.com/StefH/ProxyInterfaceSourceGenerator/issues/13) - no support for indexers [bug] + # 0.0.21 (08 May 2022) - [#36](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/36) - If the parameter is defined as Nullable, always return "null" as default value. [enhancement] contributed by [StefH](https://github.com/StefH) diff --git a/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj b/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj index 35bee15..68191cf 100644 --- a/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj +++ b/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj @@ -1,7 +1,7 @@ - 0.0.21 + 0.0.22 netstandard2.0 {12344228-91F4-4502-9595-39584E5ABB34} 10