Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<Description>Given an EF Core DBContext, LogicBuilder.EntityFrameworkCore uses AutoMapper configurations to support CRUD operations using the DTO objects.</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>First release.</PackageReleaseNotes>
<PackageReleaseNotes>Adding reusable mapping profiles for UI parameter classes.</PackageReleaseNotes>
<PackageTags>crud operations efcore</PackageTags>
<Copyright>Copyright © BPS 2017</Copyright>
<RepositoryUrl>https://github.com/BpsLogicBuilder/LogicBuilder.EntityFrameworkCore</RepositoryUrl>
Expand Down
Loading