Skip to content

Commit da40aae

Browse files
committed
0.0.28
1 parent d25601c commit da40aae

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-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.0.27
3+
SET version=0.0.28
44

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

PackageReleaseNotes.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# 0.0.27 (17 December 2022)
2-
- #48 Add support for parameter attributes [enhancement]
3-
- #49 Add support for property and method attributes [enhancement]
1+
# 0.0.28 (08 January 2023)
2+
- #50 Add unit test for generic class + change generated filename [enhancement]
43

54
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.0.28 (08 January 2023)
2+
- [#50](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/50) - Add unit test for generic class + change generated filename [enhancement] contributed by [StefH](https://github.com/StefH)
3+
14
# 0.0.27 (17 December 2022)
25
- [#48](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/48) - Add support for parameter attributes [enhancement] contributed by [StefH](https://github.com/StefH)
36
- [#49](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/49) - Add support for property and method attributes [enhancement] contributed by [StefH](https://github.com/StefH)

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

0 commit comments

Comments
 (0)