Terryberry.PetaPoco 6.1.5.2

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

// Install Terryberry.PetaPoco as a Cake Tool
#tool nuget:?package=Terryberry.PetaPoco&version=6.1.5.2

PetaPoco is a tiny, single file .NET data access layer inspired by Massive that works with both non-dynamic POCO objects and dynamics.

Product Compatible and additional computed target framework versions.
.NET Framework net451 is compatible.  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 (1)

Showing the top 1 NuGet packages that depend on Terryberry.PetaPoco:

Package Downloads
Terryberry.PetaPoco.Repositories

A PetaPoco repository base implementation (both Async and Concurrent) with support for logging.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.3.0.1 6,905 8/8/2017
6.3.0 5,869 5/12/2015
6.2.1.1 2,149 3/30/2015
6.2.1 2,051 3/26/2015
6.2.0 2,032 3/19/2015
6.1.5.2 2,015 3/18/2015
6.1.5.1 2,025 3/18/2015
6.1.5 2,068 3/17/2015
6.1.4 2,167 1/14/2015
6.1.3 2,964 11/19/2014
6.1.2 2,551 7/18/2014
6.1.1 2,101 7/18/2014
6.1.0 2,128 6/28/2014
6.0.0 2,126 6/28/2014
5.2014.6.25 7,852 6/26/2014

Inlcudes Terryberry Extensions. t4 Templates not included in package

     6.0.0.0 - Terryberry release of PetaPoco with separated DataAnnotaions and Repository extras.
     6.1.0.0 - Combined Async and Synchronous PetaPoco database interfaces.
     6.1.1.0 - Async code fixes.
     6.1.2.0 - Additional logging support.  Ability to change name of logger.
     6.1.3.0 - Updated Common.Logging dependencies.
     6.1.4.0 - Updated Common.Logging dependencies (again).
     6.1.5.0 - Added support for TableValuedParameters on supported SQL Servers.
     6.1.5.1 - Bugfix for Nullable types in TableValuedParameter mapping.
     6.1.5.2 - Bugfix for passing DBNull instead of null when setting DataTable column values.