Skip to content

Commit f01a9da

Browse files
committed
fixated code gen to 6.0.0-alpha1
1 parent 3640731 commit f01a9da

File tree

10 files changed

+207
-196
lines changed

10 files changed

+207
-196
lines changed

src/CodeGeneration/ApiGenerator/RestSpecification/Core/root.html

Lines changed: 188 additions & 177 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
master
1+
v6.0.0-alpha1

src/Elasticsearch.Net/Domain/Enums.Generated.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
using System.Runtime.Serialization;
88

99
//This file contains all the typed enums that the client rest api spec exposes.
10-
//This file is automatically generated from https://github.com/elastic/elasticsearch/tree/master/rest-api-spec
11-
//Generated from commit master
10+
//This file is automatically generated from https://github.com/elastic/elasticsearch/tree/v6.0.0-alpha1/rest-api-spec
11+
//Generated from commit v6.0.0-alpha1
1212

1313
namespace Elasticsearch.Net
1414
{

src/Elasticsearch.Net/Domain/RequestParameters/RequestParameters.Generated.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
using System.Linq.Expressions;
77

88
//This file contains all the typed querystring parameters that are generated of the client spec.
9-
//This file is automatically generated from https://github.com/elastic/elasticsearch/tree/master/rest-api-spec
10-
//Generated from commit master
9+
//This file is automatically generated from https://github.com/elastic/elasticsearch/tree/v6.0.0-alpha1/rest-api-spec
10+
//Generated from commit v6.0.0-alpha1
1111

1212
namespace Elasticsearch.Net
1313
{

src/Elasticsearch.Net/ElasticLowLevelClient.Generated.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
using Elasticsearch.Net;
99
using static Elasticsearch.Net.HttpMethod;
1010

11-
//This file is automatically generated from https://github.com/elastic/elasticsearch/tree/master/rest-api-spec
12-
//Generated from commit master
11+
//This file is automatically generated from https://github.com/elastic/elasticsearch/tree/v6.0.0-alpha1/rest-api-spec
12+
//Generated from commit v6.0.0-alpha1
1313

1414

1515
namespace Elasticsearch.Net

src/Elasticsearch.Net/IElasticLowLevelClient.Generated.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77
using System.Threading.Tasks;
88
using Elasticsearch.Net;
99

10-
//This file is automatically generated from https://github.com/elastic/elasticsearch/tree/master/rest-api-spec
11-
//Generated from commit master
10+
//This file is automatically generated from https://github.com/elastic/elasticsearch/tree/v6.0.0-alpha1/rest-api-spec
11+
//Generated from commit v6.0.0-alpha1
1212

1313
namespace Elasticsearch.Net
1414
{
1515
///<summary>
1616
///Raw operations with elasticsearch
1717
///<pre>
18-
///This file is automatically generated from https://github.com/elastic/elasticsearch/tree/master/rest-api-spec
18+
///This file is automatically generated from https://github.com/elastic/elasticsearch/tree/v6.0.0-alpha1/rest-api-spec
1919
///</pre>
2020
///<pre>
21-
///Generated of commit master
21+
///Generated of commit v6.0.0-alpha1
2222
///</pre>
2323
///</summary>
2424
public partial interface IElasticLowLevelClient

src/Nest/_Generated/_Descriptors.generated.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
using Elasticsearch.Net;
77

88
//This file lays the base for all the descriptors based on the query string parameters in the spec for IElasticClient.
9-
//This file is automatically generated from https://github.com/elastic/elasticsearch/tree/master/rest-api-spec
10-
//Generated from commit master
9+
//This file is automatically generated from https://github.com/elastic/elasticsearch/tree/v6.0.0-alpha1/rest-api-spec
10+
//Generated from commit v6.0.0-alpha1
1111

1212
namespace Nest
1313
{

src/Nest/_Generated/_LowLevelDispatch.generated.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
using Elasticsearch.Net;
99
using static Elasticsearch.Net.HttpMethod;
1010

11-
//This file is automatically generated from https://github.com/elastic/elasticsearch/tree/master/rest-api-spec
12-
//Generated from commit master
11+
//This file is automatically generated from https://github.com/elastic/elasticsearch/tree/v6.0.0-alpha1/rest-api-spec
12+
//Generated from commit v6.0.0-alpha1
1313

1414

1515
namespace Nest

src/Nest/_Generated/_RequestParametersExtensions.Generated.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
using Nest;
99

1010
//This file contains all the typed request parameters that are generated of the client spec.
11-
//This file is automatically generated from https://github.com/elastic/elasticsearch/tree/master/rest-api-spec
12-
//Generated from commit master
11+
//This file is automatically generated from https://github.com/elastic/elasticsearch/tree/v6.0.0-alpha1/rest-api-spec
12+
//Generated from commit v6.0.0-alpha1
1313

1414
namespace Nest
1515
{

src/Nest/_Generated/_Requests.generated.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
using Newtonsoft.Json;
99

1010
//This file contains all the typed querystring parameters that are generated of the client spec.
11-
//This file is automatically generated from https://github.com/elastic/elasticsearch/tree/master/rest-api-spec
12-
//Generated from commit master
11+
//This file is automatically generated from https://github.com/elastic/elasticsearch/tree/v6.0.0-alpha1/rest-api-spec
12+
//Generated from commit v6.0.0-alpha1
1313

1414
namespace Nest
1515
{

0 commit comments

Comments
 (0)