0.0.24
This commit is contained in:
@@ -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%
|
||||
|
||||
|
||||
@@ -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
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<Version>0.0.23</Version>
|
||||
<Version>0.0.24</Version>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<ProjectGuid>{12344228-91F4-4502-9595-39584E5ABB34}</ProjectGuid>
|
||||
<LangVersion>10</LangVersion>
|
||||
|
||||
Reference in New Issue
Block a user