From 9d0149e89d60a43a6f14134f2050ec92d582b519 Mon Sep 17 00:00:00 2001 From: jellyfin-bot <45807407+jellyfin-bot@users.noreply.github.com> Date: Sun, 3 Nov 2024 10:10:38 -0500 Subject: [PATCH] Prepare for release v18 (#197) --- Directory.Build.props | 6 +++--- build.yaml | 7 ++++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 8c77aad..57e87c0 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 17.0.0.0 - 17.0.0.0 - 17.0.0.0 + 18.0.0.0 + 18.0.0.0 + 18.0.0.0 diff --git a/build.yaml b/build.yaml index b4b29a4..23c7b78 100644 --- a/build.yaml +++ b/build.yaml @@ -1,7 +1,7 @@ name: "TheTVDB" guid: "a677c0da-fac5-4cde-941a-7134223f14c8" imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-tvdb.png" -version: 17 +version: 18 targetAbi: "10.10.0.0" framework: "net8.0" owner: "jellyfin" @@ -15,5 +15,6 @@ artifacts: - "Tvdb.Sdk.dll" changelog: |2- ### Bug Fixes ### - - Fix update task (#193) @scampower3 - - Moves includeOriginalCountryInTags to the correct setting group. (#191) @scampower3 + - Increase robustness of retrieving tmdb id (again) (#194) @scampower3 + - Fix orphaned episodes deletion (#195) @scampower3 + - Queue refresh after adding child (#196) @scampower3