From bdaf3dc9077a8d1b4da36ee41d3f4369ada9cd82 Mon Sep 17 00:00:00 2001 From: jellyfin-bot Date: Sat, 14 Dec 2024 22:02:22 +0000 Subject: [PATCH] Bump version to 19 --- Directory.Build.props | 6 +++--- build.yaml | 10 ++++------ 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 57e87c0..1705847 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 18.0.0.0 - 18.0.0.0 - 18.0.0.0 + 19.0.0.0 + 19.0.0.0 + 19.0.0.0 diff --git a/build.yaml b/build.yaml index 23c7b78..3347afc 100644 --- a/build.yaml +++ b/build.yaml @@ -1,8 +1,8 @@ name: "TheTVDB" guid: "a677c0da-fac5-4cde-941a-7134223f14c8" imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-tvdb.png" -version: 18 -targetAbi: "10.10.0.0" +version: 19 +targetAbi: "10.10.3.0" framework: "net8.0" owner: "jellyfin" overview: "Get TV metadata from TheTvdb" @@ -14,7 +14,5 @@ artifacts: - "Jellyfin.Plugin.Tvdb.dll" - "Tvdb.Sdk.dll" changelog: |2- - ### Bug Fixes ### - - Increase robustness of retrieving tmdb id (again) (#194) @scampower3 - - Fix orphaned episodes deletion (#195) @scampower3 - - Queue refresh after adding child (#196) @scampower3 + ### New features and improvements ### + - Added missing season type 'alttwo' (#200) @Kianda