From 5c2d35d66683a59f4f5f191f54a97330c5549520 Mon Sep 17 00:00:00 2001 From: jellyfin-bot Date: Mon, 1 Nov 2021 21:02:10 +0000 Subject: [PATCH] Bump version to 8 --- build.yaml | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/build.yaml b/build.yaml index e62b0e0..fab65a5 100644 --- a/build.yaml +++ b/build.yaml @@ -1,14 +1,25 @@ --- name: "TMDb Box Sets" guid: "bc4aad2e-d3d0-4725-a5e2-fd07949e5b42" -version: "7.0.0.0" -targetAbi: "10.7.0.0" +version: "8" +targetAbi: "10.8.0.0" framework: "net6.0" owner: "jellyfin" overview: "Automatically create movie box sets based on TMDb collections" description: "Automatically create movie box sets based on TMDb collections" category: "Metadata" artifacts: -- "Jellyfin.Plugin.TMDbBoxSets.dll" -changelog: > - changelog + - "Jellyfin.Plugin.TMDbBoxSets.dll" +changelog: |- + - 10.8 support (#47) @crobibero + - Fix #36: Save button has wrong text (#40) @danimart1991 + + ### New features and improvements ### + - Strip Collection string multilanguage (#43) @danimart1991 + - Fix #38: NullReferenceException on Collection Name (#41) @danimart1991 + + ### Dependency updates ### + - chore(deps): bump release-drafter/release-drafter from v5.14.0 to v5.15.0 (#39) @dependabot + + ### CI & build changes ### + - chore(ci): builds, releas drafter and more (#34) @h1dden-da3m0n