Skip to content

Commit

Permalink
Upgrade YesSQL 5.0 (#15957)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAlhayek committed May 3, 2024
1 parent b56ea96 commit 2954956
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/OrchardCore.Build/Dependencies.props
Expand Up @@ -72,11 +72,11 @@
<PackageManagement Include="xunit" Version="2.8.0" />
<PackageManagement Include="xunit.analyzers" Version="1.13.0" />
<PackageManagement Include="xunit.runner.visualstudio" Version="2.8.0" />
<PackageManagement Include="YesSql" Version="5.0.0-beta-0002" />
<PackageManagement Include="YesSql.Abstractions" Version="5.0.0-beta-0002" />
<PackageManagement Include="YesSql.Core" Version="5.0.0-beta-0002" />
<PackageManagement Include="YesSql.Filters.Abstractions" Version="5.0.0-beta-0002" />
<PackageManagement Include="YesSql.Filters.Query" Version="5.0.0-beta-0002" />
<PackageManagement Include="YesSql" Version="5.0.0" />
<PackageManagement Include="YesSql.Abstractions" Version="5.0.0" />
<PackageManagement Include="YesSql.Core" Version="5.0.0" />
<PackageManagement Include="YesSql.Filters.Abstractions" Version="5.0.0" />
<PackageManagement Include="YesSql.Filters.Query" Version="5.0.0" />
<PackageManagement Include="ZString" Version="2.6.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/docs/resources/libraries/README.md
Expand Up @@ -45,7 +45,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. | 8.0.1 | [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.33 | [MIT](https://github.com/StackExchange/StackExchange.Redis/blob/main/LICENSE) |
| [YesSql](https://github.com/sebastienros/yessql) | .NET document database working on any RDBMS. | 5.0.0-beta-0002 | [MIT](https://github.com/sebastienros/yessql/blob/dev/LICENSE) |
| [YesSql](https://github.com/sebastienros/yessql) | .NET document database working on any RDBMS. | 5.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.6.0 | [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 2954956

Please sign in to comment.