From 2b854fb365436a4e66416916f054daad82e2fc76 Mon Sep 17 00:00:00 2001 From: Cody Robibero Date: Sun, 27 Apr 2025 18:02:42 -0600 Subject: [PATCH 1/2] Add new nuget packages to abi diff --- .github/workflows/ci-compat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-compat.yml b/.github/workflows/ci-compat.yml index b3be082e0d..7dfcd94773 100644 --- a/.github/workflows/ci-compat.yml +++ b/.github/workflows/ci-compat.yml @@ -105,7 +105,7 @@ jobs: run: | { echo 'body< Date: Sun, 27 Apr 2025 18:11:22 -0600 Subject: [PATCH 2/2] Add required nuget properties --- .../Jellyfin.Database.Implementations.csproj | 13 +++++++++++++ .../Jellyfin.MediaEncoding.Keyframes.csproj | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/src/Jellyfin.Database/Jellyfin.Database.Implementations/Jellyfin.Database.Implementations.csproj b/src/Jellyfin.Database/Jellyfin.Database.Implementations/Jellyfin.Database.Implementations.csproj index 3b619cce61..356f96fc90 100644 --- a/src/Jellyfin.Database/Jellyfin.Database.Implementations/Jellyfin.Database.Implementations.csproj +++ b/src/Jellyfin.Database/Jellyfin.Database.Implementations/Jellyfin.Database.Implementations.csproj @@ -10,6 +10,19 @@ + + Jellyfin Contributors + Jellyfin.Database.Implementations + 10.11.0 + https://github.com/jellyfin/jellyfin + GPL-3.0-only + + + + + $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb + + diff --git a/src/Jellyfin.MediaEncoding.Keyframes/Jellyfin.MediaEncoding.Keyframes.csproj b/src/Jellyfin.MediaEncoding.Keyframes/Jellyfin.MediaEncoding.Keyframes.csproj index c826d3d9cc..cc8d942ebb 100644 --- a/src/Jellyfin.MediaEncoding.Keyframes/Jellyfin.MediaEncoding.Keyframes.csproj +++ b/src/Jellyfin.MediaEncoding.Keyframes/Jellyfin.MediaEncoding.Keyframes.csproj @@ -5,6 +5,19 @@ true + + Jellyfin Contributors + Jellyfin.MediaEncoding.Keyframes + 10.11.0 + https://github.com/jellyfin/jellyfin + GPL-3.0-only + + + + + $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb + +