Skip to content

Commit 65fde5e

Browse files
committed
Update nuspecs
Align with older titles
1 parent b2b8d6c commit 65fde5e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build/Elasticsearch.Net.nuspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<metadata>
44
<id>Elasticsearch.Net</id>
55
<version>$version$</version>
6+
<title>Elasticsearch.Net - Elasticsearch .NET low level client</title>
67
<authors>Elastic and contributors</authors>
78
<owners>Elastic</owners>
89
<licenseUrl>https://github.com/elastic/elasticsearch-net/blob/master/license.txt</licenseUrl>

build/NEST.nuspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
<metadata>
44
<id>NEST</id>
55
<version>$version$</version>
6+
<title>NEST - Elasticsearch .NET high level client</title>
67
<authors>Elastic and contributors</authors>
78
<owners>Elastic</owners>
89
<licenseUrl>https://github.com/elastic/elasticsearch-net/blob/master/license.txt</licenseUrl>
910
<projectUrl>https://github.com/elastic/elasticsearch-net</projectUrl>
1011
<iconUrl>https://raw.githubusercontent.com/elastic/elasticsearch-net/master/build/nuget-icon.png</iconUrl>
1112
<requireLicenseAcceptance>false</requireLicenseAcceptance>
12-
<description>Nest</description>
13-
<summary>Strongly typed interface to Elasticsearch. Fluent and classic object initializer mappings of requests and responses. Uses and exposes Elasticsearch.Net</summary>
13+
<description>Strongly typed interface to Elasticsearch. Fluent and classic object initializer mappings of requests and responses. Uses and exposes Elasticsearch.Net</description>
14+
<summary>Strongly typed interface to Elasticsearch. Fluent and classic object initializer mappings of requests and responses. Uses and exposes Elasticsearch.Net</summary>
1415
<releaseNotes>See https://github.com/elastic/elasticsearch-net/releases/tag/$version$</releaseNotes>
1516
<copyright>2014-2016 Elasticsearch BV</copyright>
1617
<tags>elasticsearch,elastic,search,lucene,nest</tags>

0 commit comments

Comments
 (0)