From 77f28ffacc7b1139988bcc3ba06412b112a2dc7e Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Tue, 10 Oct 2023 19:39:58 +0200 Subject: [PATCH] 0.0.36 --- Generate-ReleaseNotes.bat | 2 +- PackageReleaseNotes.txt | 6 +++--- ReleaseNotes.md | 5 +++++ .../ProxyInterfaceSourceGenerator.csproj | 2 +- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Generate-ReleaseNotes.bat b/Generate-ReleaseNotes.bat index d6c6eb5..d4e0a69 100644 --- a/Generate-ReleaseNotes.bat +++ b/Generate-ReleaseNotes.bat @@ -1,6 +1,6 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=0.0.35 +SET version=0.0.36 GitHubReleaseNotes --output "ReleaseNotes.md" --skip-empty-releases --exclude-labels question invalid doc --version %version% diff --git a/PackageReleaseNotes.txt b/PackageReleaseNotes.txt index ab0b185..2d2905c 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,5 +1,5 @@ -# 0.0.35 (02 March 2023) -- #61 Fix "ref" parameter [bug] -- #60 Parameters passed in with Keyword "ref" are proxied such that they are no longer updated by reference [bug] +# 0.0.36 (10 October 2023) +- #62 Add test for HttpClient [test] +- #65 Change "nullable disable" to "nullable restore" [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 e30a576..49a8bd0 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,7 @@ +# 0.0.36 (10 October 2023) +- [#62](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/62) - Add test for HttpClient [test] contributed by [StefH](https://github.com/StefH) +- [#65](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/65) - Change "nullable disable" to "nullable restore" [bug] contributed by [StefH](https://github.com/StefH) + # 0.0.35 (02 March 2023) - [#61](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/61) - Fix "ref" parameter [bug] contributed by [StefH](https://github.com/StefH) - [#60](https://github.com/StefH/ProxyInterfaceSourceGenerator/issues/60) - Parameters passed in with Keyword "ref" are proxied such that they are no longer updated by reference [bug] @@ -73,6 +77,7 @@ # 0.0.12 (01 February 2022) - [#27](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/27) - ProxyBaseClasses [enhancement] contributed by [StefH](https://github.com/StefH) +- [#5](https://github.com/StefH/ProxyInterfaceSourceGenerator/issues/5) - generated code is not valid when there is no namespace (foreign class is in root scope) [test] # 0.0.11 (10 August 2021) - [#26](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/26) - Update filename for generated interface files + set DevelopmentDependency to true for the project [enhancement] contributed by [StefH](https://github.com/StefH) diff --git a/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj b/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj index fbfc8e8..e7b557b 100644 --- a/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj +++ b/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj @@ -1,7 +1,7 @@ - 0.0.35 + 0.0.36 netstandard2.0 {12344228-91F4-4502-9595-39584E5ABB34} 10