Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Apr 8, 2023
1 parent 23e7eda commit 87805dd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# 0.9.0 (06 April 2023)
# 0.9.0 (08 April 2023)
- #55 UsingInstance returns correct generated builder [enhancement]
- #56 Add AsBuilder extension method [enhancement]
- #54 Automatic extension method generation for easy updating of existing class instances [enhancement]

The full release notes can be found here: https://github.com/StefH/FluentBuilder/blob/main/ReleaseNotes.md
4 changes: 3 additions & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# 0.9.0 (06 April 2023)
# 0.9.0 (08 April 2023)
- [#55](https://github.com/StefH/FluentBuilder/pull/55) - UsingInstance returns correct generated builder [enhancement] contributed by [StefH](https://github.com/StefH)
- [#56](https://github.com/StefH/FluentBuilder/pull/56) - Add AsBuilder extension method [enhancement] contributed by [StefH](https://github.com/StefH)
- [#54](https://github.com/StefH/FluentBuilder/issues/54) - Automatic extension method generation for easy updating of existing class instances [enhancement]

# 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)
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.9.0-preview-01</Version>
<Version>0.9.0</Version>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>11</LangVersion>
<ImplicitUsings>true</ImplicitUsings>
Expand Down

0 comments on commit 87805dd

Please sign in to comment.