22<package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
33 <metadata minClientVersion =" 2.12" >
44 <id >MailKitLite</id >
5- <version >4.10 .0</version >
5+ <version >4.11 .0</version >
66 <title >MailKit</title >
77 <authors >Jeffrey Stedfast</authors >
88 <owners >Jeffrey Stedfast</owners >
@@ -26,10 +26,10 @@ Features include:
2626 </description >
2727 <summary >An Open Source .NET mail-client library for Windows, Mac, Linux, and mobile platforms such as iOS and Android.</summary >
2828 <releaseNotes >
29- * Work around a QQMail/Yandex IMAP BODYSTRUCTURE response for empty multipart. (issue #1861)
30- * Added exception documentation for methods in IMailFolder. (issue #1868)
31- * Added IMailFolder.CanOpen property that checks IMailFolder.Attributes for NoSelect and NonExistent flags.
32- * Bumped MimeKit dependency to 4.10 .0.
29+ * Default MailService.SslProtocols to SslProtocols.None which is what the dotnet SslStream team recommends.
30+ (As weird as it may seem, SslProtocols.None does not mean "don't support any SSL protocols", it means
31+ don't override the default system settings.)
32+ * Bumped MimeKit dependency to 4.11 .0.
3333 </releaseNotes >
3434 <copyright >.NET Foundation and Contributors</copyright >
3535 <language >en-US</language >
@@ -51,26 +51,32 @@ Features include:
5151 </frameworkAssemblies >
5252 <dependencies >
5353 <group targetFramework =" net462" >
54+ <dependency id =" System.Formats.Asn1" version =" 8.0.1" />
5455 <dependency id =" System.Threading.Tasks.Extensions" version =" 4.6.0" />
55- <dependency id =" MimeKitLite" version =" 4.10 .0" />
56+ <dependency id =" MimeKitLite" version =" 4.11 .0" />
5657 </group >
5758 <group targetFramework =" net47" >
59+ <dependency id =" System.Formats.Asn1" version =" 8.0.1" />
5860 <dependency id =" System.Threading.Tasks.Extensions" version =" 4.6.0" />
59- <dependency id =" MimeKitLite" version =" 4.10 .0" />
61+ <dependency id =" MimeKitLite" version =" 4.11 .0" />
6062 </group >
6163 <group targetFramework =" net48" >
64+ <dependency id =" System.Formats.Asn1" version =" 8.0.1" />
6265 <dependency id =" System.Threading.Tasks.Extensions" version =" 4.6.0" />
63- <dependency id =" MimeKitLite" version =" 4.10 .0" />
66+ <dependency id =" MimeKitLite" version =" 4.11 .0" />
6467 </group >
6568 <group targetFramework =" net8.0" >
66- <dependency id =" MimeKitLite" version =" 4.10.0" />
69+ <dependency id =" System.Formats.Asn1" version =" 8.0.1" />
70+ <dependency id =" MimeKitLite" version =" 4.11.0" />
6771 </group >
6872 <group targetFramework =" netstandard2.0" >
73+ <dependency id =" System.Formats.Asn1" version =" 8.0.1" />
6974 <dependency id =" System.Threading.Tasks.Extensions" version =" 4.6.0" />
70- <dependency id =" MimeKitLite" version =" 4.10 .0" />
75+ <dependency id =" MimeKitLite" version =" 4.11 .0" />
7176 </group >
7277 <group targetFramework =" netstandard2.1" >
73- <dependency id =" MimeKitLite" version =" 4.10.0" />
78+ <dependency id =" System.Formats.Asn1" version =" 8.0.1" />
79+ <dependency id =" MimeKitLite" version =" 4.11.0" />
7480 </group >
7581 </dependencies >
7682 </metadata >
0 commit comments