Skip to content

Commit

Permalink
0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Aug 24, 2024
1 parent af562f3 commit 386b39c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 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.9.0
SET version=0.9.1

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.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]
# 0.9.1 (24 August 2024)
- #57 Update readme for new extension method [documentation]
- #63 Fixed support for IReadOnlyCollection and IReadOnlyList [bug]

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.9.1 (24 August 2024)
- [#57](https://github.com/StefH/FluentBuilder/pull/57) - Update readme for new extension method [documentation] contributed by [Meigs2](https://github.com/Meigs2)
- [#63](https://github.com/StefH/FluentBuilder/pull/63) - Fixed support for IReadOnlyCollection and IReadOnlyList [bug] contributed by [StefH](https://github.com/StefH)

# 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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FluentBuilder" Version="0.7.1-preview-01">
<PackageReference Include="FluentBuilder" Version="0.9.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FluentBuilder" Version="0.7.1-preview-02">
<PackageReference Include="FluentBuilder" Version="0.9.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 386b39c

Please sign in to comment.