Expressive.Dapper 0.9.11

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

// Install Expressive.Dapper as a Cake Tool
#tool nuget:?package=Expressive.Dapper&version=0.9.11

An extension for dapper that allows expressions to be used to create sql statements

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  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
0.9.11 1,115 3/29/2017
0.9.10 972 2/16/2017
0.9.9 940 2/16/2017
0.9.8 941 2/3/2017
0.9.7 939 1/31/2017
0.9.6 927 1/27/2017
0.9.0 1,016 1/17/2017

Added support for List.Contains. When passing an IList in an expression, it will now be converted into an In statement. Fixed an issue with getting the parameter when a generic is passed as the type.