Flow.Launcher/Scripts/wox.plugin.nuspec

17 lines
652 B
Text
Raw Normal View History

2014-12-13 06:59:47 +00:00
<?xml version="1.0"?>
<package>
<metadata>
2020-04-21 09:12:17 +00:00
<id>Flow.Launcher.Plugin</id>
2014-12-13 06:59:47 +00:00
<version>$version$</version>
<authors>qianlifeng, Jeremy Wu</authors>
2020-04-22 10:26:09 +00:00
<licenseUrl>https://github.com/Flow-Launcher/Flow.Launcher/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/Flow-Launcher/Flow.Launcher</projectUrl>
2014-12-13 06:59:47 +00:00
<requireLicenseAcceptance>false</requireLicenseAcceptance>
2020-04-21 12:54:41 +00:00
<description>Reference this library if you want to develop a Flow Launcher plugin</description>
<tags>flowlauncher</tags>
2014-12-13 06:59:47 +00:00
</metadata>
<files>
2020-04-21 09:12:17 +00:00
<file src="..\Output\Release\Flow.Launcher.Plugin.dll" target="lib\net452" />
2014-12-13 06:59:47 +00:00
</files>
</package>