forked from logdna/logdna-cli
-
Notifications
You must be signed in to change notification settings - Fork 2
/
logdna.nuspec
27 lines (27 loc) · 1.51 KB
/
logdna.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="utf-8"?>
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>logdna</id>
<title>LogDNA CLI for Windows</title>
<version>1.2.0</version>
<authors>sedouard,leeliu</authors>
<owners>leeliu</owners>
<summary>LogDNA CLI for Windows</summary>
<description>The LogDNA CLI allows you to signup for a new account and tail your server logs right from the command line.</description>
<projectUrl>https://logdna.com/</projectUrl>
<projectSourceUrl>https://github.com/logdna/logdna-cli</projectSourceUrl>
<packageSourceUrl>https://github.com/logdna/logdna-cli</packageSourceUrl>
<docsUrl>https://github.com/logdna/logdna-cli</docsUrl>
<bugTrackerUrl>https://github.com/logdna/logdna-cli/issues</bugTrackerUrl>
<tags>logdna-agent logdna-cli cli tail logging devops logdna</tags>
<copyright>Copyright 2016 Answerbook, Inc., portions by Microsoft and Contributors</copyright>
<licenseUrl>https://github.com/logdna/logdna-cli/blob/master/LICENSE.md</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://logdna.com/assets/images/logdna_logo.png</iconUrl>
<releaseNotes>LogDNA CLI for Windows</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>