jellyfin-plugin-dlna/build.yaml

24 lines
664 B
YAML
Raw Normal View History

2023-11-10 02:14:08 +00:00
name: "DLNA"
guid: "33EBA9CD-7DA1-4720-967F-DD7DAE7B74A1"
imageUrl: ""
2024-05-26 20:38:03 +00:00
version: 2
targetAbi: "10.9.2.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-05-26 20:38:03 +00:00
- Fixed ListenToSocketInternal so it works after Jellyfin 10.9.2 (#51) @ms-afk
### Dependency updates ###
- Update dependency Microsoft.AspNetCore.Authorization to v8.0.5 (#47) @renovate
- Update dependency Microsoft.AspNetCore.Authorization to v8.0.4 (#37) @renovate