Skip to content

Commit 37bbedd

Browse files
dev: release EF (#427)
1 parent 25b0b1b commit 37bbedd

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/publish-ef.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: publish
1+
name: publish EF
22
on:
33
workflow_dispatch:
44
inputs:

src/EFCore.Ydb/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
- Supported connect to Yandex Cloud
1+
- Supported migration tools: initial implementation of EF Core migration tool support.
2+
- Enabled `EntityFrameworkCore.FunctionalTests` for unit and functional testing coverage.
3+
- Supported connections to Yandex Cloud (YDB Cloud) using standard configuration options.
4+
- First provider implementation for YDB: basic CRUD, DbContext mapping, and initial LINQ translation functionality.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.0"/>
1212
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.0"/>
1313
</ItemGroup>
14-
14+
1515
<ItemGroup>
16-
<ProjectReference Include="../../Ydb.Sdk/src/Ydb.Sdk.csproj"/>
16+
<PackageReference Include="Ydb.Sdk" Version="0.17.0"/>
1717
</ItemGroup>
1818

1919
<ItemGroup>

0 commit comments

Comments
 (0)