update plugin readme, include in nupkg

This commit is contained in:
Ioannis G 2023-06-18 23:32:15 +03:00
parent bb5e1d3a19
commit da41f2c4f1
No known key found for this signature in database
GPG key ID: EAC0E4E5E36AC49E
2 changed files with 8 additions and 6 deletions

View file

@ -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>

View file

@ -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)