move plugins into Interfaces folder

This commit is contained in:
Jeremy 2021-07-08 07:45:15 +10:00
parent c1778a54ed
commit 7a318fed47
11 changed files with 1 additions and 1 deletions

View file

@ -3,4 +3,4 @@
* Defines base objects and interfaces for plugins * Defines base objects and interfaces for plugins
* Plugin authors making C# plugins should reference this DLL via nuget * Plugin authors making C# plugins should reference this DLL via nuget
* Contains base commands used by all plugins * Contains commands and models that can be used by plugins