diff --git a/Directory.Build.props b/Directory.Build.props index 579db15..c6b5da2 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 11.0.0.0 - 11.0.0.0 - 11.0.0.0 + 12.0.0.0 + 12.0.0.0 + 12.0.0.0 diff --git a/build.yaml b/build.yaml index fe07081..fb2647b 100644 --- a/build.yaml +++ b/build.yaml @@ -1,8 +1,8 @@ name: "Fanart" guid: "170a157f-ac6c-437a-abdd-ca9c25cebd39" imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-fanart.png" -version: 11 -targetAbi: "10.9.0.0" +version: 12 +targetAbi: "10.9.10.0" framework: "net8.0" overview: "Scrape poster images from Fanart" description: "Scrape poster images for movies, shows, and artists in your library." @@ -11,4 +11,4 @@ owner: "jellyfin" artifacts: - "Jellyfin.Plugin.Fanart.dll" changelog: |- - - 10.9 (#47) @crobibero + - Use latest API 3.2 (#49) @enter-a-random-username