Bump version to 9

This commit is contained in:
jellyfin-bot 2021-11-01 18:37:57 +00:00
parent 0a21629dae
commit de4f384c45

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: "8"
targetAbi: "10.7.0.0"
version: "9"
targetAbi: "10.8.0.0"
framework: "net6.0"
owner: "jellyfin"
overview: "Get TV metadata from TVmaze"
@ -16,11 +16,9 @@ artifacts:
- "Flurl.dll"
- "Flurl.Http.dll"
- "Polly.dll"
changelog: |-
- chore(deps): bump TvMaze.Api.Client from 0.1.71 to 0.1.72 (#21) @dependabot
### CI & build changes ###
- Update ci (#24) @h1dden-da3m0n
changelog: |2-
### Bug Fixes ###
- tv-maze -> tvmaze in release-drafter config (#28) @oddstr13
### Code or Repo Maintenance ###
- chore: plugin images (#22) @h1dden-da3m0n
- 10.8 support (#32) @crobibero