jellyfin-plugin-opensubtitles/build.yaml
jellyfin-bot 8b2b8f4c43
Prepare for release v12 (#62)
* Bump version to 12

* bump target ABI

Co-authored-by: K3rnelPan1c <33120068+h1dden-da3m0n@users.noreply.github.com>
2021-10-11 22:08:27 +02:00

17 lines
582 B
YAML

name: "Open Subtitles"
guid: "4b9ed42f-5185-48b5-9803-6ff2989014c4"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-opensubtitles.png"
version: "12"
targetAbi: "10.7.7.0"
framework: "net5.0"
owner: "jellyfin"
overview: "Download subtitles for your media"
description: "Download subtitles from the internet to use with your media files."
category: "Metadata"
artifacts:
- "Jellyfin.Plugin.OpenSubtitles.dll"
- "OpenSubtitlesHandler.dll"
changelog: |2-
### Bug Fixes ###
- Fixes, language improvements, code cleanup & error logging (#67) @MBR-0001