Skip to content

Commit

Permalink
0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Oct 19, 2024
1 parent 3a98a0a commit 618dfe5
Show file tree
Hide file tree
Showing 5 changed files with 8 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.2
SET version=0.10.0

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

Expand Down
4 changes: 2 additions & 2 deletions PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.9.2 (30 August 2024)
- #64 Support "internal" for class and custom builder [enhancement]
# 0.10.0 (19 October 2024)
- #65 Add support for generic AutoGenerateBuilderAttribute [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.10.0 (19 October 2024)
- [#65](https://github.com/StefH/FluentBuilder/pull/65) - Add support for generic AutoGenerateBuilderAttribute [enhancement] contributed by [StefH](https://github.com/StefH)

# 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)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.0.12-preview-02</Version>
<Version>0.0.12</Version>
<TargetFramework>netstandard2.1</TargetFramework>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
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.10.0-preview-02</Version>
<Version>0.10.0</Version>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>latest</LangVersion>
<ImplicitUsings>true</ImplicitUsings>
Expand Down

0 comments on commit 618dfe5

Please sign in to comment.