|
2 | 2 | <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
3 | 3 | <metadata minClientVersion="2.12">
|
4 | 4 | <id>MimeKit</id>
|
5 |
| - <version>4.8.0</version> |
| 5 | + <version>4.9.0</version> |
6 | 6 | <title>MimeKit</title>
|
7 | 7 | <authors>Jeffrey Stedfast</authors>
|
8 | 8 | <owners>Jeffrey Stedfast</owners>
|
|
26 | 26 | </description>
|
27 | 27 | <summary>An Open Source library for creating and parsing MIME, S/MIME and PGP messages on desktop and mobile platforms.</summary>
|
28 | 28 | <releaseNotes>
|
29 |
| -* Added TypeConverters for InternetAddress and InternetAddressList. |
| 29 | +* Started adding some DynamicallyAccessedMembers attributes for AOT compatibility. |
| 30 | +* Refactored some code for AOT Compatibility (MimeKitLite is now 100% AOT Compatible but MimeKit still has issues related to SQLite database loading for the S/MIME certificate database). (MailKit issue #10844) |
| 31 | +* Fixed TextPreviewer to use an encoding with an empty string fallback to prevent '?' characters from being appended to the generated preview string if the byte sequence was truncated. |
| 32 | +* Improved performance of InternetAddressList.Parse()/TryParse(). |
| 33 | +* Improved InternetAddressList parser performance for malformed addresses that only contain display-name strings separated by commas. (issue #1106) |
| 34 | +* Exposed BouncyCastleCertificateExtensions.IsSelfSigned(), GetKeyUsageFlags() and IsDelta() as new public APIs. |
| 35 | +* Exposed X509KeyUsageBits enum as public. |
| 36 | +* Added support for domain-bound S/MIME certificates. (issue #1113) |
| 37 | +* Dropped support for net6.0 in the nuget packages (Microsoft support ended Nov 12, 2024). |
| 38 | +* Removed explicit dependency on System.Runtime.CompilerServices.Unsafe. |
| 39 | +* Bumped System.Security.Cryptography.Pkcs dependency to v8.0.1. |
| 40 | +* Bumped BouncyCastle.Cryptography dependency to v2.5.0. |
| 41 | +* Bumped System.Buffers dependency to v4.6.0. |
| 42 | +* Bumped System.Memory dependency to v4.6.0. |
30 | 43 | </releaseNotes>
|
31 | 44 | <copyright>.NET Foundation and Contributors</copyright>
|
32 | 45 | <language>en-US</language>
|
|
0 commit comments