Skip to content

Commit

Permalink
ZString 2.4.4 (#10961)
Browse files Browse the repository at this point in the history
  • Loading branch information
agriffard committed Jan 5, 2022
1 parent 678770e commit 2855f6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/OrchardCore.Build/Dependencies.props
Expand Up @@ -52,7 +52,7 @@
<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="ZString" Version="2.4.3" />
<PackageManagement Include="ZString" Version="2.4.4" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/docs/resources/libraries/README.md
Expand Up @@ -33,7 +33,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. | 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) |
| [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) |
| [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 2855f6a

Please sign in to comment.