Skip to content

Commit

Permalink
0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Aug 30, 2024
1 parent 412d1f9 commit c1d18c0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 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.1
SET version=0.9.2

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

Expand Down
5 changes: 2 additions & 3 deletions PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# 0.9.1 (24 August 2024)
- #57 Update readme for new extension method [documentation]
- #63 Fixed support for IReadOnlyCollection and IReadOnlyList [bug]
# 0.9.2 (30 August 2024)
- #64 Support "internal" for class and custom builder [enhancement]

The full release notes can be found here: https://github.com/StefH/FluentBuilder/blob/main/ReleaseNotes.md
3 changes: 3 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.9.2 (30 August 2024)
- [#64](https://github.com/StefH/FluentBuilder/pull/64) - Support "internal" for class and custom builder [enhancement] contributed by [StefH](https://github.com/StefH)

# 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)
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.1</Version>
<Version>0.9.2</Version>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>latest</LangVersion>
<ImplicitUsings>true</ImplicitUsings>
Expand Down

0 comments on commit c1d18c0

Please sign in to comment.