Skip to content

Commit 3db93f5

Browse files
committed
replace Elasticsearch Inc with just Elastic in the nuspect files
1 parent 9d163ff commit 3db93f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/Elasticsearch.Net.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

build/NEST.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<id>NEST</id>
55
<version>2.0.0-alpha1</version>
66
<title>NEST - Elasticsearch Client</title>
7-
<authors>Elasticsearch Inc. and contributors</authors>
8-
<owners>Elasticsearch Inc.</owners>
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>

0 commit comments

Comments
 (0)