Skip to content

Commit b86f431

Browse files
authored
🔀 Removes attribution from readme and adds to authors tag (#215)
1 parent 7836e9e commit b86f431

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,3 @@ Create new release with creation of new tag on main branch.
7575
Start [publish](https://github.com/ESC-BV/FluentEmail.Graph/actions/workflows/publish.yml) manually, for the new tag.
7676
This will push the package to github and nuget.org
7777

78-
## Origin
79-
80-
Code originally written by [Matt Goldman](https://github.com/matt-goldman)
81-
and [merged](https://github.com/lukencode/FluentEmail/pull/218) into FluentEmail repo. But it was not published to NuGet
82-
until January 2021. Because we needed this implementation we created a separate repo, modified the code a bit and
83-
published it to NuGet.

src/FluentEmail.Graph/FluentEmail.Graph.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Authors>David De Sloovere</Authors>
5+
<Authors>David De Sloovere, Matt Goldman</Authors>
66
<Owner>ESC</Owner>
77
<Company>ESC</Company>
88
<Description>Sender for FluentEmail that uses Microsoft Graph API. Implements `FluentEmail.Core.Interfaces.ISender`.</Description>

0 commit comments

Comments
 (0)