Skip to content

Commit

Permalink
Add license badge
Browse files Browse the repository at this point in the history
  • Loading branch information
filipetoscano committed Jan 19, 2025
1 parent b955b50 commit 83a4747
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/Resend.FluentEmail/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@

[![CI](https://github.com/resend/resend-dotnet/workflows/CI/badge.svg)](https://github.com/resend/resend-dotnet/actions)
[![NuGet](https://img.shields.io/nuget/vpre/resend.fluentemail.svg?label=NuGet)](https://www.nuget.org/packages/Resend.FluentEmail/)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)

Send emails using [FluentEmail](https://github.com/lukencode/FluentEmail) .NET API,
using [resend](https://resend.com) as the underlying sender.
using [Resend](https://resend.com) as the underlying sender.


Functionality
Expand Down
3 changes: 3 additions & 0 deletions src/Resend.Webhooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ resend webhooks

[![CI](https://github.com/resend/resend-dotnet/workflows/CI/badge.svg)](https://github.com/resend/resend-dotnet/actions)
[![NuGet](https://img.shields.io/nuget/vpre/resend.webhooks.svg?label=NuGet)](https://www.nuget.org/packages/Resend.Webhooks/)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)

.NET library to receive [Resend](https://resend.com) [webhooks](https://resend.com/docs/dashboard/webhooks/introduction).


Installing via NuGet
Expand Down
3 changes: 2 additions & 1 deletion src/Resend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@

[![CI](https://github.com/resend/resend-dotnet/workflows/CI/badge.svg)](https://github.com/resend/resend-dotnet/actions)
[![NuGet](https://img.shields.io/nuget/vpre/resend.svg?label=NuGet)](https://www.nuget.org/packages/Resend/)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)

.NET client for [resend](https://resend.com), an email API, written in C#.
.NET client for [Resend](https://resend.com), an email API, written in C#.


Functionality
Expand Down

0 comments on commit 83a4747

Please sign in to comment.