diff --git a/Directory.Build.props b/Directory.Build.props index 9257d94..49d976b 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 9.0.0.0 - 9.0.0.0 - 9.0.0.0 + 10.0.0.0 + 10.0.0.0 + 10.0.0.0 diff --git a/build.yaml b/build.yaml index 6161404..f29f40d 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: 9 -targetAbi: "10.8.8.0" +version: 10 +targetAbi: "10.8.10.0" framework: "net6.0" owner: "jellyfin" overview: "Get TV metadata from TheTvdb" @@ -13,13 +13,9 @@ category: "Metadata" artifacts: - "Jellyfin.Plugin.Tvdb.dll" - "TvDbSharper.dll" -changelog: |2- - ### Bug Fixes ### - - Fix GetAllEpisodes breaking library scan on missing Episode Data (#83) @Hayajiro +changelog: |- + - Reduce log noise (#85) @IDisposable + - Enriched Logging with series name (#84) @JPVenson - ### Code or Repo Maintenance ### - - Use meta ci (#67) @crobibero - - ### CI & build changes ### - - fix: meta ci workflows (#72) @h1dden-da3m0n - - Use meta ci (#67) @crobibero + ### New features and improvements ### + - Combine Title and Overview of combined episodes. (#86) @haydenstith