Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Jan 10, 2025
1 parent d83da30 commit cece510
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 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.5.0
SET version=0.6.0

GitHubReleaseNotes --output "ReleaseNotes.md" --skip-empty-releases --exclude-labels question invalid doc --version %version%

Expand Down
5 changes: 3 additions & 2 deletions PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# 0.5.0 (06 January 2025)
- #83 Also add #nullable annotation for ProxyInterfaceGenerator.Extra.g.cs [enhancement]
# 0.6.0 (10 January 2025)
- #81 Add support for Generic Attributes [enhancement]
- #84 Use global:: prefix [bug]

The full release notes can be found here: https://github.com/StefH/ProxyInterfaceSourceGenerator/blob/main/ReleaseNotes.md
4 changes: 4 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.6.0 (10 January 2025)
- [#81](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/81) - Add support for Generic Attributes [enhancement] contributed by [StefH](https://github.com/StefH)
- [#84](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/84) - Use global:: prefix [bug] contributed by [StefH](https://github.com/StefH)

# 0.5.0 (06 January 2025)
- [#83](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/83) - Also add #nullable annotation for ProxyInterfaceGenerator.Extra.g.cs [enhancement] contributed by [StefH](https://github.com/StefH)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.5.0</Version>
<Version>0.6.0</Version>
<TargetFramework>netstandard2.0</TargetFramework>
<ProjectGuid>{12344228-91F4-4502-9595-39584E5ABB34}</ProjectGuid>
<LangVersion>latest</LangVersion>
Expand Down

0 comments on commit cece510

Please sign in to comment.