Files
LanMountainDesktop/LanMountainDesktop.PluginTemplate/content/plugin.json
lincube 2a1c09ae39 0.7.2
2026-03-21 13:08:20 +08:00

11 lines
268 B
JSON

{
"id": "__PLUGIN_ID__",
"name": "__PLUGIN_NAME__",
"description": "__PLUGIN_DESCRIPTION__",
"author": "__PLUGIN_AUTHOR__",
"version": "1.0.0",
"apiVersion": "4.0.0",
"entranceAssembly": "LanMountainDesktop.PluginTemplate.dll",
"sharedContracts": []
}