diff --git a/Directory.Build.props b/Directory.Build.props index 0d0af8c..cd8a5a4 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 14.0.0.0 - 14.0.0.0 - 14.0.0.0 + 15.0.0.0 + 15.0.0.0 + 15.0.0.0 diff --git a/build.yaml b/build.yaml index 17cf1b6..88dc942 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: 14 +version: 15 targetAbi: "10.9.9.0" framework: "net8.0" owner: "jellyfin" @@ -14,19 +14,5 @@ artifacts: - "Jellyfin.Plugin.Tvdb.dll" - "Tvdb.Sdk.dll" changelog: |2- - ### Major features and improvements ### - - Add Movie support (#164) @scampower3 - - ### New features and improvements ### - - Add support for movie and season for check for metadata update task. Add additional configurations. (#169) @scampower3 - - Season support with extended season client (#165) @scampower3 - - Add Tvdb Collection Ids (#162) @scampower3 - ### Bug Fixes ### - - Fix movie remote id ProviderName (#167) @scampower3 - - Skip Characters with person name is null / Handle null RemoteIds (#160) @scampower3 - - Add season url (#161) @scampower3 - - Add option to fallback to original language (#156) @scampower3 - - ### Dependency updates ### - - Update dependency Tvdb.Sdk to v4.7.10 (#158) @renovate + - Set ContentRatings list to be nullable (#171) @scampower3