Cofoundry.Plugins.Mail.MailKit by Cofoundry

<PackageReference Include="Cofoundry.Plugins.Mail.MailKit" Version="0.5.0" />

 Cofoundry.Plugins.Mail.MailKit 0.5.0

Cofoundry mail services that utilize the cross platform MailKit library.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Cofoundry.Plugins.Mail.MailKit</id>
    <version>0.5.0</version>
    <authors>Cofoundry</authors>
    <owners>Cofoundry</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/cofoundry-cms/Cofoundry.Plugins.Mail.MailKit/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://www.cofoundry.org/</projectUrl>
    <iconUrl>https://www.cofoundry.org/Content/images/external/logo-nuget-64x64.png</iconUrl>
    <description>Cofoundry mail services that utilize the cross platform MailKit library.</description>
    <copyright>Copyright © Cofoundry.org</copyright>
    <tags>Cofoundry Mail Plugins MailKit</tags>
    <repository type="git" url="https://github.com/cofoundry-cms/Cofoundry.Plugins.Mail.MailKit/" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Cofoundry.Core" version="0.5.0" exclude="Build,Analyzers" />
        <dependency id="MailKit" version="2.0.6" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>