Files
projects/Jellyfin/_template/build.yaml.template
T

15 lines
290 B
Plaintext

name: "{{PLUGIN_NAME}}"
guid: "{{PLUGIN_GUID}}"
version: "1.0.0.0"
targetAbi: "10.11.0.0"
framework: "net9.0"
owner: "bram"
overview: "{{PLUGIN_OVERVIEW}}"
description: >
{{PLUGIN_DESCRIPTION}}
category: "General"
artifacts:
- "{{ASSEMBLY_NAME}}.dll"
changelog: |-
- Initial scaffold