EasyDb.NET 0.88.0

dotnet add package EasyDb.NET --version 0.88.0
                    
NuGet\Install-Package EasyDb.NET -Version 0.88.0
                    
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="EasyDb.NET" Version="0.88.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EasyDb.NET" Version="0.88.0" />
                    
Directory.Packages.props
<PackageReference Include="EasyDb.NET" />
                    
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 EasyDb.NET --version 0.88.0
                    
#r "nuget: EasyDb.NET, 0.88.0"
                    
#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.
#:package EasyDb.NET@0.88.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=EasyDb.NET&version=0.88.0
                    
Install as a Cake Addin
#tool nuget:?package=EasyDb.NET&version=0.88.0
                    
Install as a Cake Tool

An easy database helper for .NET 2.0+, with typed query & simple ORM, hibernate-like dialecting & criterion query, supporting all .NET ADO providers, implemented on Dapper.

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

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.88.0 127 3/14/2015
0.87.0 671 10/30/2014
0.84.0 636 10/30/2014

* 0.88   - Update Dapper to v1.38
 - Added: dependencies via NuGet
 - Added: string comparer of column names for result set
 - Fixed: do not auto map nonpublic fields
* 0.87   - Update Dapper to v1.37
 - Added: shortcut methods for building connection factory.
 - Added: comments
* 0.84   - First release built on Dapper
 - Added: enhanced query helper methods
 - Added: strong/weak typed CRUD query
 - Added: custom ORM attributes
 - Added: criterion query
 - Added: dialecting