Files
PowerToys/src/modules/launcher/Wox.Plugin
Jaime Bernardo e12e707704 [PowerToys Run] Fix corrupt/outdated plugins load crash (#12424)
* [PowerToys Run] Add type error catch and details

* [PowerToys Run] don't load outdated config plugins

Don't load plugins which don't have the new IcoPathDark and
IcoPathLight fields.
2021-07-19 16:13:05 +01:00
..
2021-02-09 14:54:39 +01:00
2020-11-02 18:33:43 +01:00
2020-11-02 18:33:43 +01:00
2020-04-28 15:06:01 -07:00
2021-06-08 11:23:27 -07:00

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