Added the files to build a dotnet template
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user