Bump version to 12

This commit is contained in:
jellyfin-bot 2024-11-04 12:50:16 +00:00
parent 19f5d471c7
commit 6b0e897b9f

View File

@ -2,7 +2,7 @@ name: "Fanart"
guid: "170a157f-ac6c-437a-abdd-ca9c25cebd39"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-fanart.png"
version: 12
targetAbi: "10.9.10.0"
targetAbi: "10.10.1.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,10 @@ owner: "jellyfin"
artifacts:
- "Jellyfin.Plugin.Fanart.dll"
changelog: |-
- Guess correct Thumb image size (#52) @enter-a-random-username
- Adjust structure of the classes to v3.2 response (#56) @markalex2209
- Link to wiki for API key information (#51) @enter-a-random-username
- Use latest API 3.2 (#49) @enter-a-random-username
### Dependency updates ###
- Update dependency Microsoft.Extensions.Http to 8.0.1 (#54) @renovate