From 08d67e0302d1f0b9dba678a3b3b24d2171a9d52a Mon Sep 17 00:00:00 2001 From: Blaise Taylor Date: Wed, 17 Jun 2026 11:10:47 -0400 Subject: [PATCH] AB#166: Updating release notes for v8.0.2 --- CHANGELOG.md | 1 + .../LogicBuilder.EntityFrameworkCore.csproj | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e7b4a1..56b6b4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +* 2026-06-17 - AB#166: Update release notes. * 2026-06-17 - AB#166: Add tests for operator parameter classes. * 2026-06-16 - AB#166: Add remaining CosmosDB tests supported by the provider. * 2026-06-15 - AB#166: Add Contoso test entities. diff --git a/LogicBuilder.EntityFrameworkCore/LogicBuilder.EntityFrameworkCore.csproj b/LogicBuilder.EntityFrameworkCore/LogicBuilder.EntityFrameworkCore.csproj index e72911d..2df1b66 100644 --- a/LogicBuilder.EntityFrameworkCore/LogicBuilder.EntityFrameworkCore.csproj +++ b/LogicBuilder.EntityFrameworkCore/LogicBuilder.EntityFrameworkCore.csproj @@ -14,7 +14,7 @@ true Given an EF Core DBContext, LogicBuilder.EntityFrameworkCore uses AutoMapper configurations to support CRUD operations using the DTO objects. false - First release. + Adding reusable mapping profiles for UI parameter classes. crud operations efcore Copyright © BPS 2017 https://github.com/BpsLogicBuilder/LogicBuilder.EntityFrameworkCore