File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 2626 <PackageTags >flowlauncher</PackageTags >
2727 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
2828 <PublishRepositoryUrl >true</PublishRepositoryUrl >
29+ <PackageReadmeFile >Readme.md</PackageReadmeFile >
2930 </PropertyGroup >
3031
3132 <PropertyGroup Condition =" '$(APPVEYOR)' == 'True'" >
5657 </PropertyGroup >
5758
5859 <ItemGroup >
59- <None Include =" README .md" />
60+ <None Include =" Readme .md" Pack = " true " PackagePath = " \ " />
6061 <None Include =" FodyWeavers.xml" />
6162 </ItemGroup >
6263
Original file line number Diff line number Diff line change 1- What does Flow.Launcher.Plugin do?
2- ====
1+ Reference this package to develop a plugin for [ Flow Launcher] ( https://github.com/Flow-Launcher/Flow.Launcher ) .
32
4- * Defines base objects and interfaces for plugins
5- * Plugin authors making C# plugins should reference this DLL via nuget
6- * Contains commands and models that can be used by plugins
3+ Useful links:
4+
5+ * [ General plugin development guide] ( https://www.flowlauncher.com/docs/#/plugin-dev )
6+ * [ .Net plugin development guide] ( https://www.flowlauncher.com/docs/#/develop-dotnet-plugins )
7+ * [ Package API Reference] ( https://www.flowlauncher.com/docs/#/API-Reference/Flow.Launcher.Plugin )
You can’t perform that action at this time.
0 commit comments