Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Sep 30, 2024
1 parent 4c20c09 commit 2e2b346
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.3.0
SET version=0.4.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.3.0 (24 September 2024)
- #76 Define the Mapster configuration in a static class [enhancement]
# 0.4.0 (30 September 2024)
- #77 Add functionality to ignore members while generating interface and proxy [enhancement]
- #74 Is there a way we can lazy load interface mappings? [enhancement]

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.4.0 (30 September 2024)
- [#77](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/77) - Add functionality to ignore members while generating interface and proxy [enhancement] contributed by [StefH](https://github.com/StefH)
- [#74](https://github.com/StefH/ProxyInterfaceSourceGenerator/issues/74) - Is there a way we can lazy load interface mappings? [enhancement]

# 0.3.0 (24 September 2024)
- [#76](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/76) - Define the Mapster configuration in a static class [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.3.0</Version>
<Version>0.4.0</Version>
<TargetFramework>netstandard2.0</TargetFramework>
<ProjectGuid>{12344228-91F4-4502-9595-39584E5ABB34}</ProjectGuid>
<LangVersion>10</LangVersion>
Expand Down

0 comments on commit 2e2b346

Please sign in to comment.