Skip to content

Commit a4899b7

Browse files
committed
2 parents 81d36b4 + 0ef05df commit a4899b7

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

build/Elasticsearch.Net.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
<version>2.0.0-alpha1</version>
66
<title>Elasticsearch.Net - official low level elasticsearch client</title>
77
<authors>Elastic and contributors</authors>
8-
<owners>Elasticsearch Inc.</owners>
8+
<owners>Elastic</owners>
99
<iconUrl>https://raw.githubusercontent.com/elastic/elasticsearch-net/master/build/nuget-icon.png</iconUrl>
1010
<licenseUrl>https://github.com/elasticsearch/elasticsearch-net/blob/master/license.txt</licenseUrl>
1111
<projectUrl>https://github.com/elasticsearch/elasticsearch-net</projectUrl>
1212
<summary>
13-
Exposes all the api endpoints but leaves you in control of building the request and response bodies. Comes with built in cluster failover/connection pooling support.
13+
Exposes all the elasticsearch API endpoints but leaves you in control of building the request and response bodies. Comes with built in cluster failover/connection pooling support.
1414
</summary>
1515
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1616
<description>
17-
Exposes all the api endpoints but leaves you in control of building the request and response bodies. Comes with built in cluster failover/connection pooling support.
17+
Exposes all the elasticsearch API endpoints but leaves you in control of building the request and response bodies. Comes with built in cluster failover/connection pooling support.
1818
</description>
1919
<tags>elasticsearch elastic search lucene nest</tags>
2020
</metadata>

build/NEST.nuspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<metadata>
44
<id>NEST</id>
55
<version>2.0.0-alpha1</version>
6-
<title>NEST - Elasticsearch Client</title>
7-
<authors>Elasticsearch Inc. and contributors</authors>
8-
<owners>Elasticsearch Inc.</owners>
6+
<title>NEST - Elasticsearch .NET client</title>
7+
<authors>Elastic and contributors</authors>
8+
<owners>Elastic</owners>
99
<iconUrl>https://raw.githubusercontent.com/elastic/elasticsearch-net/master/build/nuget-icon.png</iconUrl>
1010
<licenseUrl>https://github.com/elasticsearch/elasticsearch-net/blob/master/license.txt</licenseUrl>
1111
<projectUrl>https://github.com/elasticsearch/elasticsearch-net</projectUrl>
12-
<summary>Strongly typed interface to Elasticsearch. Fluent and classic object initializer mappings of request and responses. Uses and exposes Elasticsearch.Net</summary>
12+
<summary>Strongly typed interface to Elasticsearch. Fluent and classic object initializer mappings of requests and responses. Uses and exposes Elasticsearch.Net</summary>
1313
<requireLicenseAcceptance>false</requireLicenseAcceptance>
14-
<description>Strongly typed interface to Elasticsearch. Fluent and classic object initializer mappings of request and responses. Uses and exposes Elasticsearch.Net</description>
14+
<description>Strongly typed interface to Elasticsearch. Fluent and classic object initializer mappings of requests and responses. Uses and exposes Elasticsearch.Net</description>
1515
<dependencies>
1616
<dependency id="Elasticsearch.Net" version="2.0.0-alpha1"/>
1717
<dependency id="Newtonsoft.Json" version="[7,8)" />

0 commit comments

Comments
 (0)