FloES 1.4.8

dotnet add package FloES --version 1.4.8
NuGet\Install-Package FloES -Version 1.4.8
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="FloES" Version="1.4.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FloES --version 1.4.8
#r "nuget: FloES, 1.4.8"
#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 FloES as a Cake Addin
#addin nuget:?package=FloES&version=1.4.8

// Install FloES as a Cake Tool
#tool nuget:?package=FloES&version=1.4.8

FloES is a generic wrapper for common Elasticsearch operations, such as writing, finding, searching, listing and paginating documents. Uses Nest & Elasticsearch.Net.AWS, and includes ILogger support

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. 
.NET Core netcoreapp3.1 is compatible. 
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

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.8 482 9/11/2020
1.4.7 434 5/11/2020
1.4.6 452 5/9/2020
1.3.4 429 5/8/2020
1.3.1 432 5/2/2020

1.4.8: Dependencies updated (Nest, Elasticsearch.Net, etc.)
1.4.7: Fixed generics implementation and introduced IMemoryCache integration
1.4.6: Fixed a bug with sorting strings (will use .keyword suffix now)
1.4.5: Newer C# 7.0 tuples
1.4.3: Better error logging
1.4.2: Pagination bugs fixed
1.4.0: Sorting & filtering introduced + large refactoring/simplification