Skip to content

Commit

Permalink
0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Apr 3, 2023
1 parent bfb3cc3 commit f86a85b
Show file tree
Hide file tree
Showing 4 changed files with 9 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.7.1
SET version=0.8.0

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

Expand Down
7 changes: 3 additions & 4 deletions PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# 0.7.1 (14 March 2023)
- #50 Take the namespace of generated files from the RootNamespace property [enhancement]
- #51 Add support for parameterless constructors [enhancement]
- #41 Builder could handle classes without default constructor [enhancement]
# 0.8.0 (03 April 2023)
- #52 AttributeArgumentListParser : Update TryParseAsEnum [enhancement]
- #53 By default : generate only the With*** builder methods [enhancement]

The full release notes can be found here: https://github.com/StefH/FluentBuilder/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.8.0 (03 April 2023)
- [#52](https://github.com/StefH/FluentBuilder/pull/52) - AttributeArgumentListParser : Update TryParseAsEnum [enhancement] contributed by [StefH](https://github.com/StefH)
- [#53](https://github.com/StefH/FluentBuilder/pull/53) - By default : generate only the With*** builder methods [enhancement] contributed by [StefH](https://github.com/StefH)

# 0.7.1 (14 March 2023)
- [#50](https://github.com/StefH/FluentBuilder/pull/50) - Take the namespace of generated files from the RootNamespace property [enhancement] contributed by [justinwritescode](https://github.com/justinwritescode)
- [#51](https://github.com/StefH/FluentBuilder/pull/51) - Add support for parameterless constructors [enhancement] contributed by [StefH](https://github.com/StefH)
Expand Down
2 changes: 1 addition & 1 deletion src/FluentBuilderGenerator/FluentBuilderGenerator.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.7.1</Version>
<Version>0.8.0</Version>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>11</LangVersion>
<ImplicitUsings>true</ImplicitUsings>
Expand Down

0 comments on commit f86a85b

Please sign in to comment.