mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-23 00:17:58 +08:00
f6d53bc337
* Settings packages updated * removing WinUI references from wox base * removing unneeded reference Co-authored-by: Clint Rutkas <crutkas@microsoft.com> |
||
---|---|---|
.. | ||
Features | ||
Interfaces | ||
Properties | ||
SharedCommands | ||
ActionContext.cs | ||
AllowedLanguage.cs | ||
BaseModel.cs | ||
ContextMenuResult.cs | ||
EventHandler.cs | ||
Feature.cs | ||
FodyWeavers.xml | ||
FodyWeavers.xsd | ||
IPlugin.cs | ||
IPublicAPI.cs | ||
ISettingProvider.cs | ||
PluginInitContext.cs | ||
PluginMetadata.cs | ||
PluginPair.cs | ||
Query.cs | ||
README.md | ||
Result.cs | ||
Wox.Plugin.csproj |
What does Wox.Plugin do?
- Defines base objects and interfaces for plugins
- Plugin authors making C# plugins should reference this DLL via nuget
- Contains base commands used by all plugins