Bam.Net.Data 1.16.1

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

// Install Bam.Net.Data as a Cake Tool
#tool nuget:?package=Bam.Net.Data&version=1.16.1                

Data access objects and tools for use with the Bam framework

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

Showing the top 5 NuGet packages that depend on Bam.Net.Data:

Package Downloads
Bam.Net.Encryption

Encryption tools built on top of BouncyCastle. Store sensitive information in an encrypted Vault that stores encrypted data in SQLite database files.

Bam.Net.ServiceProxy

System for simply and easily exposing pocos as RESTful webservices with automatic generation of both .Net and Javascript clients

Bam.Net.Yaml

Yaml extensions for Bam

Bam.Net.Messaging

Basic email composer for Bam

Bam.Net.Html

Fluent extensions to TagBuilder

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.16.1 7,292 10/20/2018
1.16.0 6,964 9/9/2018
1.15.1 7,053 9/9/2018
1.15.0 7,064 8/19/2018
1.14.3 6,653 7/29/2018
1.14.2 6,642 7/26/2018
1.14.1 1,115 7/22/2018
1.14.0 10,415 7/16/2018
1.13.0 6,102 6/10/2018
1.9.3 6,218 6/5/2018
1.9.2 6,155 5/29/2018
1.9.1 5,738 1/25/2018
1.9.0 5,549 12/23/2017
1.8.5 5,580 11/20/2017
1.8.4 5,327 11/20/2017
1.8.3 5,406 11/1/2017
1.8.2 5,156 10/18/2017
1.8.1 5,523 9/28/2017
1.8.0 5,518 8/8/2017
1.7.2 5,611 7/15/2017
1.7.1 5,511 7/11/2017
1.7.0 5,398 7/6/2017
1.6.7 5,522 7/6/2017
1.6.6 5,651 7/4/2017
1.6.5 5,566 7/4/2017
1.6.4 5,634 6/30/2017
1.6.3 5,657 6/29/2017
1.6.2 5,612 6/27/2017
1.6.1 21,395 6/27/2017
1.5.1 5,671 5/9/2017
1.5.0 5,542 4/30/2017
1.4.11 62,794 4/27/2017
1.3.1 45,696 7/26/2016
1.2.5 5,628 2/26/2016
1.2.4 5,596 2/10/2016
1.2.3 5,250 2/10/2016
1.2.2 1,140 1/21/2016
1.2.1 1,092 1/20/2016
1.2.0 1,064 1/18/2016
1.1.12 1,108 12/27/2015
1.1.11 1,381 12/5/2015
1.1.10 1,383 11/28/2015
1.1.9 1,404 11/28/2015
1.1.8 1,148 11/15/2015
1.1.7 1,141 11/10/2015
1.1.6 1,126 11/10/2015
1.1.5 3,042 11/8/2015
1.1.4 1,116 11/8/2015
1.1.3 1,134 11/7/2015
1.1.2 1,156 11/4/2015
1.1.1 1,141 10/25/2015
1.1.0 1,130 10/20/2015
1.0.12 1,133 10/14/2015
1.0.11 1,145 10/10/2015
1.0.10 1,355 10/6/2015
1.0.9 1,328 10/5/2015
1.0.8 1,253 9/28/2015
1.0.7 1,177 9/22/2015
1.0.6 1,173 9/22/2015
1.0.5 1,208 9/20/2015
1.0.4 1,219 9/13/2015
1.0.3 1,173 9/12/2015
1.0.2 1,153 9/8/2015
1.0.1 106,863 9/7/2015
1.0.0 1,208 9/7/2015

Version 1.16.1
Updates since v1.16.0:
-   change defaultdbconnectionmanager to maxcountdbconnectionmanager (c2a1148b)
-   expose StateChangeHandler on DbConnectionManager (3a389e56)
-   updated connection managers (44c4b37d)
-   updated MaxCount connection manager (0495a0e3)
-   fix InComparison to handle ulong (0f13ae42)