ElasticsearchCRUD 2.3.3.1-beta2

This is a prerelease version of ElasticsearchCRUD.
There is a newer version of this package available.
See the version list below for details.
dotnet add package ElasticsearchCRUD --version 2.3.3.1-beta2
                    
NuGet\Install-Package ElasticsearchCRUD -Version 2.3.3.1-beta2
                    
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="ElasticsearchCRUD" Version="2.3.3.1-beta2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ElasticsearchCRUD" Version="2.3.3.1-beta2" />
                    
Directory.Packages.props
<PackageReference Include="ElasticsearchCRUD" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ElasticsearchCRUD --version 2.3.3.1-beta2
                    
#r "nuget: ElasticsearchCRUD, 2.3.3.1-beta2"
                    
#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.
#addin nuget:?package=ElasticsearchCRUD&version=2.3.3.1-beta2&prerelease
                    
Install ElasticsearchCRUD as a Cake Addin
#tool nuget:?package=ElasticsearchCRUD&version=2.3.3.1-beta2&prerelease
                    
Install ElasticsearchCRUD as a Cake Tool

Elasticsearch API CRUD, data transfers, indexing and simple search for nested, child/parent or simple documents, easy usage KISS

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.4 is compatible.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on ElasticsearchCRUD:

Repository Stars
damienbod/ElasticsearchCRUD
Elasticsearch .NET netstandard API
Version Downloads Last updated
2.4.1.1 30,779 10/23/2016
2.3.3.1 3,098 6/30/2016
2.3.3.1-beta2 2,243 6/30/2016
2.3.3.1-beta1 2,063 6/29/2016
2.3.1.1-RC2 2,097 5/20/2016
2.0.2.1-rc1 2,709 11/20/2015
2.0.0 4,847 11/16/2015
2.0.0-beta8 2,383 11/17/2015
1.0.29.2 4,503 3/16/2015
1.0.29 3,008 2/13/2015
1.0.28 2,591 2/10/2015
1.0.27 2,317 2/7/2015
1.0.26 2,499 1/24/2015
1.0.25 2,347 1/18/2015
1.0.24 2,573 1/5/2015
1.0.23 2,359 1/2/2015
1.0.22 2,583 12/15/2014
1.0.21.1 2,795 12/9/2014
1.0.20.1 2,482 11/28/2014
1.0.19 2,446 11/22/2014
1.0.18 2,357 11/21/2014
1.0.17 2,622 11/14/2014
1.0.16 2,836 11/9/2014
1.0.14 2,617 11/6/2014
1.0.13 2,930 11/5/2014
1.0.12 3,488 10/31/2014
1.0.10 2,306 10/25/2014
1.0.9 2,307 10/22/2014
1.0.8 2,209 10/17/2014
1.0.7 2,381 10/12/2014
1.0.5 2,461 10/5/2014
1.0.4 2,237 10/2/2014
1.0.3 2,118 9/30/2014
1.0.2 2,192 9/27/2014

Release Notes: Version 2.3.3 - for Elasticsearch 2.3.3, ASP.NET Core RTM

Documentation: http://damienbod.com/2014/09/22/elasticsearch-crud-net-provider/
Issues: https://github.com/damienbod/ElasticsearchCRUD/issues
Code: https://github.com/damienbod/ElasticsearchCRUD
NuGet Package: ElasticsearchCRUD