Skip to content

Commit

Permalink
Bumped version to 0.25.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast committed Feb 12, 2014
1 parent aea66c7 commit 9501b12
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions MimeKit/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
6 changes: 3 additions & 3 deletions nuget/MimeKit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>MimeKit</id>
<version>0.24.0.0</version>
<version>0.25.0.0</version>
<title>MimeKit: A complete MIME library with support for S/MIME and PGP</title>
<authors>Jeffrey Stedfast</authors>
<owners>Jeffrey Stedfast</owners>
Expand All @@ -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</description>
<summary>An Open Source library for creating and parsing MIME, S/MIME and PGP messages on desktop and mobile platforms.</summary>
<releaseNotes>
* 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.</releaseNotes>
<copyright>Xamarin Inc.</copyright>
<language>en-US</language>
Expand Down

0 comments on commit 9501b12

Please sign in to comment.