jellyfin-plugin-dlna/build.yaml

22 lines
559 B
YAML
Raw Normal View History

2023-11-10 02:14:08 +00:00
name: "DLNA"
guid: "33EBA9CD-7DA1-4720-967F-DD7DAE7B74A1"
imageUrl: ""
2024-11-03 15:10:57 +00:00
version: 5
2024-10-27 13:11:38 +00:00
targetAbi: "10.10.0.0"
2023-11-17 02:53:14 +00:00
framework: "net8.0"
2023-11-10 02:14:08 +00:00
owner: "jellyfin"
overview: "DLNA Service"
description: >
Adds DLNA capability to Jellyfin
2024-05-14 03:40:52 +00:00
category: "General"
2023-11-10 02:14:08 +00:00
artifacts:
- "Jellyfin.Plugin.Dlna.dll"
- "Jellyfin.Plugin.Dlna.Model.dll"
- "Jellyfin.Plugin.Dlna.Playback.dll"
- "Rssdp.dll"
changelog: |-
2024-11-03 15:10:57 +00:00
- Fix Bigscreen compatibility issues (#83) @Nullcaller
- Add additional profile logging (#93) @disgustipated
- Fix TTL not following SsdpConstants (#88) @Nullcaller