diff --git a/Generate-ReleaseNotes.bat b/Generate-ReleaseNotes.bat index 4bcae63..bb3386c 100644 --- a/Generate-ReleaseNotes.bat +++ b/Generate-ReleaseNotes.bat @@ -1,6 +1,6 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=0.0.18 +SET version=0.0.19 GitHubReleaseNotes --output "ReleaseNotes.md" --skip-empty-releases --exclude-labels question invalid doc --version %version% diff --git a/PackageReleaseNotes.txt b/PackageReleaseNotes.txt index 3d2fdb9..9e14c95 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,4 +1,4 @@ -# 0.0.18 (08 May 2022) -- #33 Fix for default parameter (default) [bug] +# 0.0.19 (08 May 2022) +- #34 Fix default valeu for reference types and non-reference types [bug] The full release notes can be found here: https://github.com/StefH/ProxyInterfaceSourceGenerator/blob/main/ReleaseNotes.md \ No newline at end of file diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 8eaa4b9..93f6158 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,6 @@ +# 0.0.19 (08 May 2022) +- [#34](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/34) - Fix default valeu for reference types and non-reference types [bug] contributed by [StefH](https://github.com/StefH) + # 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) diff --git a/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj b/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj index e27d8a2..9ea4b3c 100644 --- a/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj +++ b/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj @@ -1,7 +1,7 @@ - 0.0.18 + 0.0.19 netstandard2.0 {12344228-91F4-4502-9595-39584E5ABB34} 10