Added build.yaml to the Jellyfin.Plugin.Webdav folder, listing both Jellyfin.Plugin.Webdav.dll and WebDav.Client.dll as artifacts. When you run the Jellyfin plugin packager, the WebDav.Client dependency will now be included alongside your plugin DLL.

This commit is contained in:
copyrights 2025-04-21 15:16:27 +02:00
parent d551480b5d
commit ad8a0a4297

16
build.yaml Normal file
View file

@ -0,0 +1,16 @@
---
name: "WebDAV"
guid: "5db89aeb-14ad-450b-bcf2-ae235ebbe299"
version: "1.0.0.0"
targetAbi: "10.9.0.0"
framework: "net8.0"
overview: "WebDAV Nextcloud integration plugin"
description: >
Integrates Nextcloud/WebDAV sources as virtual library content in Jellyfin.
category: "General"
owner: "jellyfin"
artifacts:
- "Jellyfin.Plugin.Webdav.dll"
- "WebDav.Client.dll"
changelog: >
Initial release.