Flow.Launcher/Flow.Launcher.Plugin
Jeremy Wu 336cb3c6db
Merge pull request #192 from Flow-Launcher/bump_version
Release 1.4.0 + Plugin 1.2.2 + default plugins version bumps
2020-11-13 08:45:27 +11:00
..
Interfaces rename all project file name 2020-04-21 21:27:02 +10:00
Properties rename all project file name 2020-04-21 21:27:02 +10:00
SharedCommands update method name typo 2020-09-22 08:57:21 +10:00
ActionContext.cs rename all project file name 2020-04-21 21:27:02 +10:00
AllowedLanguage.cs add F# as an allowed plugin language 2020-04-30 11:40:26 +03:00
BaseModel.cs rename all project file name 2020-04-21 21:27:02 +10:00
EventHandler.cs Fix rename errors 2020-04-21 22:16:10 +10:00
Feature.cs remove code that has been marked obsolete 2020-08-04 20:01:46 +10:00
Flow.Launcher.Plugin.csproj Merge pull request #192 from Flow-Launcher/bump_version 2020-11-13 08:45:27 +11:00
FodyWeavers.xml rename all project file name 2020-04-21 21:27:02 +10:00
IPlugin.cs rename all project file name 2020-04-21 21:27:02 +10:00
IPublicAPI.cs remove code that has been marked obsolete 2020-08-04 20:01:46 +10:00
ISettingProvider.cs rename all project file name 2020-04-21 21:27:02 +10:00
PluginInitContext.cs rename all project file name 2020-04-21 21:27:02 +10:00
PluginMetadata.cs remove code that has been marked obsolete 2020-08-04 20:01:46 +10:00
PluginPair.cs rename all project file name 2020-04-21 21:27:02 +10:00
Query.cs remove in use obsolete GetAllRemainingParameter and use Search 2020-08-04 20:10:42 +10:00
README.md rename all project file name 2020-04-21 21:27:02 +10:00
Result.cs remove code that has been marked obsolete 2020-08-04 20:01:46 +10:00

What does Flow.Launcher.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