Npgsql.EntityFrameworkLegacy 2.1.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Npgsql.EntityFrameworkLegacy --version 2.1.2
NuGet\Install-Package Npgsql.EntityFrameworkLegacy -Version 2.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="Npgsql.EntityFrameworkLegacy" Version="2.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Npgsql.EntityFrameworkLegacy --version 2.1.2
#r "nuget: Npgsql.EntityFrameworkLegacy, 2.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 Npgsql.EntityFrameworkLegacy as a Cake Addin
#addin nuget:?package=Npgsql.EntityFrameworkLegacy&version=2.1.2

// Install Npgsql.EntityFrameworkLegacy as a Cake Tool
#tool nuget:?package=Npgsql.EntityFrameworkLegacy&version=2.1.2

Postgresql provider for Entity Framework 5 and below

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  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

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
2.2.6 2,844 8/27/2015
2.2.5 2,662 3/11/2015
2.2.4.3 1,361 2/6/2015
2.2.4.1 1,161 2/3/2015
2.2.3 1,716 11/26/2014
2.2.2 1,790 11/3/2014
2.2.1 1,344 9/24/2014
2.2.0 1,650 9/1/2014
2.2.0-rc2 1,073 8/17/2014
2.2.0-rc1 1,117 8/5/2014
2.2.0-beta1 1,138 7/23/2014
2.1.3 1,947 4/9/2014
2.1.2 1,524 3/28/2014
2.1.1 1,373 3/21/2014
2.1.0 1,413 3/19/2014
2.1.0-rc1 973 2/10/2014
2.1.0-beta1 922 12/26/2013

This version contains fixes for #165 (KeyNotFoundException when setting ApplicationName on NpgsqlConnectionStringBuilder) and a regression when using NHibernate with queries containing '<' operator. #193 (Less Than' prepare failing).

Note that version breaks support to @@ operator added by #135 . Glen Parker is working in a full solution which adds #135 support back. If you need #135 support, please, use the 2.1.1 version. Sorry for this problem.