diff --git a/Directory.Build.props b/Directory.Build.props index 49d976b..579db15 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 10.0.0.0 - 10.0.0.0 - 10.0.0.0 + 11.0.0.0 + 11.0.0.0 + 11.0.0.0 diff --git a/build.yaml b/build.yaml index 8b87bb7..264add9 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: 10 -targetAbi: "10.8.10.0" +version: 11 +targetAbi: "10.8.13.0" framework: "net6.0" owner: "jellyfin" overview: "Get TV metadata from TheTvdb" @@ -13,9 +13,15 @@ category: "Metadata" artifacts: - "Jellyfin.Plugin.Tvdb.dll" - "Tvdb.Sdk.dll" -changelog: |- - - Reduce log noise (#85) @IDisposable - - Enriched Logging with series name (#84) @JPVenson +changelog: |2- + ### Major features and improvements ### + - Tvdb v4 migration (#93) @scampower3 - ### New features and improvements ### - - Combine Title and Overview of combined episodes. (#86) @haydenstith + ### Bug Fixes ### + - Fix duplicate entries Missing and not Missing (#106) @BobSilent + - Fixes for tvdb v4 migration (#110) @BobSilent + - Don't require user pin (#108) @crobibero + + ### Code or Repo Maintenance ### + - Add the project's api key (#107) @crobibero + - Update link to Jellyfin website (#103) @methbkts