Skip to content

Commit e92716a

Browse files
committed
updated nuget urls and owner metadata
1 parent 4f1abc7 commit e92716a

3 files changed

+8
-8
lines changed

build/Elasticsearch.Net.Connection.Thrift.nuspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<version>1.0.0-beta1</version>
66
<title>Elasticsearch.Net.Connection.Thrift - Thrift support for Elasticsearch.Net</title>
77
<authors>Martijn Laarman and contributors</authors>
8-
<owners>Martijn Laarman</owners>
8+
<owners>Elasticsearch Inc.</owners>
99
<iconUrl>http://nest.azurewebsites.net/images/elasticsearch-net-nuget-icon.png</iconUrl>
10-
<licenseUrl>http://mpdreamz.mit-license.org/</licenseUrl>
11-
<projectUrl>https://github.com/Mpdreamz/NEST</projectUrl>
10+
<licenseUrl>https://github.com/elasticsearch/elasticsearch-net/blob/master/license.txt</licenseUrl>
11+
<projectUrl>https://github.com/elasticsearch/elasticsearch-net</projectUrl>
1212
<summary>An IConnection implementation that utilizes Apache Thrift to talk with elasticsearch</summary>
1313
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1414
<description>An IConnection implementation that utilizes Apache Thrift to talk with elasticsearch</description>

build/Elasticsearch.Net.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<version>1.0.0-beta1</version>
66
<title>Elasticsearch.Net - official low level elasticsearch client</title>
77
<authors>Martijn Laarman and contributors</authors>
8-
<owners>Martijn Laarman</owners>
8+
<owners>Elasticsearch Inc.</owners>
99
<iconUrl>http://nest.azurewebsites.net/images/elasticsearch-net-nuget-icon.png</iconUrl>
10-
<licenseUrl>http://mpdreamz.mit-license.org/</licenseUrl>
10+
<licenseUrl>https://github.com/elasticsearch/elasticsearch-net/blob/master/license.txt</licenseUrl>
1111
<projectUrl>https://github.com/elasticsearch/elasticsearch-net</projectUrl>
1212
<summary>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.
1313
</summary>

build/NEST.nuspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<version>1.0.0-beta1</version>
66
<title>NEST - Elasticsearch Client</title>
77
<authors>Martijn Laarman and contributors</authors>
8-
<owners>Martijn Laarman</owners>
8+
<owners>Elasticsearch Inc.</owners>
99
<iconUrl>http://nest.azurewebsites.net/images/nest-nuget-icon.png</iconUrl>
10-
<licenseUrl>http://mpdreamz.mit-license.org/</licenseUrl>
11-
<projectUrl>https://github.com/Mpdreamz/NEST</projectUrl>
10+
<licenseUrl>https://github.com/elasticsearch/elasticsearch-net/blob/master/license.txt</licenseUrl>
11+
<projectUrl>https://github.com/elasticsearch/elasticsearch-net</projectUrl>
1212
<summary>Strongly typed interface to Elasticsearch. Fluent request builder, mapped responses and powerful query dsl. Uses and exposes Elasticsearch.Net</summary>
1313
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1414
<description>Elasticsearch client, strongly typed interface to Elasticsearch. Fluent request builder, mapped responses and powerful query dsl. Uses and exposes Elasticsearch.Net</description>

0 commit comments

Comments
 (0)