Skip to content

Commit 2f42781

Browse files
committed
updated nuspec to use new icon and slightly updated the description
1 parent bdf7d5e commit 2f42781

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
@@ -4,9 +4,9 @@
44
<id>Elasticsearch.Net</id>
55
<version>2.0.0-alpha1</version>
66
<title>Elasticsearch.Net - official low level elasticsearch client</title>
7-
<authors>Elasticsearch Inc. and contributors</authors>
7+
<authors>Elastic and contributors</authors>
88
<owners>Elasticsearch Inc.</owners>
9-
<iconUrl>http://nest.azurewebsites.net/images/elasticsearch-net-nuget-icon.png</iconUrl>
9+
<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>

build/NEST.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<title>NEST - Elasticsearch Client</title>
77
<authors>Elasticsearch Inc. and contributors</authors>
88
<owners>Elasticsearch Inc.</owners>
9-
<iconUrl>http://nest.azurewebsites.net/images/nest-nuget-icon.png</iconUrl>
9+
<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 request builder, mapped responses and powerful query dsl. Uses and exposes Elasticsearch.Net</summary>
12+
<summary>Strongly typed interface to Elasticsearch. Fluent and classic object initializer mappings of request and responses. Uses and exposes Elasticsearch.Net</summary>
1313
<requireLicenseAcceptance>false</requireLicenseAcceptance>
14-
<description>Elasticsearch client, strongly typed interface to Elasticsearch. Fluent request builder, mapped responses and powerful query dsl. Uses and exposes Elasticsearch.Net</description>
14+
<description>Strongly typed interface to Elasticsearch. Fluent and classic object initializer mappings of request 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)