Skip to content

Commit

Permalink
Bumped version to 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast committed Sep 29, 2024
1 parent c5ee1a3 commit 8fd2a69
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 31 deletions.
2 changes: 1 addition & 1 deletion MailKit/MailKit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>An Open Source cross-platform .NET mail-client library that is based on MimeKit and optimized for mobile devices.</Description>
<AssemblyTitle>MailKit</AssemblyTitle>
<VersionPrefix>4.7.1</VersionPrefix>
<VersionPrefix>4.8.0</VersionPrefix>
<Authors>Jeffrey Stedfast</Authors>
<LangVersion>10</LangVersion>
<TargetFrameworks>netstandard2.0;netstandard2.1;net462;net47;net48;net6.0;net8.0</TargetFrameworks>
Expand Down
2 changes: 1 addition & 1 deletion MailKit/MailKitLite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>An Open Source cross-platform .NET mail-client library that is based on MimeKit and optimized for mobile devices.</Description>
<AssemblyTitle>MailKit</AssemblyTitle>
<VersionPrefix>4.7.1</VersionPrefix>
<VersionPrefix>4.8.0</VersionPrefix>
<Authors>Jeffrey Stedfast</Authors>
<LangVersion>10</LangVersion>
<TargetFrameworks>netstandard2.0;netstandard2.1;net462;net47;net48;net6.0;net8.0</TargetFrameworks>
Expand Down
6 changes: 3 additions & 3 deletions MailKit/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@
//
// If there have only been bug fixes, bump the Micro Version and/or the Build Number
// in the AssemblyFileVersion attribute.
[assembly: AssemblyInformationalVersion ("4.7.1.1")]
[assembly: AssemblyFileVersion ("4.7.1.1")]
[assembly: AssemblyVersion ("4.7.0.0")]
[assembly: AssemblyInformationalVersion ("4.8.0.0")]
[assembly: AssemblyFileVersion ("4.8.0.0")]
[assembly: AssemblyVersion ("4.8.0.0")]
10 changes: 10 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release Notes

## MailKit 4.8.0 (2024-09-29)

