Sendgrid by Elmer Thomas,SendGrid DX Team

<PackageReference Include="Sendgrid" Version="9.2.0" />

 Sendgrid 9.2.0

C# client library and examples for using SendGrid API's to send mail and access Web API v3 endpoints with .NET Standard 1.3 and .NET Core support. Github repo located at : https://github.com/sendgrid/sendgrid-csharp

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Sendgrid</id>
    <version>9.2.0</version>
    <title>SendGrid</title>
    <authors>Elmer Thomas,SendGrid DX Team</authors>
    <licenseUrl>https://github.com/sendgrid/sendgrid-csharp/blob/master/MIT.LICENSE</licenseUrl>
    <projectUrl>https://github.com/sendgrid/sendgrid-csharp</projectUrl>
    <iconUrl>https://sendgrid.com/wp-content/themes/sgdotcom/pages/brand/2016/SendGrid-Logomark.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>C# client library and examples for using SendGrid API's to send mail and access Web API v3 endpoints with .NET Standard 1.3 and .NET Core support. Github repo located at : https://github.com/sendgrid/sendgrid-csharp</description>
    <summary>C# client library and examples for using SendGrid API's to send mail and access Web API v3 endpoints with .NET Standard 1.3 and .NET Core support.</summary>
    <releaseNotes>## Update
- PR #444: AddTo, AddBcc, AddCc and SetFrom that just takes an email and name 
- Solves Issue #408
- Thanks to [Paritosh Baghel](https://github.com/paritoshmmmec) for the PR!</releaseNotes>
    <copyright>SendGrid, Inc. 2017</copyright>
    <tags>SendGrid Email Mail Microsoft Azure Transactional .NET Core</tags>
    <dependencies>
      <group targetFramework=".NETFramework4.0">
        <dependency id="Newtonsoft.Json" version="9.0.1" />
        <dependency id="System.Net.Http" version="4.0.0" />
      </group>
      <group targetFramework=".NETStandard1.3">
        <dependency id="NETStandard.Library" version="1.6.1" />
        <dependency id="Newtonsoft.Json" version="9.0.1" />
        <dependency id="Microsoft.AspNetCore.Http.Abstractions" version="1.1.0" />
      </group>
    </dependencies>
  </metadata>
</package>