This commit is contained in:
Stef Heyenrath
2023-12-06 21:33:40 +01:00
parent 059886d1ca
commit 18caf1ec33
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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%
+2 -3
View File
@@ -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
@@ -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}
+3
View File
@@ -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)