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
This commit includes the license.txt file within each nuget package, since licenseUrl is deprecated.
Dependent nuget packages from Json.NET within NEST.nuspec are removed.
Lowercase properties in SdkVersion and GlobalJson record types, to align with global.json file conventions
<description>NEST 6.x uses an internalized Json.NET serializer. This package enables serialization using your own custom Json.NET serializer</description>
14
-
<summary>NEST 6.x uses an internalized Json.NET serializer. This package enables serialization using your own custom Json.NET serializer</summary>
13
+
<description>NEST uses an internal serializer. This package enables serialization for your documents using your own custom Json.NET serializer</description>
14
+
<summary>NEST uses an internal serializer. This package enables serialization for your documents using your own custom Json.NET serializer</summary>
<description>Strongly typed interface to Elasticsearch. Fluent and classic object initializer mappings of requests and responses. Uses and exposes Elasticsearch.Net</description>
18
15
<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