Skip to content

Commit

Permalink
Upgrade to Fluid 2.2.10(#10971)
Browse files Browse the repository at this point in the history
Co-authored-by: Sébastien Ros <[email protected]>
  • Loading branch information
hishamco and sebastienros authored Jan 7, 2022
1 parent acce79a commit 4a3902f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions src/OrchardCore.Build/Dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageManagement Include="BenchmarkDotNet" Version="0.13.1" />
<PackageManagement Include="Castle.Core" Version="4.4.1" />
<PackageManagement Include="Irony.Core" Version="1.0.7" />
<PackageManagement Include="Fluid.Core" Version="2.2.8" />
<PackageManagement Include="Fluid.Core" Version="2.2.12" />
<PackageManagement Include="GraphQL" Version="2.4.0" />
<PackageManagement Include="Jint" Version="3.0.0-beta-2037" />
<PackageManagement Include="HtmlSanitizer" Version="7.0.473" />
Expand All @@ -41,17 +41,17 @@
<PackageManagement Include="OpenIddict.Core" Version="3.1.1" />
<PackageManagement Include="OrchardCore.Translations.All" Version="1.2.0" />
<PackageManagement Include="Serilog.AspNetCore" Version="4.1.0" />
<PackageManagement Include="Shortcodes" Version="1.3.0" />
<PackageManagement Include="Shortcodes" Version="1.3.2" />
<PackageManagement Include="SixLabors.ImageSharp.Web" Version="1.0.4" />
<PackageManagement Include="System.Linq.Async" Version="5.1.0" />
<PackageManagement Include="xunit.analyzers" Version="0.10.0" />
<PackageManagement Include="xunit" Version="2.4.1" />
<PackageManagement Include="xunit.runner.visualstudio" Version="2.4.3" />
<PackageManagement Include="YesSql" Version="3.0.10" />
<PackageManagement Include="YesSql.Core" Version="3.0.10" />
<PackageManagement Include="YesSql.Abstractions" Version="3.0.10" />
<PackageManagement Include="YesSql.Filters.Abstractions" Version="3.0.10" />
<PackageManagement Include="YesSql.Filters.Query" Version="3.0.10" />
<PackageManagement Include="YesSql" Version="3.0.11" />
<PackageManagement Include="YesSql.Core" Version="3.0.11" />
<PackageManagement Include="YesSql.Abstractions" Version="3.0.11" />
<PackageManagement Include="YesSql.Filters.Abstractions" Version="3.0.11" />
<PackageManagement Include="YesSql.Filters.Query" Version="3.0.11" />
<PackageManagement Include="ZString" Version="2.4.4" />
</ItemGroup>

Expand Down
6 changes: 3 additions & 3 deletions src/docs/resources/libraries/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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. | 7.0.473 | [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) |
Expand All @@ -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.0 | [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.4 | [MIT](https://github.com/Cysharp/ZString/blob/master/LICENSE) |

The below table lists the different libraries used as Resources:
Expand Down

0 comments on commit 4a3902f

Please sign in to comment.