forked from i-am-logger/elastic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelastic.nuspec
More file actions
20 lines (20 loc) · 814 Bytes
/
elastic.nuspec
File metadata and controls
20 lines (20 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>elastic</id>
<title>Elastic Search</title>
<version>1.4.2</version>
<authors>https://github.com/elasticsearch/elasticsearch/contributors</authors>
<owners>Ido Samuelson</owners>
<summary>Elastic Search Chocolatey package</summary>
<description>Installs Elastic Search as a service.</description>
<projectUrl>https://github.com/isamuelson/elastic</projectUrl>
<tags>Elastic Search</tags>
<copyright></copyright>
<licenseUrl>http://www.gnu.org/licenses/gpl.html</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<dependencies>
<dependency id="java.jdk" />
</dependencies>
</metadata>
</package>