Flow.Launcher/Scripts/wox.plugin.nuspec

17 lines
617 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-21 09:12:17 +00:00
<licenseUrl>https://github.com/jjw24/Flow.Launcher/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/jjw24/Flow.Launcher</projectUrl>
2014-12-13 06:59:47 +00:00
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Reference this library if you want to develop a wox plugin</description>
<tags>wox</tags>
</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>