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 26
26
<PackageTags >flowlauncher</PackageTags >
27
27
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
28
28
<PublishRepositoryUrl >true</PublishRepositoryUrl >
29
+ <PackageReadmeFile >Readme.md</PackageReadmeFile >
29
30
</PropertyGroup >
30
31
31
32
<PropertyGroup Condition =" '$(APPVEYOR)' == 'True'" >
56
57
</PropertyGroup >
57
58
58
59
<ItemGroup >
59
- <None Include =" README .md" />
60
+ <None Include =" Readme .md" Pack = " true " PackagePath = " \ " />
60
61
<None Include =" FodyWeavers.xml" />
61
62
</ItemGroup >
62
63
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 ) .
3
2
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