diff --git a/Directory.Build.props b/Directory.Build.props index cd8a5a4..ae8474c 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 15.0.0.0 - 15.0.0.0 - 15.0.0.0 + 16.0.0.0 + 16.0.0.0 + 16.0.0.0 diff --git a/build.yaml b/build.yaml index 88dc942..a36e3e1 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: 15 +version: 16 targetAbi: "10.9.9.0" framework: "net8.0" owner: "jellyfin" @@ -14,5 +14,5 @@ artifacts: - "Jellyfin.Plugin.Tvdb.dll" - "Tvdb.Sdk.dll" changelog: |2- - ### Bug Fixes ### - - Set ContentRatings list to be nullable (#171) @scampower3 + ### Code or Repo Maintenance ### + - Remove MaxSearchResults (#174) @scampower3