From e0fb9d6d3ab192d0191724fcba24efab4fb07554 Mon Sep 17 00:00:00 2001 From: Hisham Bin Ateya Date: Thu, 6 Jan 2022 16:47:54 +0300 Subject: [PATCH 01/10] Upgrade to Fluid 2.2.9 --- src/OrchardCore.Build/Dependencies.props | 2 +- src/docs/resources/libraries/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/OrchardCore.Build/Dependencies.props b/src/OrchardCore.Build/Dependencies.props index ebbc5545cfc..77a11e4efae 100644 --- a/src/OrchardCore.Build/Dependencies.props +++ b/src/OrchardCore.Build/Dependencies.props @@ -16,7 +16,7 @@ - + diff --git a/src/docs/resources/libraries/README.md b/src/docs/resources/libraries/README.md index 3ca89af847c..22c6135c8cf 100644 --- a/src/docs/resources/libraries/README.md +++ b/src/docs/resources/libraries/README.md @@ -10,7 +10,7 @@ The below table lists the different .NET libraries used in Orchard Core: | [Azure Storage Blobs](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.Blobs/README.md) | Azure Storage Blobs client library for .NET. | 12.10.0 |[MIT](https://github.com/Azure/azure-sdk-for-net/blob/master/LICENSE.txt) | | [Azure Storage Blobs for DataProtection](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Extensions.AspNetCore.DataProtection.Blobs_1.2.1/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Blobs/README.md) | Allows storing ASP.NET Core DataProtection keys in Azure Blob Storage. | 1.2.1 |[MIT](https://github.com/Azure/azure-sdk-for-net/blob/master/LICENSE.txt) | | [Castle.Core](https://github.com/castleproject/Core) | Castle DynamicProxy. | 4.4.1 |[Apache-2.0](https://github.com/castleproject/Core/blob/master/LICENSE) | -| [Fluid.Core](https://github.com/sebastienros/fluid) | .NET Liquid template engine. | 2.2.8 | [MIT](https://github.com/sebastienros/fluid/blob/dev/LICENSE) | +| [Fluid.Core](https://github.com/sebastienros/fluid) | .NET Liquid template engine. | 2.2.9 | [MIT](https://github.com/sebastienros/fluid/blob/dev/LICENSE) | | [GraphQL](https://github.com/graphql/graphiql) | GraphiQL & GraphQL. | 2.4.0 | [MIT](https://github.com/graphql/graphiql/blob/main/LICENSE) | | [HtmlSanitizer](https://github.com/mganss/HtmlSanitizer) | Cleans HTML to avoid XSS attacks. | 6.0.453 | [MIT](https://github.com/mganss/HtmlSanitizer/blob/master/LICENSE.md) | | [Image Sharp](https://github.com/SixLabors/ImageSharp.Web) | Middleware for ASP.NET-Core for image manipulation. | 1.0.4 |[Apache-2.0](https://github.com/SixLabors/ImageSharp.Web/blob/master/LICENSE) | From 17c3588ee43b28166645eab476f31d05b1f6b716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Ros?= Date: Thu, 6 Jan 2022 16:11:30 -0800 Subject: [PATCH 02/10] Update Dependencies.props --- src/OrchardCore.Build/Dependencies.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OrchardCore.Build/Dependencies.props b/src/OrchardCore.Build/Dependencies.props index 77a11e4efae..b76b442308d 100644 --- a/src/OrchardCore.Build/Dependencies.props +++ b/src/OrchardCore.Build/Dependencies.props @@ -16,7 +16,7 @@ - + From f8e312aca8a1e85cd838a0d4c1e743a8fd4a9d54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Ros?= Date: Thu, 6 Jan 2022 16:13:32 -0800 Subject: [PATCH 03/10] Update README.md --- src/docs/resources/libraries/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/resources/libraries/README.md b/src/docs/resources/libraries/README.md index 22c6135c8cf..e8a3d445d81 100644 --- a/src/docs/resources/libraries/README.md +++ b/src/docs/resources/libraries/README.md @@ -10,7 +10,7 @@ The below table lists the different .NET libraries used in Orchard Core: | [Azure Storage Blobs](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.Blobs/README.md) | Azure Storage Blobs client library for .NET. | 12.10.0 |[MIT](https://github.com/Azure/azure-sdk-for-net/blob/master/LICENSE.txt) | | [Azure Storage Blobs for DataProtection](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Extensions.AspNetCore.DataProtection.Blobs_1.2.1/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Blobs/README.md) | Allows storing ASP.NET Core DataProtection keys in Azure Blob Storage. | 1.2.1 |[MIT](https://github.com/Azure/azure-sdk-for-net/blob/master/LICENSE.txt) | | [Castle.Core](https://github.com/castleproject/Core) | Castle DynamicProxy. | 4.4.1 |[Apache-2.0](https://github.com/castleproject/Core/blob/master/LICENSE) | -| [Fluid.Core](https://github.com/sebastienros/fluid) | .NET Liquid template engine. | 2.2.9 | [MIT](https://github.com/sebastienros/fluid/blob/dev/LICENSE) | +| [Fluid.Core](https://github.com/sebastienros/fluid) | .NET Liquid template engine. | 2.2.10 | [MIT](https://github.com/sebastienros/fluid/blob/dev/LICENSE) | | [GraphQL](https://github.com/graphql/graphiql) | GraphiQL & GraphQL. | 2.4.0 | [MIT](https://github.com/graphql/graphiql/blob/main/LICENSE) | | [HtmlSanitizer](https://github.com/mganss/HtmlSanitizer) | Cleans HTML to avoid XSS attacks. | 6.0.453 | [MIT](https://github.com/mganss/HtmlSanitizer/blob/master/LICENSE.md) | | [Image Sharp](https://github.com/SixLabors/ImageSharp.Web) | Middleware for ASP.NET-Core for image manipulation. | 1.0.4 |[Apache-2.0](https://github.com/SixLabors/ImageSharp.Web/blob/master/LICENSE) | From ca391356cb3ac80a942764a4ad4aeea5a86033a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Ros?= Date: Fri, 7 Jan 2022 11:46:55 -0800 Subject: [PATCH 04/10] Update Dependencies.props --- src/OrchardCore.Build/Dependencies.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OrchardCore.Build/Dependencies.props b/src/OrchardCore.Build/Dependencies.props index b76b442308d..9fc2f40a8cd 100644 --- a/src/OrchardCore.Build/Dependencies.props +++ b/src/OrchardCore.Build/Dependencies.props @@ -16,7 +16,7 @@ - + From c77b3defa8be1815212ec6ac2000f4c9db4c1eb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Ros?= Date: Fri, 7 Jan 2022 11:47:13 -0800 Subject: [PATCH 05/10] Update README.md --- src/docs/resources/libraries/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/resources/libraries/README.md b/src/docs/resources/libraries/README.md index e8a3d445d81..160092a7449 100644 --- a/src/docs/resources/libraries/README.md +++ b/src/docs/resources/libraries/README.md @@ -10,7 +10,7 @@ The below table lists the different .NET libraries used in Orchard Core: | [Azure Storage Blobs](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.Blobs/README.md) | Azure Storage Blobs client library for .NET. | 12.10.0 |[MIT](https://github.com/Azure/azure-sdk-for-net/blob/master/LICENSE.txt) | | [Azure Storage Blobs for DataProtection](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Extensions.AspNetCore.DataProtection.Blobs_1.2.1/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Blobs/README.md) | Allows storing ASP.NET Core DataProtection keys in Azure Blob Storage. | 1.2.1 |[MIT](https://github.com/Azure/azure-sdk-for-net/blob/master/LICENSE.txt) | | [Castle.Core](https://github.com/castleproject/Core) | Castle DynamicProxy. | 4.4.1 |[Apache-2.0](https://github.com/castleproject/Core/blob/master/LICENSE) | -| [Fluid.Core](https://github.com/sebastienros/fluid) | .NET Liquid template engine. | 2.2.10 | [MIT](https://github.com/sebastienros/fluid/blob/dev/LICENSE) | +| [Fluid.Core](https://github.com/sebastienros/fluid) | .NET Liquid template engine. | 2.2.11 | [MIT](https://github.com/sebastienros/fluid/blob/dev/LICENSE) | | [GraphQL](https://github.com/graphql/graphiql) | GraphiQL & GraphQL. | 2.4.0 | [MIT](https://github.com/graphql/graphiql/blob/main/LICENSE) | | [HtmlSanitizer](https://github.com/mganss/HtmlSanitizer) | Cleans HTML to avoid XSS attacks. | 6.0.453 | [MIT](https://github.com/mganss/HtmlSanitizer/blob/master/LICENSE.md) | | [Image Sharp](https://github.com/SixLabors/ImageSharp.Web) | Middleware for ASP.NET-Core for image manipulation. | 1.0.4 |[Apache-2.0](https://github.com/SixLabors/ImageSharp.Web/blob/master/LICENSE) | From 3a25881395adfb50cd1b00876bd2a53c87abcacf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Ros?= Date: Fri, 7 Jan 2022 12:07:17 -0800 Subject: [PATCH 06/10] Update Dependencies.props --- src/OrchardCore.Build/Dependencies.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OrchardCore.Build/Dependencies.props b/src/OrchardCore.Build/Dependencies.props index 9fc2f40a8cd..d3ada0264c3 100644 --- a/src/OrchardCore.Build/Dependencies.props +++ b/src/OrchardCore.Build/Dependencies.props @@ -41,7 +41,7 @@ - + From a21cff9b6eb27c80509bfda6f8400ba07d10738a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Ros?= Date: Fri, 7 Jan 2022 12:07:34 -0800 Subject: [PATCH 07/10] Update README.md --- src/docs/resources/libraries/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/resources/libraries/README.md b/src/docs/resources/libraries/README.md index 160092a7449..e24456e4b94 100644 --- a/src/docs/resources/libraries/README.md +++ b/src/docs/resources/libraries/README.md @@ -31,7 +31,7 @@ The below table lists the different .NET libraries used in Orchard Core: | [Noda Time](https://github.com/nodatime/nodatime) | A better date and time API for .NET. | 3.0.9 | [Apache-2.0](https://github.com/nodatime/nodatime/blob/master/LICENSE.txt) | | [OpenIddict](https://github.com/openiddict/openiddict-core) | Versatile OpenID Connect stack for ASP.NET Core. | 3.1.1 | [Apache-2.0](https://github.com/openiddict/openiddict-core/blob/dev/LICENSE.md)) | | [Serilog.AspNetCore](https://github.com/serilog/serilog-aspnetcore) | Serilog integration for ASP.NET Core. | 4.1.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.0 | [MIT](https://github.com/sebastienros/shortcodes/blob/dev/LICENSE) | +| [Shortcodes](https://github.com/sebastienros/shortcodes) | Shortcodes processor for .NET. | 1.3.1 | [MIT](https://github.com/sebastienros/shortcodes/blob/dev/LICENSE) | | [YesSql](https://github.com/sebastienros/yessql) | .NET document database working on any RDBMS. | 3.0.10 | [MIT](https://github.com/sebastienros/yessql/blob/dev/LICENSE) | | [ZString](https://github.com/Cysharp/ZString) | Zero Allocation StringBuilder for .NET Core and Unity. | 2.4.3 | [MIT](https://github.com/Cysharp/ZString/blob/master/LICENSE) | From e58870dce4e7aa348d7b9e2b659fa18fa098c728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Ros?= Date: Fri, 7 Jan 2022 14:30:23 -0800 Subject: [PATCH 08/10] Update Dependencies.props --- src/OrchardCore.Build/Dependencies.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/OrchardCore.Build/Dependencies.props b/src/OrchardCore.Build/Dependencies.props index d3ada0264c3..81ba50ea052 100644 --- a/src/OrchardCore.Build/Dependencies.props +++ b/src/OrchardCore.Build/Dependencies.props @@ -16,7 +16,7 @@ - + @@ -41,7 +41,7 @@ - + From ab716d85b5b9e4bc9e3b24064c3c9ec1b49caba7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Ros?= Date: Fri, 7 Jan 2022 14:41:04 -0800 Subject: [PATCH 09/10] Update Dependencies.props [ci-skip] --- src/OrchardCore.Build/Dependencies.props | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/OrchardCore.Build/Dependencies.props b/src/OrchardCore.Build/Dependencies.props index 81ba50ea052..ea24f0e7e04 100644 --- a/src/OrchardCore.Build/Dependencies.props +++ b/src/OrchardCore.Build/Dependencies.props @@ -47,11 +47,11 @@ - - - - - + + + + + From 027328367008764c1fcc3f41957aee07c90a08f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Ros?= Date: Fri, 7 Jan 2022 14:41:27 -0800 Subject: [PATCH 10/10] Update README.md [ci-skip] --- src/docs/resources/libraries/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/docs/resources/libraries/README.md b/src/docs/resources/libraries/README.md index e24456e4b94..5caf33f4b9a 100644 --- a/src/docs/resources/libraries/README.md +++ b/src/docs/resources/libraries/README.md @@ -10,7 +10,7 @@ The below table lists the different .NET libraries used in Orchard Core: | [Azure Storage Blobs](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.Blobs/README.md) | Azure Storage Blobs client library for .NET. | 12.10.0 |[MIT](https://github.com/Azure/azure-sdk-for-net/blob/master/LICENSE.txt) | | [Azure Storage Blobs for DataProtection](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Extensions.AspNetCore.DataProtection.Blobs_1.2.1/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Blobs/README.md) | Allows storing ASP.NET Core DataProtection keys in Azure Blob Storage. | 1.2.1 |[MIT](https://github.com/Azure/azure-sdk-for-net/blob/master/LICENSE.txt) | | [Castle.Core](https://github.com/castleproject/Core) | Castle DynamicProxy. | 4.4.1 |[Apache-2.0](https://github.com/castleproject/Core/blob/master/LICENSE) | -| [Fluid.Core](https://github.com/sebastienros/fluid) | .NET Liquid template engine. | 2.2.11 | [MIT](https://github.com/sebastienros/fluid/blob/dev/LICENSE) | +| [Fluid.Core](https://github.com/sebastienros/fluid) | .NET Liquid template engine. | 2.2.12 | [MIT](https://github.com/sebastienros/fluid/blob/dev/LICENSE) | | [GraphQL](https://github.com/graphql/graphiql) | GraphiQL & GraphQL. | 2.4.0 | [MIT](https://github.com/graphql/graphiql/blob/main/LICENSE) | | [HtmlSanitizer](https://github.com/mganss/HtmlSanitizer) | Cleans HTML to avoid XSS attacks. | 6.0.453 | [MIT](https://github.com/mganss/HtmlSanitizer/blob/master/LICENSE.md) | | [Image Sharp](https://github.com/SixLabors/ImageSharp.Web) | Middleware for ASP.NET-Core for image manipulation. | 1.0.4 |[Apache-2.0](https://github.com/SixLabors/ImageSharp.Web/blob/master/LICENSE) | @@ -31,8 +31,8 @@ The below table lists the different .NET libraries used in Orchard Core: | [Noda Time](https://github.com/nodatime/nodatime) | A better date and time API for .NET. | 3.0.9 | [Apache-2.0](https://github.com/nodatime/nodatime/blob/master/LICENSE.txt) | | [OpenIddict](https://github.com/openiddict/openiddict-core) | Versatile OpenID Connect stack for ASP.NET Core. | 3.1.1 | [Apache-2.0](https://github.com/openiddict/openiddict-core/blob/dev/LICENSE.md)) | | [Serilog.AspNetCore](https://github.com/serilog/serilog-aspnetcore) | Serilog integration for ASP.NET Core. | 4.1.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.1 | [MIT](https://github.com/sebastienros/shortcodes/blob/dev/LICENSE) | -| [YesSql](https://github.com/sebastienros/yessql) | .NET document database working on any RDBMS. | 3.0.10 | [MIT](https://github.com/sebastienros/yessql/blob/dev/LICENSE) | +| [Shortcodes](https://github.com/sebastienros/shortcodes) | Shortcodes processor for .NET. | 1.3.2 | [MIT](https://github.com/sebastienros/shortcodes/blob/dev/LICENSE) | +| [YesSql](https://github.com/sebastienros/yessql) | .NET document database working on any RDBMS. | 3.0.11 | [MIT](https://github.com/sebastienros/yessql/blob/dev/LICENSE) | | [ZString](https://github.com/Cysharp/ZString) | Zero Allocation StringBuilder for .NET Core and Unity. | 2.4.3 | [MIT](https://github.com/Cysharp/ZString/blob/master/LICENSE) | The below table lists the different libraries used as Resources: