From 844836fa7e15dc0975ed9a914f3bb5f06839dd90 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sun, 6 Feb 2022 11:16:41 +0100 Subject: [PATCH] 0.0.15 --- 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 c3eae30..c543b47 100644 --- a/Generate-ReleaseNotes.bat +++ b/Generate-ReleaseNotes.bat @@ -1,6 +1,6 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=0.0.14 +SET version=0.0.15 GitHubReleaseNotes --output "ReleaseNotes.md" --skip-empty-releases --exclude-labels question invalid doc --version %version% diff --git a/PackageReleaseNotes.txt b/PackageReleaseNotes.txt index 029730b..dbca7e5 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,4 +1,4 @@ -# 0.0.14 (04 February 2022) -- #29 Add support for base (proxy) class [enhancement] +# 0.0.15 (06 February 2022) +- #30 Fixed TryFindProxyDataByTypeName [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 07de0a3..0550507 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,6 @@ +# 0.0.15 (06 February 2022) +- [#30](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/30) - Fixed TryFindProxyDataByTypeName [bug] contributed by [StefH](https://github.com/StefH) + # 0.0.14 (04 February 2022) - [#29](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/29) - Add support for base (proxy) class [enhancement] contributed by [StefH](https://github.com/StefH) diff --git a/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj b/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj index d02dfc4..e154653 100644 --- a/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj +++ b/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj @@ -1,7 +1,7 @@ - 0.0.15-preview-02 + 0.0.15 netstandard2.0 {12344228-91F4-4502-9595-39584E5ABB34} 10