Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade YesSQL 5.0 #15957

Merged
merged 1 commit into from
May 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/OrchardCore.Build/Dependencies.props
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Loading