Skip to content

Commit

Permalink
0.0.37
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Dec 6, 2023
1 parent 059886d commit 18caf1e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Generate-ReleaseNotes.bat
Original file line number Diff line number Diff line change
@@ -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%

Expand Down
5 changes: 2 additions & 3 deletions PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 0 additions & 2 deletions ProxyInterfaceSourceGenerator Solution.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
3 changes: 3 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 18caf1e

Please sign in to comment.