mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-20 23:54:26 +08:00
610 B
610 B
LanMountainDesktop.PluginSdk
Official SDK package for LanMountainDesktop plugins.
Includes
IPlugin/PluginBaseentry abstractionsPluginManifestand shared contract declarations- desktop component registration extensions
- plugin runtime context and host service abstractions
- build-transitive packaging targets for
.laappoutput
Quick Start
<ItemGroup>
<PackageReference Include="LanMountainDesktop.PluginSdk" Version="4.0.1" />
</ItemGroup>
Create plugin.json in your plugin project root, then run dotnet build to produce both build output and a .laapp package.