mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
update plugin readme, include in nupkg
This commit is contained in:
parent
bb5e1d3a19
commit
da41f2c4f1
2 changed files with 8 additions and 6 deletions
|
|
@ -26,6 +26,7 @@
|
|||
<PackageTags>flowlauncher</PackageTags>
|
||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||
<PublishRepositoryUrl>true</PublishRepositoryUrl>
|
||||
<PackageReadmeFile>Readme.md</PackageReadmeFile>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(APPVEYOR)' == 'True'">
|
||||
|
|
@ -56,7 +57,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Include="README.md" />
|
||||
<None Include="Readme.md" Pack="true" PackagePath="\"/>
|
||||
<None Include="FodyWeavers.xml" />
|
||||
</ItemGroup>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
What does Flow.Launcher.Plugin do?
|
||||
====
|
||||
Reference this package to develop a plugin for [Flow Launcher](https://github.com/Flow-Launcher/Flow.Launcher).
|
||||
|
||||
* Defines base objects and interfaces for plugins
|
||||
* Plugin authors making C# plugins should reference this DLL via nuget
|
||||
* Contains commands and models that can be used by plugins
|
||||
Useful links:
|
||||
|
||||
* [General plugin development guide](https://www.flowlauncher.com/docs/#/plugin-dev)
|
||||
* [.Net plugin development guide](https://www.flowlauncher.com/docs/#/develop-dotnet-plugins)
|
||||
* [Package API Reference](https://www.flowlauncher.com/docs/#/API-Reference/Flow.Launcher.Plugin)
|
||||
|
|
|
|||
Loading…
Reference in a new issue