diff --git a/GitHubReleaseNotes.txt b/GitHubReleaseNotes.txt index 53b50e5..e5a011b 100644 --- a/GitHubReleaseNotes.txt +++ b/GitHubReleaseNotes.txt @@ -1,3 +1,3 @@ https://github.com/StefH/GitHubReleaseNotes -GitHubReleaseNotes --output ReleaseNotes.md --skip-empty-releases --exclude-labels question invalid doc --version 0.0.6 \ No newline at end of file +GitHubReleaseNotes --output ReleaseNotes.md --skip-empty-releases --exclude-labels question invalid doc --version 0.0.7 \ No newline at end of file diff --git a/README.md b/README.md index a8baa25..2b70eee 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ public partial interface IPerson ``` #### :two: A Proxy class -Which takes the external class in the constructor and wraps all properties. +Which takes the external class in the constructor and wraps all properties and methods. ``` c# public class PersonProxy : IPerson diff --git a/ReleaseNotes.md b/ReleaseNotes.md index c26134f..afd3611 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,7 @@ +# 0.0.7 (02 August 2021) +- [#22](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/22) - Add support for using a simple type-name [enhancement] contributed by [StefH](https://github.com/StefH) +- [#3](https://github.com/StefH/ProxyInterfaceSourceGenerator/issues/3) - it is not allowed to put simple type name but only full name [bug] + # 0.0.6 (01 August 2021) - [#20](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/20) - Add support for generics [enhancement] contributed by [StefH](https://github.com/StefH) - [#6](https://github.com/StefH/ProxyInterfaceSourceGenerator/issues/6) - no support for generics [bug] diff --git a/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj b/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj index a8b988a..f0692af 100644 --- a/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj +++ b/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj @@ -1,7 +1,7 @@  - 0.0.6 + 0.0.7 netstandard2.0 9 enable