Files
LanMountainDesktop/LanMountainDesktop.Shared.Contracts/README.md

17 lines
377 B
Markdown
Raw Normal View History

2026-03-21 13:08:20 +08:00
# LanMountainDesktop.Shared.Contracts
Shared contracts package for LanMountainDesktop host and plugin ecosystems.
## Includes
- cross-boundary records used by host/runtime and plugins
- contract types intended for stable shared communication
## Usage
```xml
<ItemGroup>
<PackageReference Include="LanMountainDesktop.Shared.Contracts" Version="1.0.0" />
</ItemGroup>
```