You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.NET Core 1.0 RTM support and upgrade to Json.NET 9
- NET45 and NET46 targets are built with msbuild
- NETStandard1.3 target is built with the dotnet cli (preview2)
- Bump Json.Net to 9.0.1
- Removed auxiliary projects from Elasticsearch.Dotnet.sln (.NET core
solution)
- project.json files now only list .NET core frameworks
- Include gitlink symbol files in nuget packages
- Various build script fixes and refactoring
Unrelated change:
- Renamed code generation projects:
- CodeGeneration.LowLevelClient => ApiGenerator
- Nest.Litterateur => DocGenerator
Exposes all the elasticsearch API endpoints but leaves you in control of building the request and response bodies. Comes with built in cluster failover/connection pooling support.
Exposes all the elasticsearch API endpoints but leaves you in control of building the request and response bodies. Comes with built in cluster failover/connection pooling support.
<summary>Exposes all the elasticsearch API endpoints but leaves you in control of building the request and response bodies. Comes with built in cluster failover/connection pooling support.</summary>
<summary>Strongly typed interface to Elasticsearch. Fluent and classic object initializer mappings of requests and responses. Uses and exposes Elasticsearch.Net</summary>
<description>Strongly typed interface to Elasticsearch. Fluent and classic object initializer mappings of requests and responses. Uses and exposes Elasticsearch.Net</description>
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>
0 commit comments