diff --git a/Generate-ReleaseNotes.bat b/Generate-ReleaseNotes.bat index 6a6a496..d6c6eb5 100644 --- a/Generate-ReleaseNotes.bat +++ b/Generate-ReleaseNotes.bat @@ -1,6 +1,6 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=0.0.34 +SET version=0.0.35 GitHubReleaseNotes --output "ReleaseNotes.md" --skip-empty-releases --exclude-labels question invalid doc --version %version% diff --git a/PackageReleaseNotes.txt b/PackageReleaseNotes.txt index c047b5a..ab0b185 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,5 +1,5 @@ -# 0.0.34 (25 February 2023) -- #58 Add support for public and internal ProxyClass [enhancement] -- #56 Internal proxies/Proxy factory [enhancement] +# 0.0.35 (02 March 2023) +- #61 Fix "ref" parameter [bug] +- #60 Parameters passed in with Keyword "ref" are proxied such that they are no longer updated by reference [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 2b2b63d..e30a576 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,7 @@ +# 0.0.35 (02 March 2023) +- [#61](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/61) - Fix "ref" parameter [bug] contributed by [StefH](https://github.com/StefH) +- [#60](https://github.com/StefH/ProxyInterfaceSourceGenerator/issues/60) - Parameters passed in with Keyword "ref" are proxied such that they are no longer updated by reference [bug] + # 0.0.34 (25 February 2023) - [#58](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/58) - Add support for public and internal ProxyClass [enhancement] contributed by [StefH](https://github.com/StefH) - [#56](https://github.com/StefH/ProxyInterfaceSourceGenerator/issues/56) - Internal proxies/Proxy factory [enhancement] diff --git a/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj b/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj index c7c3eb9..fbfc8e8 100644 --- a/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj +++ b/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj @@ -1,7 +1,7 @@ - 0.0.34 + 0.0.35 netstandard2.0 {12344228-91F4-4502-9595-39584E5ABB34} 10