Flow.Launcher/Scripts/flowlauncher.plugin.nuspec
2020-04-23 22:29:32 +10:00

16 lines
652 B
XML

<?xml version="1.0"?>
<package>
<metadata>
<id>Flow.Launcher.Plugin</id>
<version>$version$</version>
<authors>qianlifeng, Jeremy Wu</authors>
<licenseUrl>https://github.com/Flow-Launcher/Flow.Launcher/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/Flow-Launcher/Flow.Launcher</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Reference this library if you want to develop a Flow Launcher plugin</description>
<tags>flowlauncher</tags>
</metadata>
<files>
<file src="..\Output\Release\Flow.Launcher.Plugin.dll" target="lib\net452" />
</files>
</package>