From 7e497cd9c7bbc36fd3700066a11518a57679fe3b Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Mon, 5 Sep 2022 21:28:00 +0200 Subject: [PATCH] 0.0.24 --- Generate-ReleaseNotes.bat | 2 +- PackageReleaseNotes.txt | 4 ++-- ReleaseNotes.md | 3 +++ src-examples/ProxyInterfaceConsumerForPnP/Program.cs | 1 - .../ProxyInterfaceSourceGenerator.csproj | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Generate-ReleaseNotes.bat b/Generate-ReleaseNotes.bat index 7dafd90..725639d 100644 --- a/Generate-ReleaseNotes.bat +++ b/Generate-ReleaseNotes.bat @@ -1,6 +1,6 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=0.0.23 +SET version=0.0.24 GitHubReleaseNotes --output "ReleaseNotes.md" --skip-empty-releases --exclude-labels question invalid doc --version %version% diff --git a/PackageReleaseNotes.txt b/PackageReleaseNotes.txt index 1f37ec4..d84f46f 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,4 +1,4 @@ -# 0.0.23 (04 September 2022) -- #38 Fixed generated code when a class extends multiple classes [bug] +# 0.0.24 (05 September 2022) +- #39 Use Mapster as mapper [enhancement] 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 0aa8bad..960a735 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,6 @@ +# 0.0.24 (05 September 2022) +- [#39](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/39) - Use Mapster as mapper [enhancement] contributed by [StefH](https://github.com/StefH) + # 0.0.23 (04 September 2022) - [#38](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/38) - Fixed generated code when a class extends multiple classes [bug] contributed by [StefH](https://github.com/StefH) diff --git a/src-examples/ProxyInterfaceConsumerForPnP/Program.cs b/src-examples/ProxyInterfaceConsumerForPnP/Program.cs index 18f2d8a..5fbba12 100644 --- a/src-examples/ProxyInterfaceConsumerForPnP/Program.cs +++ b/src-examples/ProxyInterfaceConsumerForPnP/Program.cs @@ -5,7 +5,6 @@ using PnP.Core.Model.SharePoint; using PnP.Framework; using ProxyInterfaceConsumerForPnP.Implementations; using ProxyInterfaceConsumerForPnP.Interfaces; -using IWeb = ProxyInterfaceConsumerForPnP.Interfaces.IWeb; namespace ProxyInterfaceConsumerForPnP; diff --git a/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj b/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj index 9591a42..29fb6dd 100644 --- a/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj +++ b/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj @@ -1,7 +1,7 @@ - 0.0.23 + 0.0.24 netstandard2.0 {12344228-91F4-4502-9595-39584E5ABB34} 10