* Added a UniqueIdRange.SortOrder property.
* Updated the protocol log help link for ProtocolExceptions.
(issue [#1800](https://github.com/jstedfast/MailKit/issues/1800))
* Fix SmtpClient.Dispose() when telemetry is configured.
(issue [#1816](https://github.com/jstedfast/MailKit/issues/1816))
* Added ProxyClient.SystemProxy as a convenience property that wraps
the default system proxy (aka HttpClient.DefaultProxy) on net6.0+.

## MailKit 4.7.1 (2024-07-12)

* Fixed ImapClient and Pop3Client.Connect/Async() when OTEL is enabled.
Expand Down
22 changes: 12 additions & 10 deletions nuget/MailKit.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 minClientVersion="2.12">
<id>MailKit</id>
<version>4.7.1</version>
<version>4.8.0</version>
<title>MailKit</title>
<authors>Jeffrey Stedfast</authors>
<owners>Jeffrey Stedfast</owners>
Expand All @@ -26,8 +26,10 @@ Features include:
</description>
<summary>An Open Source .NET mail-client library for Windows, Mac, Linux, and mobile platforms such as iOS and Android.</summary>
<releaseNotes>
* Fixed ImapClient and Pop3Client.Connect/Async() when OTEL is enabled. (issue #1765)
* Bumped MimeKit dependency to 4.7.1 to fix a denial of service security issue in the System.Formats.Asn1 dependency.
* Added a UniqueIdRange.SortOrder property.
* Updated the protocol log help link for ProtocolExceptions. (issue #1800)
* Fix SmtpClient.Dispose() when telemetry is configured. (issue #1816)
* Added ProxyClient.SystemProxy as a convenience property that wraps the default system proxy (aka HttpClient.DefaultProxy) on net6.0+.
</releaseNotes>
<copyright>.NET Foundation and Contributors</copyright>
<language>en-US</language>
Expand Down Expand Up @@ -55,34 +57,34 @@ Features include:
<group targetFramework="net462">
<dependency id="System.Formats.Asn1" version="8.0.1" />
<dependency id="System.Threading.Tasks.Extensions" version="4.5.4" />
<dependency id="MimeKit" version="4.7.1" />
<dependency id="MimeKit" version="4.8.0" />
</group>
<group targetFramework="net47">
<dependency id="System.Formats.Asn1" version="8.0.1" />
<dependency id="System.Threading.Tasks.Extensions" version="4.5.4" />
<dependency id="MimeKit" version="4.7.1" />
<dependency id="MimeKit" version="4.8.0" />
</group>
<group targetFramework="net48">
<dependency id="System.Formats.Asn1" version="8.0.1" />
<dependency id="System.Threading.Tasks.Extensions" version="4.5.4" />
<dependency id="MimeKit" version="4.7.1" />
<dependency id="MimeKit" version="4.8.0" />
</group>
<group targetFramework="net6.0">
<dependency id="System.Formats.Asn1" version="8.0.1" />
<dependency id="MimeKit" version="4.7.1" />
<dependency id="MimeKit" version="4.8.0" />
</group>
<group targetFramework="net8.0">
<dependency id="System.Formats.Asn1" version="8.0.1" />
<dependency id="MimeKit" version="4.7.1" />
<dependency id="MimeKit" version="4.8.0" />
</group>
<group targetFramework="netstandard2.0">
<dependency id="System.Formats.Asn1" version="8.0.1" />
<dependency id="System.Threading.Tasks.Extensions" version="4.5.4" />
<dependency id="MimeKit" version="4.7.1" />
<dependency id="MimeKit" version="4.8.0" />
</group>
<group targetFramework="netstandard2.1">
<dependency id="System.Formats.Asn1" version="8.0.1" />
<dependency id="MimeKit" version="4.7.1" />
<dependency id="MimeKit" version="4.8.0" />
</group>
</dependencies>
</metadata>
Expand Down
22 changes: 12 additions & 10 deletions nuget/MailKitLite.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 minClientVersion="2.12">
<id>MailKitLite</id>
<version>4.7.1</version>
<version>4.8.0</version>
<title>MailKit</title>
<authors>Jeffrey Stedfast</authors>
<owners>Jeffrey Stedfast</owners>
Expand All @@ -26,8 +26,10 @@ Features include:
</description>
<summary>An Open Source .NET mail-client library for Windows, Mac, Linux, and mobile platforms such as iOS and Android.</summary>
<releaseNotes>
* Fixed ImapClient and Pop3Client.Connect/Async() when OTEL is enabled. (issue #1765)
* Bumped MimeKit dependency to 4.7.1 to fix a denial of service security issue in the System.Formats.Asn1 dependency.
* Added a UniqueIdRange.SortOrder property.
* Updated the protocol log help link for ProtocolExceptions. (issue #1800)
* Fix SmtpClient.Dispose() when telemetry is configured. (issue #1816)
* Added ProxyClient.SystemProxy as a convenience property that wraps the default system proxy (aka HttpClient.DefaultProxy) on net6.0+.
</releaseNotes>
<copyright>.NET Foundation and Contributors</copyright>
<language>en-US</language>
Expand All @@ -51,34 +53,34 @@ Features include:
<group targetFramework="net462">
<dependency id="System.Formats.Asn1" version="8.0.1" />
<dependency id="System.Threading.Tasks.Extensions" version="4.5.4" />
<dependency id="MimeKitLite" version="4.7.1" />
<dependency id="MimeKitLite" version="4.8.0" />
</group>
<group targetFramework="net47">
<dependency id="System.Formats.Asn1" version="8.0.1" />
<dependency id="System.Threading.Tasks.Extensions" version="4.5.4" />
<dependency id="MimeKitLite" version="4.7.1" />
<dependency id="MimeKitLite" version="4.8.0" />
</group>
<group targetFramework="net48">
<dependency id="System.Formats.Asn1" version="8.0.1" />
<dependency id="System.Threading.Tasks.Extensions" version="4.5.4" />
<dependency id="MimeKitLite" version="4.7.1" />
<dependency id="MimeKitLite" version="4.8.0" />
</group>
<group targetFramework="net6.0">
<dependency id="System.Formats.Asn1" version="8.0.1" />
<dependency id="MimeKitLite" version="4.7.1" />
<dependency id="MimeKitLite" version="4.8.0" />
</group>
<group targetFramework="net8.0">
<dependency id="System.Formats.Asn1" version="8.0.1" />
<dependency id="MimeKitLite" version="4.7.1" />
<dependency id="MimeKitLite" version="4.8.0" />
</group>
<group targetFramework="netstandard2.0">
<dependency id="System.Formats.Asn1" version="8.0.1" />
<dependency id="System.Threading.Tasks.Extensions" version="4.5.4" />
<dependency id="MimeKitLite" version="4.7.1" />
<dependency id="MimeKitLite" version="4.8.0" />
</group>
<group targetFramework="netstandard2.1">
<dependency id="System.Formats.Asn1" version="8.0.1" />
<dependency id="MimeKitLite" version="4.7.1" />
<dependency id="MimeKitLite" version="4.8.0" />
</group>
</dependencies>
</metadata>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MailKit" Version="4.7.1.1"/>
<PackageReference Include="MailKit" Version="4.8.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<SupportedOSPlatformVersion>13.0</SupportedOSPlatformVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MailKit" Version="4.7.1.1"/>
<PackageReference Include="Drastic.MonoTouch.Dialog" Version="1.0.0"/>
<PackageReference Include="MailKit" Version="4.8.0" />
<PackageReference Include="Drastic.MonoTouch.Dialog" Version="1.0.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="MailKit" Version="4.7.1.1" />
<PackageReference Include="MailKit" Version="4.8.0" />
</ItemGroup>
<ItemGroup>
<Compile Include="AuthenticationFailedEventArgs.cs" />
Expand Down
2 changes: 1 addition & 1 deletion samples/ImapIdle/ImapIdle/ImapIdle.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MailKit" Version="4.7.1.1" />
<PackageReference Include="MailKit" Version="4.8.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion submodules/MimeKit
Submodule MimeKit updated 196 files

0 comments on commit 8fd2a69

Please sign in to comment.