jellyfin-plugin-tvmaze/build.yaml
Cody Robibero f2a416c06e
10.9 (#50)
2024-05-11 13:26:56 -06:00

25 lines
651 B
YAML

name: "TVmaze"
guid: "A4A488D0-17A3-4919-8D82-7F3DE4F6B209"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-tvmaze.png"
version: "11"
targetAbi: "10.9.0.0"
framework: "net8.0"
owner: "jellyfin"
overview: "Get TV metadata from TVmaze"
description: >
Get TV metadata from TVmaze
category: "Metadata"
artifacts:
- "Jellyfin.Plugin.TvMaze.dll"
- "TvMaze.Api.Client.dll"
- "Flurl.dll"
- "Flurl.Http.dll"
- "Polly.dll"
changelog: |2-
### Code or Repo Maintenance ###
- Fix build (#36) @crobibero
### Dependency updates ###
- chore(deps): bump Microsoft.Extensions.Http from 5.0.0 to 6.0.0 (#33) @dependabot