From c80e5921e455e298e18b221cbe58fa3ffa56e1d1 Mon Sep 17 00:00:00 2001 From: Isaiah Clifford Opoku Date: Thu, 9 Apr 2026 18:16:27 +0000 Subject: [PATCH 1/2] chore: update publish workflow and project file for symbol publishing --- .github/workflows/publish.yml | 9 --------- src/EfCoreKit/EfCoreKit.csproj | 7 +++---- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f384017..a0ef882 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -52,13 +52,6 @@ jobs: --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate - - name: Publish symbols to NuGet.org - run: > - dotnet nuget push ./artifacts/*.snupkg - --source https://api.nuget.org/v3/index.json - --api-key ${{ secrets.NUGET_API_KEY }} - --skip-duplicate - - name: Publish to GitHub Packages run: > dotnet nuget push ./artifacts/*.nupkg @@ -117,7 +110,6 @@ jobs: - Soft delete with global query filters - Audit trail (CreatedAt, UpdatedAt, CreatedBy, UpdatedBy) - - Multi-tenancy support - Repository + Unit of Work pattern - Specification pattern - Offset & keyset pagination @@ -125,7 +117,6 @@ jobs: - Structured exceptions files: | ./artifacts/*.nupkg - ./artifacts/*.snupkg draft: false prerelease: false env: diff --git a/src/EfCoreKit/EfCoreKit.csproj b/src/EfCoreKit/EfCoreKit.csproj index deda962..1416f60 100644 --- a/src/EfCoreKit/EfCoreKit.csproj +++ b/src/EfCoreKit/EfCoreKit.csproj @@ -12,10 +12,9 @@ efcore;entity-framework-core;entityframeworkcore;soft-delete;softdelete;audit-trail;audit;repository-pattern;repository;unit-of-work;specification-pattern;specification;pagination;keyset-pagination;cursor-pagination;dynamic-filters;query-helpers;data-access;orm-extensions;dotnet;csharp;boilerplate README.nuget.md true - portable - true - true - snupkg + embedded + true + true From 1df0bf3e16f40d464af446dc99e99e418a90325c Mon Sep 17 00:00:00 2001 From: Isaiah Clifford Opoku Date: Thu, 9 Apr 2026 18:19:44 +0000 Subject: [PATCH 2/2] chore: update package tags and debugging settings in project files --- Directory.Build.props | 8 +++----- src/EfCoreKit/EfCoreKit.csproj | 3 --- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index f7f9c37..7442095 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -17,7 +17,7 @@ EfCoreKit Copyright © Isaiah Clifford Opoku 2026 MIT - efcore;entityframework;soft-delete;audit;pagination;multi-tenancy;repository;specification;unit-of-work + efcore;entity-framework-core;soft-delete;audit-trail;pagination;repository-pattern;specification-pattern;unit-of-work;dynamic-filters;orm-extensions;dotnet;csharp https://github.com/Clifftech123/EfCoreKit https://github.com/Clifftech123/EfCoreKit git @@ -25,11 +25,9 @@ - true - snupkg - true - true embedded + true + true diff --git a/src/EfCoreKit/EfCoreKit.csproj b/src/EfCoreKit/EfCoreKit.csproj index 1416f60..4edabce 100644 --- a/src/EfCoreKit/EfCoreKit.csproj +++ b/src/EfCoreKit/EfCoreKit.csproj @@ -12,9 +12,6 @@ efcore;entity-framework-core;entityframeworkcore;soft-delete;softdelete;audit-trail;audit;repository-pattern;repository;unit-of-work;specification-pattern;specification;pagination;keyset-pagination;cursor-pagination;dynamic-filters;query-helpers;data-access;orm-extensions;dotnet;csharp;boilerplate README.nuget.md true - embedded - true - true