SmtpServer 9.0.1
.NET SmtpServer
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>SmtpServer</id>
<version>9.0.1</version>
<authors>Cain O'Sullivan</authors>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="file">LICENSE</license>
<licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
<projectUrl>http://cainosullivan.com/smtpserver</projectUrl>
<description>.NET SmtpServer</description>
<releaseNotes>Version 9
Breaking API change by removing the Certificate from the server options and adding it to the endpoint.
Version 8
https://github.com/cosullivan/SmtpServer/blob/develop/Version8.md
Version 8.0.5 Fixed bug where the AUTH PLAIN LOGIN command wasnt adverstised from EHLO</releaseNotes>
<copyright>2015-2021</copyright>
<tags>smtp smtpserver smtp server</tags>
<repository url="https://github.com/cosullivan/SmtpServer" />
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="System.IO.Pipelines" version="4.7.2" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>