Skip to content

Commit 8e8546b

Browse files
chore(main): release Google.Cloud.EntityFrameworkCore.Spanner 3.5.0
1 parent 70065e4 commit 8e8546b

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.4.1"
2+
".": "3.5.0"
33
}

Google.Cloud.EntityFrameworkCore.Spanner/Google.Cloud.EntityFrameworkCore.Spanner.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<RepositoryType>git</RepositoryType>
1515
<PackageTags>spanner;entity framework;Google;Cloud;efcore</PackageTags>
1616
<PackageIcon>NuGetIcon.png</PackageIcon>
17-
<Version>3.4.1</Version>
18-
<PackageVersion>3.4.1</PackageVersion>
17+
<Version>3.5.0</Version>
18+
<PackageVersion>3.5.0</PackageVersion>
1919
</PropertyGroup>
2020

2121
<ItemGroup>

docs/history.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [3.5.0](https://github.com/googleapis/dotnet-spanner-entity-framework/compare/Google.Cloud.EntityFrameworkCore.Spanner-3.4.1...Google.Cloud.EntityFrameworkCore.Spanner-3.5.0) (2025-07-31)
4+
5+
6+
### Features
7+
8+
* support structural json mapping ([#584](https://github.com/googleapis/dotnet-spanner-entity-framework/issues/584)) ([70065e4](https://github.com/googleapis/dotnet-spanner-entity-framework/commit/70065e426aa0ab45a6e8b929e3915a5bb2e96019)), closes [#581](https://github.com/googleapis/dotnet-spanner-entity-framework/issues/581)
9+
10+
11+
### Bug Fixes
12+
13+
* add ON DELETE CASCADE for foreign keys ([#585](https://github.com/googleapis/dotnet-spanner-entity-framework/issues/585)) ([e112d82](https://github.com/googleapis/dotnet-spanner-entity-framework/commit/e112d82d29602c9badf025f04ae03d5effc94828)), closes [#583](https://github.com/googleapis/dotnet-spanner-entity-framework/issues/583)
14+
315
## [3.4.1](https://github.com/googleapis/dotnet-spanner-entity-framework/compare/Google.Cloud.EntityFrameworkCore.Spanner-3.4.0...Google.Cloud.EntityFrameworkCore.Spanner-3.4.1) (2025-06-17)
416

517

0 commit comments

Comments
 (0)