jellyfin-plugin-dlna/build.yaml
jellyfin-bot edcdf04acd
Some checks failed
🏗️ Build Plugin / call (push) Has been cancelled
📝 Create/Update Release Draft & Release Bump PR / call (push) Has been cancelled
🔬 Run CodeQL / call (push) Has been cancelled
🧪 Test Plugin / call (push) Has been cancelled
Prepare for release v5 (#89)
2024-11-03 08:10:57 -07:00

22 lines
559 B
YAML

name: "DLNA"
guid: "33EBA9CD-7DA1-4720-967F-DD7DAE7B74A1"
imageUrl: ""
version: 5
targetAbi: "10.10.0.0"
framework: "net8.0"
owner: "jellyfin"
overview: "DLNA Service"
description: >
Adds DLNA capability to Jellyfin
category: "General"
artifacts:
- "Jellyfin.Plugin.Dlna.dll"
- "Jellyfin.Plugin.Dlna.Model.dll"
- "Jellyfin.Plugin.Dlna.Playback.dll"
- "Rssdp.dll"
changelog: |-
- Fix Bigscreen compatibility issues (#83) @Nullcaller
- Add additional profile logging (#93) @disgustipated
- Fix TTL not following SsdpConstants (#88) @Nullcaller