Skip to content

Commit 618dfe5

Browse files
committed
0.10.0
1 parent 3a98a0a commit 618dfe5

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

Generate-ReleaseNotes.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rem https://github.com/StefH/GitHubReleaseNotes
22

3-
SET version=0.9.2
3+
SET version=0.10.0
44

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

PackageReleaseNotes.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.9.2 (30 August 2024)
2-
- #64 Support "internal" for class and custom builder [enhancement]
1+
# 0.10.0 (19 October 2024)
2+
- #65 Add support for generic AutoGenerateBuilderAttribute [enhancement]
33

44
The full release notes can be found here: https://github.com/StefH/FluentBuilder/blob/main/ReleaseNotes.md

ReleaseNotes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.10.0 (19 October 2024)
2+
- [#65](https://github.com/StefH/FluentBuilder/pull/65) - Add support for generic AutoGenerateBuilderAttribute [enhancement] contributed by [StefH](https://github.com/StefH)
3+
14
# 0.9.2 (30 August 2024)
25
- [#64](https://github.com/StefH/FluentBuilder/pull/64) - Support "internal" for class and custom builder [enhancement] contributed by [StefH](https://github.com/StefH)
36

src-extensions/CSharp.SourceGenerators.Extensions/CSharp.SourceGenerators.Extensions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>0.0.12-preview-02</Version>
4+
<Version>0.0.12</Version>
55
<TargetFramework>netstandard2.1</TargetFramework>
66
<LangVersion>latest</LangVersion>
77
<Nullable>enable</Nullable>

src/FluentBuilderGenerator/FluentBuilderGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>0.10.0-preview-02</Version>
4+
<Version>0.10.0</Version>
55
<TargetFramework>netstandard2.0</TargetFramework>
66
<LangVersion>latest</LangVersion>
77
<ImplicitUsings>true</ImplicitUsings>

0 commit comments

Comments
 (0)