Spherus.Notifications.Mail.SparkPost by Rostislav Rotaru

<PackageReference Include="Spherus.Notifications.Mail.SparkPost" Version="1.0.0" />

 Spherus.Notifications.Mail.SparkPost 1.0.0

Simple Notifications Provider for SparkPost email delivery service

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Spherus.Notifications.Mail.SparkPost</id>
    <version>1.0.0</version>
    <authors>Rostislav Rotaru</authors>
    <owners>Rostislav Rotaru</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/spherus/notifications.mail.sparkpost/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/spherus/notifications.mail.sparkpost</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/spherus/static/master/spherusnugeticon.png</iconUrl>
    <description>Simple Notifications Provider for SparkPost email delivery service</description>
    <copyright>Spherus INC</copyright>
    <tags>spherus notifications mail sparkpost net standard 2.0</tags>
    <repository type="Git" url="https://github.com/spherus/notifications.mail.sparkpost" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Newtonsoft.Json" version="11.0.1-beta1" exclude="Build,Analyzers" />
        <dependency id="Spherus.Notifications" version="1.0.4" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>