This commit is contained in:
Stef Heyenrath
2022-05-09 22:36:47 +02:00
parent 44213e91ab
commit 1eb30d7237
4 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
rem https://github.com/StefH/GitHubReleaseNotes
SET version=0.0.21
SET version=0.0.22
GitHubReleaseNotes --output "ReleaseNotes.md" --skip-empty-releases --exclude-labels question invalid doc --version %version%
+3 -2
View File
@@ -1,4 +1,5 @@
# 0.0.21 (08 May 2022)
- #36 If the parameter is defined as Nullable, always return "null" as default value. [enhancement]
# 0.0.22 (09 May 2022)
- #37 Add support for indexers [enhancement]
- #13 no support for indexers [bug]
The full release notes can be found here: https://github.com/StefH/ProxyInterfaceSourceGenerator/blob/main/ReleaseNotes.md
+4
View File
@@ -1,3 +1,7 @@
# 0.0.22 (09 May 2022)
- [#37](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/37) - Add support for indexers [enhancement] contributed by [StefH](https://github.com/StefH)
- [#13](https://github.com/StefH/ProxyInterfaceSourceGenerator/issues/13) - no support for indexers [bug]
# 0.0.21 (08 May 2022)
- [#36](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/36) - If the parameter is defined as Nullable, always return "null" as default value. [enhancement] contributed by [StefH](https://github.com/StefH)
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>0.0.21</Version>
<Version>0.0.22</Version>
<TargetFramework>netstandard2.0</TargetFramework>
<ProjectGuid>{12344228-91F4-4502-9595-39584E5ABB34}</ProjectGuid>
<LangVersion>10</LangVersion>