diff --git a/Generate-ReleaseNotes.bat b/Generate-ReleaseNotes.bat index e61d20e..ec8e81d 100644 --- a/Generate-ReleaseNotes.bat +++ b/Generate-ReleaseNotes.bat @@ -1,6 +1,6 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=0.0.38 +SET version=0.1.0 GitHubReleaseNotes --output "ReleaseNotes.md" --skip-empty-releases --exclude-labels question invalid doc --version %version% diff --git a/PackageReleaseNotes.txt b/PackageReleaseNotes.txt index 2202178..5ce78eb 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,4 +1,6 @@ -# 0.0.38 (23 April 2024) -- #67 Do not redefine interfaces. [enhancement] +# 0.1.0 (28 April 2024) +- #68 Use fully qualified names to reduce namespace clashes. [bug] +- #70 Add tests for interfaces with same name but different namespace [test] +- #69 output filename clash in case with multiple interfaces with same name but different namespace [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 0f6bb8e..f58fab4 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,8 @@ +# 0.1.0 (28 April 2024) +- [#68](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/68) - Use fully qualified names to reduce namespace clashes. [bug] contributed by [Fieslix](https://github.com/Fieslix) +- [#70](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/70) - Add tests for interfaces with same name but different namespace [test] contributed by [StefH](https://github.com/StefH) +- [#69](https://github.com/StefH/ProxyInterfaceSourceGenerator/issues/69) - output filename clash in case with multiple interfaces with same name but different namespace [bug] + # 0.0.38 (23 April 2024) - [#67](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/67) - Do not redefine interfaces. [enhancement] contributed by [Fieslix](https://github.com/Fieslix) diff --git a/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj b/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj index 440ea97..6cb3c51 100644 --- a/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj +++ b/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj @@ -1,7 +1,7 @@ - 0.0.38 + 0.1.0 netstandard2.0 {12344228-91F4-4502-9595-39584E5ABB34} 10