-
Notifications
You must be signed in to change notification settings - Fork 101
/
Copy pathARMClient.nuspec
22 lines (22 loc) · 967 Bytes
/
ARMClient.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>ARMClient</id>
<title>ARMClient</title>
<version>1.9.0</version>
<authors>Project Kudu contributors</authors>
<summary>A simple command line tool to invoke the Azure Resource Manager API</summary>
<description>A simple command line tool to invoke the Azure Resource Manager API</description>
<projectUrl>https://github.com/projectkudu/ARMClient</projectUrl>
<tags>azure rest API</tags>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes></releaseNotes>
</metadata>
<files>
<file src="bin\debug\*.exe" target="tools" />
<file src="bin\debug\*.dll" target="tools" />
<file src="LICENSE.txt" target="tools" />
<file src="VERIFICATION.txt" target="tools" />
</files>
</package>