CurryOn.Elastic.FSharp 0.1.6

dotnet add package CurryOn.Elastic.FSharp --version 0.1.6
NuGet\Install-Package CurryOn.Elastic.FSharp -Version 0.1.6
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CurryOn.Elastic.FSharp" Version="0.1.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CurryOn.Elastic.FSharp --version 0.1.6
#r "nuget: CurryOn.Elastic.FSharp, 0.1.6"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CurryOn.Elastic.FSharp as a Cake Addin
#addin nuget:?package=CurryOn.Elastic.FSharp&version=0.1.6

// Install CurryOn.Elastic.FSharp as a Cake Tool
#tool nuget:?package=CurryOn.Elastic.FSharp&version=0.1.6

CurryOn.Elastic.FSharp

An F#-idiomatic Library for Elasticsearch, including a representation of the Elasticsearch Query Model as Discriminated Unions, and F# modules for indexing documents as well as creating and maintaining indexes.

Product Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on CurryOn.Elastic.FSharp:

Package Downloads
CurryOn.Akka.Persistence.Elasticsearch

Akka.net Persistence Plug-in for Elasticsearch. Includes Event Journal, Snapshot Store, and Query Read Journal.

CurryOn.Akka.Persistence.Streaming

Framework for creating Akka.net Persistence Plug-Ins based on Stream data-stores.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.6 1,146 6/11/2018
0.1.4 967 2/5/2018
0.1.3 1,436 1/31/2018
0.1.2 1,117 1/30/2018
0.1.1 1,217 1/23/2018
0.1.0 1,114 1/22/2018

Added function to create an index only if it does not already exist.