Skip to content

Commit 59ecf51

Browse files
committed
Bumped version to 4.14.0
1 parent 71232b7 commit 59ecf51

File tree

11 files changed

+39
-30
lines changed

11 files changed

+39
-30
lines changed

MailKit/MailKit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Description>An Open Source cross-platform .NET mail-client library that is based on MimeKit and optimized for mobile devices.</Description>
55
<AssemblyTitle>MailKit</AssemblyTitle>
6-
<VersionPrefix>4.13.0</VersionPrefix>
6+
<VersionPrefix>4.14.0</VersionPrefix>
77
<Authors>Jeffrey Stedfast</Authors>
88
<LangVersion>10</LangVersion>
99
<TargetFrameworks>netstandard2.0;netstandard2.1;net462;net47;net48;net8.0</TargetFrameworks>

MailKit/MailKitLite.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Description>An Open Source cross-platform .NET mail-client library that is based on MimeKit and optimized for mobile devices.</Description>
55
<AssemblyTitle>MailKit</AssemblyTitle>
6-
<VersionPrefix>4.13.0</VersionPrefix>
6+
<VersionPrefix>4.14.0</VersionPrefix>
77
<Authors>Jeffrey Stedfast</Authors>
88
<LangVersion>10</LangVersion>
99
<TargetFrameworks>netstandard2.0;netstandard2.1;net462;net47;net48;net8.0</TargetFrameworks>

MailKit/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@
7979
//
8080
// If there have only been bug fixes, bump the Micro Version and/or the Build Number
8181
// in the AssemblyFileVersion attribute.
82-
[assembly: AssemblyInformationalVersion ("4.13.0.0")]
83-
[assembly: AssemblyFileVersion ("4.13.0.0")]
84-
[assembly: AssemblyVersion ("4.13.0.0")]
82+
[assembly: AssemblyInformationalVersion ("4.14.0.0")]
83+
[assembly: AssemblyFileVersion ("4.14.0.0")]
84+
[assembly: AssemblyVersion ("4.14.0.0")]

ReleaseNotes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Release Notes
22

