Skip to content

Commit 20f0285

Browse files
committed
0.3.0
1 parent c87f398 commit 20f0285

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
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.2.0
3+
SET version=0.3.0
44

55
GitHubReleaseNotes --output "ReleaseNotes.md" --skip-empty-releases --exclude-labels question invalid doc --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.2.0 (23 September 2024)
2-
- #75 Add null check for nullable [bug]
1+
# 0.3.0 (24 September 2024)
2+
- #76 Define the Mapster configuration in a static class [enhancement]
33

44
The full release notes can be found here: https://github.com/StefH/ProxyInterfaceSourceGenerator/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.3.0 (24 September 2024)
2+
- [#76](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/76) - Define the Mapster configuration in a static class [enhancement] contributed by [StefH](https://github.com/StefH)
3+
14
# 0.2.0 (23 September 2024)
25
- [#75](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/75) - Add null check for nullable [bug] contributed by [StefH](https://github.com/StefH)
36

src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.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.2.0</Version>
4+
<Version>0.3.0</Version>
55
<TargetFramework>netstandard2.0</TargetFramework>
66
<ProjectGuid>{12344228-91F4-4502-9595-39584E5ABB34}</ProjectGuid>
77
<LangVersion>10</LangVersion>

0 commit comments

Comments
 (0)