add sln file and build config

This commit is contained in:
dkanada
2019-03-12 02:03:41 +09:00
parent b40643a877
commit f4ad4dab21
3 changed files with 36 additions and 4 deletions
+16
View File
@@ -0,0 +1,16 @@
---
name: "jellyfin-plugin-template"
guid: "eb5d7894-8eef-4b36-aa6f-5d124e828ce1"
version: "1.0.0"
nicename: "Template"
description: "Short description about your plugin"
overview: >
This is a longer description that can span more than one
line and include details about your plugin.
category: "General"
owner: "jellyfin"
artifacts:
- "Jellyfin.Plugin.Template.dll"
build_type: "dotnet"
dotnet_configuration: "Release"
dotnet_framework: "netstandard2.0"