From 94d322cfb3e27117850166b1befeae8eadfe56e2 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Wed, 2 Feb 2022 09:11:59 +0100 Subject: [PATCH] 0.0.13 --- 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 143c060..1f35b7f 100644 --- a/Generate-ReleaseNotes.bat +++ b/Generate-ReleaseNotes.bat @@ -1,6 +1,6 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=0.0.12 +SET version=0.0.13 GitHubReleaseNotes --output "ReleaseNotes.md" --skip-empty-releases --exclude-labels question invalid doc --version %version% diff --git a/PackageReleaseNotes.txt b/PackageReleaseNotes.txt index 287626b..2e0ef29 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,4 +1,4 @@ -# 0.0.12 (01 February 2022) -- #27 ProxyBaseClasses [enhancement] +# 0.0.13 (02 February 2022) +- #28 Add support for static properties and methods [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 6cd829e..5a28433 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,6 @@ +# 0.0.13 (02 February 2022) +- [#28](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/28) - Add support for static properties and methods [enhancement] contributed by [StefH](https://github.com/StefH) + # 0.0.12 (01 February 2022) - [#27](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/27) - ProxyBaseClasses [enhancement] contributed by [StefH](https://github.com/StefH) diff --git a/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj b/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj index 447b0cf..9ae2859 100644 --- a/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj +++ b/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj @@ -1,7 +1,7 @@ - 0.0.12 + 0.0.13 netstandard2.0 {12344228-91F4-4502-9595-39584E5ABB34} 10