From 18caf1ec33e44efa67b46a59035a13f371be0239 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Wed, 6 Dec 2023 21:33:40 +0100 Subject: [PATCH] 0.0.37 --- Generate-ReleaseNotes.bat | 2 +- PackageReleaseNotes.txt | 5 ++--- ProxyInterfaceSourceGenerator Solution.sln | 2 -- ReleaseNotes.md | 3 +++ 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Generate-ReleaseNotes.bat b/Generate-ReleaseNotes.bat index d4e0a69..b4e29f9 100644 --- a/Generate-ReleaseNotes.bat +++ b/Generate-ReleaseNotes.bat @@ -1,6 +1,6 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=0.0.36 +SET version=0.0.37 GitHubReleaseNotes --output "ReleaseNotes.md" --skip-empty-releases --exclude-labels question invalid doc --version %version% diff --git a/PackageReleaseNotes.txt b/PackageReleaseNotes.txt index 2d2905c..7c163c7 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,5 +1,4 @@ -# 0.0.36 (10 October 2023) -- #62 Add test for HttpClient [test] -- #65 Change "nullable disable" to "nullable restore" [bug] +# 0.0.37 (06 December 2023) +- #66 Exclude System.Runtime.CompilerServices.NullableContextAttribute [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/ProxyInterfaceSourceGenerator Solution.sln b/ProxyInterfaceSourceGenerator Solution.sln index 5f7017b..19d602f 100644 --- a/ProxyInterfaceSourceGenerator Solution.sln +++ b/ProxyInterfaceSourceGenerator Solution.sln @@ -101,8 +101,6 @@ Global {5F7DA2C5-B908-4B57-9F5F-BADF1216D89C} = {38BA087F-EDA1-4F8A-A140-85B84791B815} {590908DF-A813-467A-94E4-3500020D0D54} = {38BA087F-EDA1-4F8A-A140-85B84791B815} {1EA000E4-6103-4577-8D98-BDDA3BE458A2} = {38BA087F-EDA1-4F8A-A140-85B84791B815} - {38C2BB6E-EE23-4C4F-B8D5-A2AD592DE5E3} = {ED3DA9DD-1E07-444B-A2D7-2DBA280F96D4} - {3E93C092-0E42-4200-B71A-5EEE410FE1F5} = {38BA087F-EDA1-4F8A-A140-85B84791B815} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {585F071D-051D-441C-9C6B-226D9E15A1F5} diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 49a8bd0..e8b852a 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,6 @@ +# 0.0.37 (06 December 2023) +- [#66](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/66) - Exclude System.Runtime.CompilerServices.NullableContextAttribute [enhancement] contributed by [StefH](https://github.com/StefH) + # 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)