Orthogonal.ObjectDb.Esent 3.1.2

There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Orthogonal.ObjectDb.Esent --version 3.1.2
NuGet\Install-Package Orthogonal.ObjectDb.Esent -Version 3.1.2
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="Orthogonal.ObjectDb.Esent" Version="3.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Orthogonal.ObjectDb.Esent --version 3.1.2
#r "nuget: Orthogonal.ObjectDb.Esent, 3.1.2"
#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 Orthogonal.ObjectDb.Esent as a Cake Addin
#addin nuget:?package=Orthogonal.ObjectDb.Esent&version=3.1.2

// Install Orthogonal.ObjectDb.Esent as a Cake Tool
#tool nuget:?package=Orthogonal.ObjectDb.Esent&version=3.1.2

This library implements an in-process database for storing and retrieving class objects and their property values. The library is designed to be as easy to use as possible, with a small footprint and trivial dependencies. The backing storage is the Microsoft Extensible Storage Engine (ESENT) high-performance, high-capacity, transactional database which is built into all modern versions of Windows. The ObjectDb runtime is implemented as two small managed libraries which are added as project references.

Product Compatible and additional computed target framework versions.
.NET Framework net40-client 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
4.0.0 1,198 5/2/2020

I stupidly forgot to change a single nuspec line with the package icon Uri, so a complete new build version, pack and deploy was required. No code changes.