mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18:26:39 +02:00
* [PTRun] Lock mechanism added to GetLocalizedName. * [PTRun] Dictionary replaced with ConcurrentDictionary instead of using lock. * [PTRun] Ignoring TryAdd function result.
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