Skip to content

Commit

Permalink
🔀 Removes attribution from readme and adds to authors tag (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-goldman authored Oct 23, 2023
1 parent 7836e9e commit b86f431
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion src/FluentEmail.Graph/FluentEmail.Graph.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Authors>David De Sloovere</Authors>
<Authors>David De Sloovere, Matt Goldman</Authors>
<Owner>ESC</Owner>
<Company>ESC</Company>
<Description>Sender for FluentEmail that uses Microsoft Graph API. Implements `FluentEmail.Core.Interfaces.ISender`.</Description>
Expand Down

0 comments on commit b86f431

Please sign in to comment.