Skip to content

Commit 9024b5f

Browse files
committed
0.0.14
1 parent d7483d6 commit 9024b5f

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.0.13
3+
SET version=0.0.14
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.0.13 (02 February 2022)
2-
- #28 Add support for static properties and methods [enhancement]
1+
# 0.0.14 (04 February 2022)
2+
- #29 Add support for base (proxy) 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.0.14 (04 February 2022)
2+
- [#29](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/29) - Add support for base (proxy) class [enhancement] contributed by [StefH](https://github.com/StefH)
3+
14
# 0.0.13 (02 February 2022)
25
- [#28](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/28) - Add support for static properties and methods [enhancement] 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.0.13</Version>
4+
<Version>0.0.14</Version>
55
<TargetFramework>netstandard2.0</TargetFramework>
66
<ProjectGuid>{12344228-91F4-4502-9595-39584E5ABB34}</ProjectGuid>
77
<LangVersion>10</LangVersion>

0 commit comments

Comments
 (0)