2014-12-13 14:59:47 +08:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<package>
|
|
|
|
<metadata>
|
|
|
|
<id>Wox.Plugin</id>
|
|
|
|
<version>$version$</version>
|
|
|
|
<authors>qianlifeng</authors>
|
2016-01-02 09:47:13 +08:00
|
|
|
<licenseUrl>https://github.com/Wox-launcher/Wox/blob/master/LICENSE</licenseUrl>
|
|
|
|
<projectUrl>https://github.com/Wox-launcher/Wox</projectUrl>
|
2014-12-13 14:59:47 +08:00
|
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
|
|
<description>Reference this library if you want to develop a wox plugin</description>
|
|
|
|
<tags>wox</tags>
|
|
|
|
</metadata>
|
|
|
|
<files>
|
2016-05-08 05:44:38 +08:00
|
|
|
<file src="..\Output\Release\Wox.Plugin.dll" target="lib\net452" />
|
2014-12-13 14:59:47 +08:00
|
|
|
</files>
|
|
|
|
</package>
|