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.
<PackageVersion Include="Bam.Net.Data" Version="1.16.1" />
                    
Directory.Packages.props
<PackageReference Include="Bam.Net.Data" />
                    
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 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.
#addin nuget:?package=Bam.Net.Data&version=1.16.1
                    
Install Bam.Net.Data as a Cake Addin
#tool nuget:?package=Bam.Net.Data&version=1.16.1
                    
Install Bam.Net.Data as a Cake Tool

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,358 10/20/2018
1.16.0 7,018 9/9/2018
1.15.1 7,126 9/9/2018
1.15.0 7,120 8/19/2018
1.14.3 6,734 7/29/2018
1.14.2 6,725 7/26/2018
1.14.1 1,198 7/22/2018
1.14.0 10,498 7/16/2018
1.13.0 6,186 6/10/2018
1.9.3 6,342 6/5/2018
1.9.2 6,237 5/29/2018
1.9.1 5,876 1/25/2018
1.9.0 5,685 12/23/2017
1.8.5 5,690 11/20/2017
1.8.4 5,417 11/20/2017
1.8.3 5,498 11/1/2017
1.8.2 5,251 10/18/2017
1.8.1 5,615 9/28/2017
1.8.0 5,611 8/8/2017
1.7.2 5,703 7/15/2017
1.7.1 5,602 7/11/2017
1.7.0 5,490 7/6/2017
1.6.7 5,635 7/6/2017
1.6.6 5,743 7/4/2017
1.6.5 5,659 7/4/2017
1.6.4 5,726 6/30/2017
1.6.3 5,750 6/29/2017
1.6.2 5,706 6/27/2017
1.6.1 21,485 6/27/2017
1.5.1 5,764 5/9/2017
1.5.0 5,635 4/30/2017
1.4.11 62,978 4/27/2017
1.3.1 45,810 7/26/2016
1.2.5 5,732 2/26/2016
1.2.4 5,695 2/10/2016
1.2.3 5,347 2/10/2016
1.2.2 1,244 1/21/2016
1.2.1 1,191 1/20/2016
1.2.0 1,164 1/18/2016
1.1.12 1,205 12/27/2015
1.1.11 1,479 12/5/2015
1.1.10 1,483 11/28/2015
1.1.9 1,502 11/28/2015
1.1.8 1,247 11/15/2015
1.1.7 1,242 11/10/2015
1.1.6 1,225 11/10/2015
1.1.5 3,141 11/8/2015
1.1.4 1,214 11/8/2015
1.1.3 1,235 11/7/2015
1.1.2 1,258 11/4/2015
1.1.1 1,243 10/25/2015
1.1.0 1,229 10/20/2015
1.0.12 1,236 10/14/2015
1.0.11 1,246 10/10/2015
1.0.10 1,454 10/6/2015
1.0.9 1,427 10/5/2015
1.0.8 1,354 9/28/2015
1.0.7 1,280 9/22/2015
1.0.6 1,271 9/22/2015
1.0.5 1,307 9/20/2015
1.0.4 1,318 9/13/2015
1.0.3 1,273 9/12/2015
1.0.2 1,257 9/8/2015
1.0.1 106,965 9/7/2015
1.0.0 1,312 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)