From b86f431d980bdc2e1497898b14557f3f6f98d08f Mon Sep 17 00:00:00 2001 From: Matt Goldman Date: Mon, 23 Oct 2023 17:47:43 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=80=20Removes=20attribution=20from=20r?= =?UTF-8?q?eadme=20and=20adds=20to=20authors=20tag=20(#215)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ------ src/FluentEmail.Graph/FluentEmail.Graph.csproj | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index b1914b4..11e7596 100644 --- a/README.md +++ b/README.md @@ -75,9 +75,3 @@ Create new release with creation of new tag on main branch. Start [publish](https://github.com/ESC-BV/FluentEmail.Graph/actions/workflows/publish.yml) manually, for the new tag. This will push the package to github and nuget.org -## Origin - -Code originally written by [Matt Goldman](https://github.com/matt-goldman) -and [merged](https://github.com/lukencode/FluentEmail/pull/218) into FluentEmail repo. But it was not published to NuGet -until January 2021. Because we needed this implementation we created a separate repo, modified the code a bit and -published it to NuGet. diff --git a/src/FluentEmail.Graph/FluentEmail.Graph.csproj b/src/FluentEmail.Graph/FluentEmail.Graph.csproj index 9366a19..b79ec1b 100644 --- a/src/FluentEmail.Graph/FluentEmail.Graph.csproj +++ b/src/FluentEmail.Graph/FluentEmail.Graph.csproj @@ -2,7 +2,7 @@ netstandard2.0 - David De Sloovere + David De Sloovere, Matt Goldman ESC ESC Sender for FluentEmail that uses Microsoft Graph API. Implements `FluentEmail.Core.Interfaces.ISender`.