Skip to content

Commit 4f0b709

Browse files
authored
MailKit, MimeKit 3.3.0 (#11861)
1 parent f2591d7 commit 4f0b709

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/OrchardCore.Build/Dependencies.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
<PackageManagement Include="Lucene.Net.Analysis.Common" Version="4.8.0-beta00016" />
2828
<PackageManagement Include="Lucene.Net.QueryParser" Version="4.8.0-beta00016" />
2929
<PackageManagement Include="Lucene.Net.Spatial" Version="4.8.0-beta00016" />
30-
<PackageManagement Include="MailKit" Version="3.2.0" />
30+
<PackageManagement Include="MailKit" Version="3.3.0" />
3131
<PackageManagement Include="Markdig" Version="0.30.2" />
3232
<PackageManagement Include="MessagePack" Version="2.2.60" />
3333
<PackageManagement Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
3434
<PackageManagement Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
35-
<PackageManagement Include="MimeKit" Version="3.2.0" />
35+
<PackageManagement Include="MimeKit" Version="3.3.0" />
3636
<PackageManagement Include="MiniProfiler.AspNetCore.Mvc" Version="4.2.22" />
3737
<PackageManagement Include="Moq" Version="4.18.1" />
3838
<PackageManagement Include="ncrontab" Version="3.3.1" />

src/docs/resources/libraries/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ The below table lists the different .NET libraries used in Orchard Core:
2020
| [Jint](https://github.com/sebastienros/jint) | Javascript Interpreter for .NET. | 3.0.0-beta-2037 | [MIT](https://github.com/sebastienros/jint/blob/dev/LICENSE) |
2121
| [Lorem.NET for netstandard](https://github.com/trichards57/Lorem.Universal.NET) | A .NET library for all things random! | 4.0.80 | [MIT](https://github.com/trichards57/Lorem.Universal.NET/blob/master/license.md) |
2222
| [Lucene.Net](https://github.com/apache/lucenenet) | .NET full-text search engine. | 4.8.0-beta00016 | [Apache-2.0](https://github.com/apache/lucenenet/blob/master/LICENSE.txt) |
23-
| [MailKit](https://github.com/jstedfast/MailKit) | A cross-platform .NET library for IMAP, POP3, and SMTP. | 3.2.0 | [MIT](https://github.com/jstedfast/MailKit/blob/master/LICENSE) |
23+
| [MailKit](https://github.com/jstedfast/MailKit) | A cross-platform .NET library for IMAP, POP3, and SMTP. | 3.3.0 | [MIT](https://github.com/jstedfast/MailKit/blob/master/LICENSE) |
2424
| [Markdig](https://github.com/lunet-io/markdig) | .NET Markdown engine. | 0.30.2 | [BSD-2-Clause](https://github.com/lunet-io/markdig/blob/master/license.txt) |
2525
| [MessagePack](https://github.com/neuecc/MessagePack-CSharp) | Extremely Fast MessagePack Serializer for C# | 2.2.60 | [MIT](https://github.com/neuecc/MessagePack-CSharp/blob/master/LICENSE) |
2626
| [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) | Source Link enables a great source debugging experience. | 1.1.1 | [MIT](https://github.com/dotnet/sourcelink/blob/main/License.txt) |
27-
| [MimeKit](https://github.com/jstedfast/MailKit) | A cross-platform .NET library for IMAP, POP3, and SMTP. | 3.2.0 | [MIT](https://github.com/jstedfast/MailKit/blob/master/LICENSE) |
27+
| [MimeKit](https://github.com/jstedfast/MailKit) | A cross-platform .NET library for IMAP, POP3, and SMTP. | 3.3.0 | [MIT](https://github.com/jstedfast/MailKit/blob/master/LICENSE) |
2828
| [MiniProfiler](https://github.com/MiniProfiler/dotnet) | A simple but effective mini-profiler for ASP.NET (and Core) websites | 4.2.22 | [MIT](https://github.com/MiniProfiler/dotnet/blob/main/LICENSE.txt) |
2929
| [Moq](https://github.com/moq/moq) | The most popular and friendly mocking framework for .NET. | 4.18.1 | [MIT](https://github.com/moq/moq/blob/main/LICENSE) |
3030
| [NCrontab](https://github.com/atifaziz/NCrontab) | Crontab for .NET | 3.3.1 | [Apache-2.0](https://github.com/atifaziz/NCrontab/blob/master/COPYING.txt) |

0 commit comments

Comments
 (0)