Skip to content

Commit d891f25

Browse files
authored
MailKit, MimeKit 4.1.0 (#13875)
1 parent f087763 commit d891f25

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
@@ -31,13 +31,13 @@
3131
<PackageManagement Include="Lucene.Net.Analysis.Common" Version="4.8.0-beta00016" />
3232
<PackageManagement Include="Lucene.Net.QueryParser" Version="4.8.0-beta00016" />
3333
<PackageManagement Include="Lucene.Net.Spatial" Version="4.8.0-beta00016" />
34-
<PackageManagement Include="MailKit" Version="4.0.0" />
34+
<PackageManagement Include="MailKit" Version="4.1.0" />
3535
<PackageManagement Include="Markdig" Version="0.31.0" />
3636
<PackageManagement Include="MessagePack" Version="2.2.60" />
3737
<PackageManagement Include="Microsoft.Identity.Web" Version="2.11.1" />
3838
<PackageManagement Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
3939
<PackageManagement Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
40-
<PackageManagement Include="MimeKit" Version="4.0.0" />
40+
<PackageManagement Include="MimeKit" Version="4.1.0" />
4141
<PackageManagement Include="MiniProfiler.AspNetCore.Mvc" Version="4.3.8" />
4242
<PackageManagement Include="Moq" Version="4.18.4" />
4343
<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
@@ -21,12 +21,12 @@ The below table lists the different .NET libraries used in Orchard Core:
2121
| [Jint](https://github.com/sebastienros/jint) | Javascript Interpreter for .NET. | 3.0.0-beta-2049 | [MIT](https://github.com/sebastienros/jint/blob/dev/LICENSE) |
2222
| [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) |
2323
| [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) |
24-
| [MailKit](https://github.com/jstedfast/MailKit) | A cross-platform .NET library for IMAP, POP3, and SMTP. | 4.0.0 | [MIT](https://github.com/jstedfast/MailKit/blob/master/LICENSE) |
24+
| [MailKit](https://github.com/jstedfast/MailKit) | A cross-platform .NET library for IMAP, POP3, and SMTP. | 4.1.0 | [MIT](https://github.com/jstedfast/MailKit/blob/master/LICENSE) |
2525
| [Markdig](https://github.com/lunet-io/markdig) | .NET Markdown engine. | 0.31.0 | [BSD-2-Clause](https://github.com/lunet-io/markdig/blob/master/license.txt) |
2626
| [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) |
2727
| [Microsoft.Identity.Web](https://github.com/AzureAD/microsoft-identity-web) | Helps creating protected web apps and web APIs with Microsoft identity platform and Azure AD B2C. | 2.11.1 | [MIT](https://github.com/AzureAD/microsoft-identity-web/blob/master/LICENSE) |
2828
| [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) |
29-
| [MimeKit](https://github.com/jstedfast/MailKit) | A cross-platform .NET library for IMAP, POP3, and SMTP. | 4.0.0 | [MIT](https://github.com/jstedfast/MailKit/blob/master/LICENSE) |
29+
| [MimeKit](https://github.com/jstedfast/MailKit) | A cross-platform .NET library for IMAP, POP3, and SMTP. | 4.1.0 | [MIT](https://github.com/jstedfast/MailKit/blob/master/LICENSE) |
3030
| [MiniProfiler](https://github.com/MiniProfiler/dotnet) | A simple but effective mini-profiler for ASP.NET (and Core) websites | 4.3.8 | [MIT](https://github.com/MiniProfiler/dotnet/blob/main/LICENSE.txt) |
3131
| [Moq](https://github.com/moq/moq) | The most popular and friendly mocking framework for .NET. | 4.18.4 | [MIT](https://github.com/moq/moq/blob/main/LICENSE) |
3232
| [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)