Terryberry.PetaPoco 6.3.0.1

dotnet add package Terryberry.PetaPoco --version 6.3.0.1
NuGet\Install-Package Terryberry.PetaPoco -Version 6.3.0.1
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.3.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Terryberry.PetaPoco --version 6.3.0.1
#r "nuget: Terryberry.PetaPoco, 6.3.0.1"
#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.3.0.1

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

A forked version of PetaPoco http://www.toptensoftware.com/petapoco/ - Based on v5 branch.  Supports Async and Multipoco operations.  Includes support for StoredProc extensions and XML and Table-Valued Parameter queries.

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  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,881 8/8/2017
6.3.0 5,846 5/12/2015
6.2.1.1 2,114 3/30/2015
6.2.1 2,028 3/26/2015
6.2.0 2,020 3/19/2015
6.1.5.2 1,998 3/18/2015
6.1.5.1 2,007 3/18/2015
6.1.5 2,051 3/17/2015
6.1.4 2,153 1/14/2015
6.1.3 2,943 11/19/2014
6.1.2 2,535 7/18/2014
6.1.1 2,082 7/18/2014
6.1.0 2,106 6/28/2014
6.0.0 2,117 6/28/2014
5.2014.6.25 7,828 6/26/2014

Includes 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.
           6.2.0.0 - Added support for ExecuteXml on SQL Server platform.
           6.2.1.0 - Added support for specifying the IsolationLevel enumeration when creating transactions.
           6.3.0.0 - Added support for SqlBulkCopy when doing BulkInserts.  Changed DataAnnotations down to FX 2.0 for wider support.
           6.3.0.1 - Updated Common.Logging to 3.4.0.0