yavsc/src/cli/cli.nuspec

22 lines
1,009 B
Text
Raw Normal View History

2018-05-04 10:45:45 +02:00
<?xml version="1.0"?>
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>cli</id>
<title>Yavsc - cli</title>
<version>$version$</version>
<authors>Paul Schneider</authors>
<owners>Paul Schneider</owners>
2019-06-22 19:34:39 +01:00
<License>https://github.com/pazof/yavsc/blob/vnext/LICENSE</License>
<projectUrl>https://github.com/pazof/yavsc/blob/vnext/README.md</projectUrl>
<iconUrl>http://yavsc.pschneider.fr/images/yavsc.png</iconUrl>
2018-05-04 10:45:45 +02:00
<requireLicenseAcceptance>true</requireLicenseAcceptance>
2019-06-22 19:34:39 +01:00
<description>A command line interface to Yavsc server API's</description>
<tags></tags>
2018-05-04 10:45:45 +02:00
<dependencies>
<dependency id="Yavsc.Server" version="$version$"></dependency>
2019-06-22 19:34:39 +01:00
</dependencies>
2018-05-04 10:45:45 +02:00
</metadata>
<files>
<file src="bin/$config$/dnx451/cli.dll" target="lib/portable-net45+win8+wp8+wpa81+Xamarin.Mac+MonoAndroid10+MonoTouch10+Xamarin.iOS10" />
</files>
</package>