Sendgrid 6.1.0

dotnet add package Sendgrid --version 6.1.0
NuGet\Install-Package Sendgrid -Version 6.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Sendgrid" Version="6.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Sendgrid --version 6.1.0
#r "nuget: Sendgrid, 6.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Sendgrid as a Cake Addin
#addin nuget:?package=Sendgrid&version=6.1.0

// Install Sendgrid as a Cake Tool
#tool nuget:?package=Sendgrid&version=6.1.0

C# client library and examples for using SendGrid API's to send mail. Github repo located at : https://github.com/sendgrid/sendgrid-csharp

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories (58)

Showing the top 5 popular GitHub repositories that depend on Sendgrid:

Repository Stars
bitwarden/server
The core infrastructure backend (API, database, Docker, etc).
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
simplcommerce/SimplCommerce
A simple, cross platform, modulith ecommerce system built on .NET
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
skoruba/IdentityServer4.Admin
The administration for the IdentityServer4 and Asp.Net Core Identity
Version Downloads Last updated
6.1.0 57,647 4/27/2015
6.0.1 969 4/24/2015
5.1.0 49,225 1/25/2015
5.0.0 40,442 10/9/2014
4.0.0 32,309 6/23/2014
3.0.2 6,207 5/30/2014
3.0.1 3,497 5/23/2014
3.0.0 720 5/22/2014
2.1.1 6,169 2/7/2014
1.2.2 2,864 1/3/2014
1.2.1 2,078 10/24/2013
1.2.0 5,555 7/29/2013
1.1.1 9,699 1/14/2013
1.0.2 133 1/11/2013
1.0.1 4,017 1/17/2012
1.0.0 134 1/17/2012

Added support for sending with API keys in addition to credentials.