From a778c35728422ff03befddf516a29931a187b593 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sun, 1 Aug 2021 10:35:53 +0200 Subject: [PATCH] 0.0.6 --- GitHubReleaseNotes.txt | 2 +- ReleaseNotes.md | 4 ++++ .../ProxyInterfaceConsumerViaNuGet.csproj | 2 +- .../ProxyInterfaceSourceGenerator.csproj | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/GitHubReleaseNotes.txt b/GitHubReleaseNotes.txt index f3e0111..53b50e5 100644 --- a/GitHubReleaseNotes.txt +++ b/GitHubReleaseNotes.txt @@ -1,3 +1,3 @@ https://github.com/StefH/GitHubReleaseNotes -GitHubReleaseNotes --output ReleaseNotes.md --skip-empty-releases --exclude-labels question invalid doc --version 0.0.5 \ No newline at end of file +GitHubReleaseNotes --output ReleaseNotes.md --skip-empty-releases --exclude-labels question invalid doc --version 0.0.6 \ No newline at end of file diff --git a/ReleaseNotes.md b/ReleaseNotes.md index f8aeda4..c26134f 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,7 @@ +# 0.0.6 (01 August 2021) +- [#20](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/20) - Add support for generics [enhancement] contributed by [StefH](https://github.com/StefH) +- [#6](https://github.com/StefH/ProxyInterfaceSourceGenerator/issues/6) - no support for generics [bug] + # 0.0.5 (31 July 2021) - [#18](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/18) - Add support for reserved keywords like @object and @string [enhancement] contributed by [StefH](https://github.com/StefH) - [#19](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/19) - Fix Default value [enhancement] contributed by [StefH](https://github.com/StefH) diff --git a/src-examples/ProxyInterfaceConsumerViaNuGet/ProxyInterfaceConsumerViaNuGet.csproj b/src-examples/ProxyInterfaceConsumerViaNuGet/ProxyInterfaceConsumerViaNuGet.csproj index ae9281b..3effe33 100644 --- a/src-examples/ProxyInterfaceConsumerViaNuGet/ProxyInterfaceConsumerViaNuGet.csproj +++ b/src-examples/ProxyInterfaceConsumerViaNuGet/ProxyInterfaceConsumerViaNuGet.csproj @@ -8,7 +8,7 @@ - + \ No newline at end of file diff --git a/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj b/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj index 0092c97..a8b988a 100644 --- a/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj +++ b/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj @@ -1,7 +1,7 @@  - 0.0.5 + 0.0.6 netstandard2.0 9 enable