3+
## MailKit 4.14.0 (2025-09-28)
4+
5+
* Updated MailService::GetSslClientAuthenticationOptions to be protected virtual.
6+
(issue [#1931](https://github.com/jstedfast/MailKit/issues/1931))
7+
* Fixed initialization of SaslMechanism to lazily check if GSSAPI and/or NTLM are
8+
supported (natively) to avoid undesirable error messages appearing in dotnet logs
9+
on Linux systems. (issue [#1924](https://github.com/jstedfast/MailKit/issues/1924))
10+
* Bumped MimeKit dependency to 4.14.0.
11+
312
## MailKit 4.13.0 (2025-06-25)
413

514
* Fixed tokenization of IMAP atom tokens that start with '+'.

nuget/MailKit.nuspec

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata minClientVersion="2.12">
44
<id>MailKit</id>
5-
<version>4.13.0</version>
5+
<version>4.14.0</version>
66
<title>MailKit</title>
77
<authors>Jeffrey Stedfast</authors>
88
<owners>Jeffrey Stedfast</owners>
@@ -26,9 +26,9 @@ 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-
* Fixed tokenization of IMAP atom tokens that start with '+'. (issue #1914)
30-
* Fixed the Imap/Pop3/Smtp clients to no longer fallback to using the ServicePointManager.ServerCertificateValidationCallback method on .NET Core. (issue #1925)
31-
* Bumped MimeKit dependency to 4.13.0.
29+
* Updated MailService::GetSslClientAuthenticationOptions to be protected virtual. (issue #1931)
30+
* Fixed initialization of SaslMechanism to lazily check if GSSAPI and/or NTLM are supported (natively) to avoid undesirable error messages appearing in dotnet logs on Linux systems. (issue [#1924](https://github.com/jstedfast/MailKit/issues/1924))
31+
* Bumped MimeKit dependency to 4.14.0.
3232
</releaseNotes>
3333
<copyright>.NET Foundation and Contributors</copyright>
3434
<language>en-US</language>
@@ -56,30 +56,30 @@ Features include:
5656
<group targetFramework="net462">
5757
<dependency id="System.Formats.Asn1" version="8.0.1" />
5858
<dependency id="System.Threading.Tasks.Extensions" version="4.6.0" />
59-
<dependency id="MimeKit" version="4.13.0" />
59+
<dependency id="MimeKit" version="4.14.0" />
6060
</group>
6161
<group targetFramework="net47">
6262
<dependency id="System.Formats.Asn1" version="8.0.1" />
6363
<dependency id="System.Threading.Tasks.Extensions" version="4.6.0" />
64-
<dependency id="MimeKit" version="4.13.0" />
64+
<dependency id="MimeKit" version="4.14.0" />
6565
</group>
6666
<group targetFramework="net48">
6767
<dependency id="System.Formats.Asn1" version="8.0.1" />
6868
<dependency id="System.Threading.Tasks.Extensions" version="4.6.0" />
69-
<dependency id="MimeKit" version="4.13.0" />
69+
<dependency id="MimeKit" version="4.14.0" />
7070
</group>
7171
<group targetFramework="net8.0">
7272
<dependency id="System.Formats.Asn1" version="8.0.1" />
73-
<dependency id="MimeKit" version="4.13.0" />
73+
<dependency id="MimeKit" version="4.14.0" />
7474
</group>
7575
<group targetFramework="netstandard2.0">
7676
<dependency id="System.Formats.Asn1" version="8.0.1" />
7777
<dependency id="System.Threading.Tasks.Extensions" version="4.6.0" />
78-
<dependency id="MimeKit" version="4.13.0" />
78+
<dependency id="MimeKit" version="4.14.0" />
7979
</group>
8080
<group targetFramework="netstandard2.1">
8181
<dependency id="System.Formats.Asn1" version="8.0.1" />
82-
<dependency id="MimeKit" version="4.13.0" />
82+
<dependency id="MimeKit" version="4.14.0" />
8383
</group>
8484
</dependencies>
8585
</metadata>

nuget/MailKitLite.nuspec

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata minClientVersion="2.12">
44
<id>MailKitLite</id>
5-
<version>4.13.0</version>
5+
<version>4.14.0</version>
66
<title>MailKit</title>
77
<authors>Jeffrey Stedfast</authors>
88
<owners>Jeffrey Stedfast</owners>
@@ -26,9 +26,9 @@ 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-
* Fixed tokenization of IMAP atom tokens that start with '+'. (issue #1914)
30-
* Fixed the Imap/Pop3/Smtp clients to no longer fallback to using the ServicePointManager.ServerCertificateValidationCallback method on .NET Core. (issue #1925)
31-
* Bumped MimeKit dependency to 4.13.0.
29+
* Updated MailService::GetSslClientAuthenticationOptions to be protected virtual. (issue #1931)
30+
* Fixed initialization of SaslMechanism to lazily check if GSSAPI and/or NTLM are supported (natively) to avoid undesirable error messages appearing in dotnet logs on Linux systems. (issue [#1924](https://github.com/jstedfast/MailKit/issues/1924))
31+
* Bumped MimeKit dependency to 4.14.0.
3232
</releaseNotes>
3333
<copyright>.NET Foundation and Contributors</copyright>
3434
<language>en-US</language>
@@ -52,30 +52,30 @@ Features include:
5252
<group targetFramework="net462">
5353
<dependency id="System.Formats.Asn1" version="8.0.1" />
5454
<dependency id="System.Threading.Tasks.Extensions" version="4.6.0" />
55-
<dependency id="MimeKitLite" version="4.13.0" />
55+
<dependency id="MimeKitLite" version="4.14.0" />
5656
</group>
5757
<group targetFramework="net47">
5858
<dependency id="System.Formats.Asn1" version="8.0.1" />
5959
<dependency id="System.Threading.Tasks.Extensions" version="4.6.0" />
60-
<dependency id="MimeKitLite" version="4.13.0" />
60+
<dependency id="MimeKitLite" version="4.14.0" />
6161
</group>
6262
<group targetFramework="net48">
6363
<dependency id="System.Formats.Asn1" version="8.0.1" />
6464
<dependency id="System.Threading.Tasks.Extensions" version="4.6.0" />
65-
<dependency id="MimeKitLite" version="4.13.0" />
65+
<dependency id="MimeKitLite" version="4.14.0" />
6666
</group>
6767
<group targetFramework="net8.0">
6868
<dependency id="System.Formats.Asn1" version="8.0.1" />
69-
<dependency id="MimeKitLite" version="4.13.0" />
69+
<dependency id="MimeKitLite" version="4.14.0" />
7070
</group>
7171
<group targetFramework="netstandard2.0">
7272
<dependency id="System.Formats.Asn1" version="8.0.1" />
7373
<dependency id="System.Threading.Tasks.Extensions" version="4.6.0" />
74-
<dependency id="MimeKitLite" version="4.13.0" />
74+
<dependency id="MimeKitLite" version="4.14.0" />
7575
</group>
7676
<group targetFramework="netstandard2.1">
7777
<dependency id="System.Formats.Asn1" version="8.0.1" />
78-
<dependency id="MimeKitLite" version="4.13.0" />
78+
<dependency id="MimeKitLite" version="4.14.0" />
7979
</group>
8080
</dependencies>
8181
</metadata>

samples/ImapClientDemo.Android/ImapClientDemo.Android/ImapClientDemo.Android.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
1111
</PropertyGroup>
1212
<ItemGroup>
13-
<PackageReference Include="MailKit" Version="4.13.0" />
13+
<PackageReference Include="MailKit" Version="4.14.0" />
1414
</ItemGroup>
1515
</Project>

samples/ImapClientDemo.iOS/ImapClientDemo.iOS/ImapClientDemo.iOS.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<SupportedOSPlatformVersion>13.0</SupportedOSPlatformVersion>
88
</PropertyGroup>
99
<ItemGroup>
10-
<PackageReference Include="MailKit" Version="4.13.0" />
10+
<PackageReference Include="MailKit" Version="4.14.0" />
1111
<PackageReference Include="Drastic.MonoTouch.Dialog" Version="1.0.0" />
1212
</ItemGroup>
1313
</Project>

samples/ImapClientDemo/ImapClientDemo/ImapClientDemo.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<Reference Include="System.Xml" />
4949
</ItemGroup>
5050
<ItemGroup>
51-
<PackageReference Include="MailKit" Version="4.13.0" />
51+
<PackageReference Include="MailKit" Version="4.14.0" />
5252
</ItemGroup>
5353
<ItemGroup>
5454
<Compile Include="AuthenticationFailedEventArgs.cs" />

samples/ImapIdle/ImapIdle/ImapIdle.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="MailKit" Version="4.13.0" />
11+
<PackageReference Include="MailKit" Version="4.14.0" />
1212
</ItemGroup>
1313

1414
</Project>

0 commit comments

Comments
 (0)