PowerToys/Deploy/wox.plugin.nuspec

17 lines
580 B
Plaintext
Raw Normal View History

2014-12-13 14:59:47 +08:00
<?xml version="1.0"?>
<package>
<metadata>
<id>Wox.Plugin</id>
<version>$version$</version>
<authors>qianlifeng</authors>
<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>
<file src="..\Output\Release\Wox.Plugin.dll" target="lib\net452" />
2014-12-13 14:59:47 +08:00
</files>
</package>