This commit is contained in:
Stef Heyenrath
2022-05-08 10:18:59 +02:00
parent cab6a1ea77
commit b4c490aef9
4 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
rem https://github.com/StefH/GitHubReleaseNotes
SET version=0.0.17
SET version=0.0.18
GitHubReleaseNotes --output "ReleaseNotes.md" --skip-empty-releases --exclude-labels question invalid doc --version %version%
+2 -2
View File
@@ -1,4 +1,4 @@
# 0.0.17 (07 May 2022)
- #32 Add support for 'file-scoped' namespaces [bug]
# 0.0.18 (08 May 2022)
- #33 Fix for default parameter (default) [bug]
The full release notes can be found here: https://github.com/StefH/ProxyInterfaceSourceGenerator/blob/main/ReleaseNotes.md
+3
View File
@@ -1,3 +1,6 @@
# 0.0.18 (08 May 2022)
- [#33](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/33) - Fix for default parameter (default) [bug] contributed by [StefH](https://github.com/StefH)
# 0.0.17 (07 May 2022)
- [#32](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/32) - Add support for 'file-scoped' namespaces [bug] contributed by [StefH](https://github.com/StefH)
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>0.0.17</Version>
<Version>0.0.18</Version>
<TargetFramework>netstandard2.0</TargetFramework>
<ProjectGuid>{12344228-91F4-4502-9595-39584E5ABB34}</ProjectGuid>
<LangVersion>10</LangVersion>