Added the files to build a dotnet template

This commit is contained in:
Phallacy
2019-03-03 01:49:02 -08:00
parent 5af09f0fd5
commit 1e38d3a856
6 changed files with 215 additions and 0 deletions
@@ -0,0 +1,23 @@
{
"$schema": "http://json.schemastore.org/template",
"author": "Jellyfin Team",
"classifications": [ "NetStandard", "Plugin", "Jellyfin" ],
"tags": {
"language": "C#",
"type":"project"
},
"identity": "Jellyfin.Plugin",
"name": "Jellyfin Plugin template",
"shortName": "jellyfin-plugin",
"sourceName": "dotnet_template",
"symbols":{
"pluginGuid":{
"type": "generated",
"generator": "guid",
"replaces": "pluginguid",
"parameters": {
"format":"D"
}
}
}
}