Skip to content

Commit 0ef05df

Browse files
committed
small nuspec touchups
1 parent 3db93f5 commit 0ef05df

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build/Elasticsearch.Net.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
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: 3 additions & 3 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>
6+
<title>NEST - Elasticsearch .NET client</title>
77
<authors>Elastic and contributors</authors>
88
<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)