Merge pull request #37 from jellyfin/prepare-10

This commit is contained in:
Cody Robibero 2022-01-07 14:12:14 -07:00 committed by GitHub
commit 004bfc495b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
name: "TVmaze"
guid: "A4A488D0-17A3-4919-8D82-7F3DE4F6B209"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-tvmaze.png"
version: "9"
targetAbi: "10.8.0.0"
version: "10"
targetAbi: "10.7.7.0"
framework: "net6.0"
owner: "jellyfin"
overview: "Get TV metadata from TVmaze"
@ -17,8 +17,8 @@ artifacts:
- "Flurl.Http.dll"
- "Polly.dll"
changelog: |2-
### Bug Fixes ###
- tv-maze -> tvmaze in release-drafter config (#28) @oddstr13
### Code or Repo Maintenance ###
- 10.8 support (#32) @crobibero
- Fix build (#36) @crobibero
### Dependency updates ###
- chore(deps): bump Microsoft.Extensions.Http from 5.0.0 to 6.0.0 (#33) @dependabot