From 5ae27d8c0a0d74abb7f05b414524a4e71554645b Mon Sep 17 00:00:00 2001 From: Yordis Prieto Date: Sat, 27 Jun 2026 16:36:49 -0400 Subject: [PATCH 1/2] chore(plugins): align package identity Signed-off-by: Yordis Prieto --- .github/workflows/release.yml | 2 +- src/EventStore.Plugins/EventStore.Plugins.csproj | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 63b0d02..50cb210 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: - name: Build, Pack and Publish run: | dotnet pack /p:Version=${{ steps.get_version.outputs.version }} -o artefacts -c Release src/EventStore.Plugins/EventStore.Plugins.csproj - dotnet nuget push artefacts/EventStore.Plugins.${{ steps.get_version.outputs.version }}.nupkg --api-key "${{ secrets.GITHUB_TOKEN }}" --source "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json" + dotnet nuget push artefacts/TrogonEventStore.Plugins.${{ steps.get_version.outputs.version }}.nupkg --api-key "${{ secrets.GITHUB_TOKEN }}" --source "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json" - name: Create Release id: create_release uses: actions/create-release@v1 diff --git a/src/EventStore.Plugins/EventStore.Plugins.csproj b/src/EventStore.Plugins/EventStore.Plugins.csproj index e93e343..f432a34 100644 --- a/src/EventStore.Plugins/EventStore.Plugins.csproj +++ b/src/EventStore.Plugins/EventStore.Plugins.csproj @@ -10,16 +10,16 @@ - EventStore.Plugins - Event Store Ltd + TrogonEventStore.Plugins + TrogonStack LICENSE.md - https://eventstore.com + https://github.com/TrogonStack/TrogonEventStore.Plugins ouro.png false - The interfaces required to create plugins for Event Store. Get the open source or commercial versions of Event Store server from https://eventstore.com/ - https://eventstore.com/blog/release-notes/ - Copyright 2012-2024 Event Store Ltd - eventstore plugins + The interfaces required to create plugins for TrogonEventStore. + https://github.com/TrogonStack/TrogonEventStore.Plugins/releases + Copyright TrogonStack contributors + trogoneventstore eventstore plugins From 3d9571efd88c2280f8ef17dd2767ff41eea8e931 Mon Sep 17 00:00:00 2001 From: Yordis Prieto Date: Sat, 27 Jun 2026 16:58:03 -0400 Subject: [PATCH 2/2] chore(plugins): use legal package publisher Signed-off-by: Yordis Prieto --- src/EventStore.Plugins/EventStore.Plugins.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/EventStore.Plugins/EventStore.Plugins.csproj b/src/EventStore.Plugins/EventStore.Plugins.csproj index f432a34..d550031 100644 --- a/src/EventStore.Plugins/EventStore.Plugins.csproj +++ b/src/EventStore.Plugins/EventStore.Plugins.csproj @@ -11,14 +11,14 @@ TrogonEventStore.Plugins - TrogonStack + Straw Hat, LLC LICENSE.md https://github.com/TrogonStack/TrogonEventStore.Plugins ouro.png false The interfaces required to create plugins for TrogonEventStore. https://github.com/TrogonStack/TrogonEventStore.Plugins/releases - Copyright TrogonStack contributors + Copyright Straw Hat, LLC trogoneventstore eventstore plugins