forked from ElasticLINQ/ElasticLINQ
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathElasticLinq.nuspec
More file actions
19 lines (19 loc) · 803 Bytes
/
Copy pathElasticLinq.nuspec
File metadata and controls
19 lines (19 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>ElasticLinq</id>
<version>1.4.2</version>
<title>ElasticLINQ</title>
<authors>CenturyLink Cloud</authors>
<owners>CenturyLink Cloud</owners>
<licenseUrl>https://github.com/CenturyLinkCloud/ElasticLINQ/blob/dev/LICENCE.txt</licenseUrl>
<projectUrl>https://github.com/CenturyLinkCloud/ElasticLINQ</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>LINQ provider for Elasticsearch</description>
<copyright>Copyright (c) 2013-2016 CenturyLink, Inc.</copyright>
<tags>Elasticsearch LINQ</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="6.0.8" />
</dependencies>
</metadata>
</package>