diff --git a/CSM Database Core/CHANGELOG.md b/CSM Database Core/CHANGELOG.md index c93c130..eee38cb 100644 --- a/CSM Database Core/CHANGELOG.md +++ b/CSM Database Core/CHANGELOG.md @@ -14,6 +14,20 @@ | Microsoft.EntityFrameworkCore | 10.0.8 | 10.0.9 | | Microsoft.EntityFrameworkCore.SqlServer | 10.0.8 | 10.0.9 | +## [6.0.5] - 18.06-2026 + +### Fixes + +- Fixed [DepotBase] [Update] method issue for a safe entity relation update just when the Ids are different. + +#### Dependencies + +| Package | Previous Version | New Version | +|:----------------------------------------|:----------------:|:---------------:| +| CSM.Foundation.Core | 4.0.0 | 4.0.0 | +| Microsoft.EntityFrameworkCore | 10.0.8 | 10.0.9 | +| Microsoft.EntityFrameworkCore.SqlServer | 10.0.8 | 10.0.9 | + ## [6.0.4] - 18.06-2026 ### Fixes diff --git a/CSM Database Core/CSM Database Core.csproj b/CSM Database Core/CSM Database Core.csproj index 6f1b60b..8bff6b0 100644 --- a/CSM Database Core/CSM Database Core.csproj +++ b/CSM Database Core/CSM Database Core.csproj @@ -4,7 +4,7 @@ net10.0 CSM_Database_Core CSM.Database.Core - 6.0.5 + 6.0.6 Renato Urrea Cosmos (CSM) https://github.com/Cosmos-CSM/csm_database diff --git a/CSM Database Core/Depots/Abstractions/Bases/DepotBase.cs b/CSM Database Core/Depots/Abstractions/Bases/DepotBase.cs index d409c33..660b1f9 100644 --- a/CSM Database Core/Depots/Abstractions/Bases/DepotBase.cs +++ b/CSM Database Core/Depots/Abstractions/Bases/DepotBase.cs @@ -381,12 +381,19 @@ public async Task> Update(QueryInput