Skip to content
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
1 change: 1 addition & 0 deletions src/EFCore.Ydb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- Upgraded ADO.NET provider version: `0.17.0` → `0.24.0`.
- Fixed Decimal precision/scale mapping in EF provider.
- Supported Guid (Uuid YDB type).
- PrivateAssets="none" is set to flow the EF Core analyzer to users referencing this package [issue](https://github.com/aspnet/EntityFrameworkCore/pull/11350).
Expand Down
2 changes: 1 addition & 1 deletion src/EFCore.Ydb/src/EntityFrameworkCore.Ydb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Ydb.Sdk" Version="0.17.0"/>
<PackageReference Include="Ydb.Sdk" Version="0.24.0"/>
</ItemGroup>

<ItemGroup>
Expand Down
Loading