forked from quamotion/madb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSharpAdbClient.nuspec
23 lines (23 loc) · 1.01 KB
/
SharpAdbClient.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>SharpAdbClient</id>
<version>$version$</version>
<authors>The Android Open Source Project, Ryan Conrad, Quamotion</authors>
<owners>Quamotion</owners>
<title>.NET client for adb, the Android Debug Bridge (SharpAdbClient)</title>
<description>A managed library for communicating with the Android Debug Bridge (adb).</description>
<projectUrl>http://github.com/quamotion/madb</projectUrl>
<licenseUrl>https://raw.githubusercontent.com/quamotion/madb/master/LICENSE</licenseUrl>
<tags>.net45 android adb</tags>
<language>en-US</language>
<dependencies>
<dependency id="Mono.Posix" version="4.0.0" />
</dependencies>
</metadata>
<files>
<file src="SharpAdbClient\bin\Release\SharpAdbClient.dll" target="lib\net45" />
<file src="SharpAdbClient\bin\Release\SharpAdbClient.pdb" target="lib\net45" />
<file src="SharpAdbClient\bin\Release\SharpAdbClient.xml" target="lib\net45" />
</files>
</package>