Merge pull request #29 from jellyfin/prepare-8

This commit is contained in:
Cody Robibero 2021-11-01 14:57:22 -06:00 committed by GitHub
commit c49aebf3dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: "7"
targetAbi: "10.7.0.0"
version: "8"
targetAbi: "10.8.0.0"
framework: "net6.0"
overview: "Scrape poster images from Fanart"
description: "Scrape poster images for movies, shows, and artists in your library."
@ -10,16 +10,6 @@ category: "Metadata"
owner: "jellyfin"
artifacts:
- "Jellyfin.Plugin.Fanart.dll"
changelog: |-
- Remove jQuery and update to es6 (#26) @grafixeyehero
- chore(ci): builds, releas drafter and more (#22) @h1dden-da3m0n
- Use System.Text.Json (#21) @Ullmie02
### New features and improvements ###
- chore: plugin images (#25) @h1dden-da3m0n
### Dependency updates ###
- chore(deps): bump release-drafter/release-drafter from v5.14.0 to v5.15.0 (#23) @dependabot
### CI & build changes ###
- Update ci (#27) @h1dden-da3m0n
changelog: |2-
### Code or Repo Maintenance ###
- 10.8 support (#30) @crobibero