jellyfin-plugin-tmdbboxsets/build.yaml

24 lines
653 B
YAML
Raw Permalink Normal View History

2019-04-19 19:33:30 +00:00
---
2020-05-27 03:24:01 +00:00
name: "TMDb Box Sets"
guid: "bc4aad2e-d3d0-4725-a5e2-fd07949e5b42"
2024-05-11 19:29:17 +00:00
version: 11
2024-05-11 19:25:41 +00:00
targetAbi: "10.9.0.0"
framework: "net8.0"
2019-04-19 19:33:30 +00:00
owner: "jellyfin"
overview: "Automatically create movie box sets based on TMDb collections"
2020-05-27 03:24:01 +00:00
description: "Automatically create movie box sets based on TMDb collections"
2019-05-13 01:26:08 +00:00
category: "Metadata"
2019-04-19 19:33:30 +00:00
artifacts:
2021-11-01 21:02:10 +00:00
- "Jellyfin.Plugin.TMDbBoxSets.dll"
changelog: |-
2024-05-11 19:29:17 +00:00
- 10.9 (#79) @crobibero
2021-11-01 21:02:10 +00:00
2024-05-11 19:29:17 +00:00
### Bug Fixes ###
- Only add primary versions to collections (#69) @lordwelch
### Code or Repo Maintenance ###
- Update link to Jellyfin website (#77) @methbkts
### CI & build changes ###
- fix: meta ci workflows (#70) @h1dden-da3m0n