From 9501b12b21f79d5686c92f7853c9ca0dbd7f5886 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 11 Feb 2014 20:21:19 -0500 Subject: [PATCH] Bumped version to 0.25.0.0 --- MimeKit/Properties/AssemblyInfo.cs | 6 +++--- nuget/MimeKit.nuspec | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/MimeKit/Properties/AssemblyInfo.cs b/MimeKit/Properties/AssemblyInfo.cs index e1f630d3fa..b1ad11f374 100644 --- a/MimeKit/Properties/AssemblyInfo.cs +++ b/MimeKit/Properties/AssemblyInfo.cs @@ -73,6 +73,6 @@ // // If there have only been bug fixes, bump the Micro Version and/or the Build Number // in the AssemblyFileVersion attribute. -[assembly: AssemblyInformationalVersion ("0.24.0")] -[assembly: AssemblyFileVersion ("0.24.0.0")] -[assembly: AssemblyVersion ("0.24.0.0")] +[assembly: AssemblyInformationalVersion ("0.25.0")] +[assembly: AssemblyFileVersion ("0.25.0.0")] +[assembly: AssemblyVersion ("0.25.0.0")] diff --git a/nuget/MimeKit.nuspec b/nuget/MimeKit.nuspec index 455e286498..64952c36e3 100644 --- a/nuget/MimeKit.nuspec +++ b/nuget/MimeKit.nuspec @@ -2,7 +2,7 @@ MimeKit - 0.24.0.0 + 0.25.0.0 MimeKit: A complete MIME library with support for S/MIME and PGP Jeffrey Stedfast Jeffrey Stedfast @@ -23,8 +23,8 @@ API documentation can be found on the web at http://jstedfast.github.io/MimeKit/ For those that need SMTP, POP3 or IMAP support, check out https://github.com/jstedfast/MailKit An Open Source library for creating and parsing MIME, S/MIME and PGP messages on desktop and mobile platforms. -* Modified MimeParser to throw FormatException instead of a generic Exception. -* Optimized the parser, making MimeKit as fast as native parsers. +* Added MimeMessage.Attachments and MimeMessage.BodyParts convenience properties. +* Unsealed a bunch of classes. * Improved API documentation. Xamarin Inc. en-US