Skip to content

Commit fd8a26a

Browse files
Upgraded ADO.NET provider version: 0.17.00.24.0 (#542)
1 parent 5ec3bc1 commit fd8a26a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/EFCore.Ydb/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- Upgraded ADO.NET provider version: `0.17.0``0.24.0`.
12
- Fixed Decimal precision/scale mapping in EF provider.
23
- Supported Guid (Uuid YDB type).
34
- PrivateAssets="none" is set to flow the EF Core analyzer to users referencing this package [issue](https://github.com/aspnet/EntityFrameworkCore/pull/11350).

src/EFCore.Ydb/src/EntityFrameworkCore.Ydb.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</ItemGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="Ydb.Sdk" Version="0.17.0"/>
17+
<PackageReference Include="Ydb.Sdk" Version="0.24.0"/>
1818
</ItemGroup>
1919

2020
<ItemGroup>

0 commit comments

Comments
 (0)