From bfd73558c322cd184ce6fe2c177d058296ecf234 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sat, 7 May 2022 09:35:24 +0200 Subject: [PATCH] 0.0.17 --- Generate-ReleaseNotes.bat | 2 +- PackageReleaseNotes.txt | 4 ++-- ReleaseNotes.md | 3 +++ .../ProxyInterfaceSourceGenerator.csproj | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Generate-ReleaseNotes.bat b/Generate-ReleaseNotes.bat index 7fb2b4b..da53b60 100644 --- a/Generate-ReleaseNotes.bat +++ b/Generate-ReleaseNotes.bat @@ -1,6 +1,6 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=0.0.16 +SET version=0.0.17 GitHubReleaseNotes --output "ReleaseNotes.md" --skip-empty-releases --exclude-labels question invalid doc --version %version% diff --git a/PackageReleaseNotes.txt b/PackageReleaseNotes.txt index 61f1534..c55944c 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,4 +1,4 @@ -# 0.0.16 (06 May 2022) -- #31 Fix for Explicit DefaultValue is not defined [bug] +# 0.0.17 (07 May 2022) +- #32 Add support for 'file-scoped' namespaces [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 9775fd3..682772a 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,6 @@ +# 0.0.17 (07 May 2022) +- [#32](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/32) - Add support for 'file-scoped' namespaces [bug] contributed by [StefH](https://github.com/StefH) + # 0.0.16 (06 May 2022) - [#31](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/31) - Fix for Explicit DefaultValue is not defined [bug] contributed by [StefH](https://github.com/StefH) diff --git a/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj b/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj index f63ef22..5b09ac1 100644 --- a/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj +++ b/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj @@ -1,7 +1,7 @@ - 0.0.16 + 0.0.17 netstandard2.0 {12344228-91F4-4502-9595-39584E5ABB34} 10