diff --git a/src/OrchardCore.Build/Dependencies.props b/src/OrchardCore.Build/Dependencies.props index cd819eeb5a1..2f50ce34c9e 100644 --- a/src/OrchardCore.Build/Dependencies.props +++ b/src/OrchardCore.Build/Dependencies.props @@ -29,7 +29,7 @@ - + diff --git a/src/docs/resources/libraries/README.md b/src/docs/resources/libraries/README.md index 779c4133158..84145738e23 100644 --- a/src/docs/resources/libraries/README.md +++ b/src/docs/resources/libraries/README.md @@ -21,7 +21,7 @@ The below table lists the different .NET libraries used in Orchard Core: | [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) | | [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) | | [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) | -| [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) | +| [Markdig](https://github.com/lunet-io/markdig) | .NET Markdown engine. | 0.30.3 | [BSD-2-Clause](https://github.com/lunet-io/markdig/blob/master/license.txt) | | [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) | | [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) | | [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) |