From 7e4cd214667e2517528705081dd4e722f17cb398 Mon Sep 17 00:00:00 2001 From: Mike Alhayek Date: Fri, 22 Dec 2023 07:36:33 -0800 Subject: [PATCH] Update YesSql to 4.0.0 (#14938) --- src/OrchardCore.Build/Dependencies.props | 10 +++++----- src/docs/resources/libraries/README.md | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/OrchardCore.Build/Dependencies.props b/src/OrchardCore.Build/Dependencies.props index a249dcc0f49..9a71a94ede0 100644 --- a/src/OrchardCore.Build/Dependencies.props +++ b/src/OrchardCore.Build/Dependencies.props @@ -61,11 +61,11 @@ - - - - - + + + + + diff --git a/src/docs/resources/libraries/README.md b/src/docs/resources/libraries/README.md index 49c246f261b..199d26527da 100644 --- a/src/docs/resources/libraries/README.md +++ b/src/docs/resources/libraries/README.md @@ -41,7 +41,7 @@ The below table lists the different .NET libraries used in Orchard Core: | [Serilog.AspNetCore](https://github.com/serilog/serilog-aspnetcore) | Serilog integration for ASP.NET Core. | 7.0.0 | [Apache-2.0](https://github.com/serilog/serilog-aspnetcore/blob/dev/LICENSE) | | [Shortcodes](https://github.com/sebastienros/shortcodes) | Shortcodes processor for .NET. | 1.3.3 | [MIT](https://github.com/sebastienros/shortcodes/blob/dev/LICENSE) | | [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis) | General purpose redis client. | 2.7.10 | [MIT](https://github.com/StackExchange/StackExchange.Redis/blob/main/LICENSE) | -| [YesSql](https://github.com/sebastienros/yessql) | .NET document database working on any RDBMS. | 4.0.0-beta-0003 | [MIT](https://github.com/sebastienros/yessql/blob/dev/LICENSE) | +| [YesSql](https://github.com/sebastienros/yessql) | .NET document database working on any RDBMS. | 4.0.0 | [MIT](https://github.com/sebastienros/yessql/blob/dev/LICENSE) | | [ZString](https://github.com/Cysharp/ZString) | Zero Allocation StringBuilder for .NET Core and Unity. | 2.5.1 | [MIT](https://github.com/Cysharp/ZString/blob/master/LICENSE) | The below table lists the different libraries used as Resources: