Bam.Net.Data 1.15.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Bam.Net.Data --version 1.15.0
                    
NuGet\Install-Package Bam.Net.Data -Version 1.15.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="Bam.Net.Data" Version="1.15.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Bam.Net.Data" Version="1.15.0" />
                    
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.15.0
                    
#r "nuget: Bam.Net.Data, 1.15.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.
#addin nuget:?package=Bam.Net.Data&version=1.15.0
                    
Install Bam.Net.Data as a Cake Addin
#tool nuget:?package=Bam.Net.Data&version=1.15.0
                    
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,377 10/20/2018
1.16.0 7,038 9/9/2018
1.15.1 7,146 9/9/2018
1.15.0 7,140 8/19/2018
1.14.3 6,769 7/29/2018
1.14.2 6,760 7/26/2018
1.14.1 1,233 7/22/2018
1.14.0 10,533 7/16/2018
1.13.0 6,221 6/10/2018
1.9.3 6,393 6/5/2018
1.9.2 6,272 5/29/2018
1.9.1 5,927 1/25/2018
1.9.0 5,736 12/23/2017
1.8.5 5,726 11/20/2017
1.8.4 5,452 11/20/2017
1.8.3 5,533 11/1/2017
1.8.2 5,286 10/18/2017
1.8.1 5,650 9/28/2017
1.8.0 5,646 8/8/2017
1.7.2 5,738 7/15/2017
1.7.1 5,637 7/11/2017
1.7.0 5,525 7/6/2017
1.6.7 5,674 7/6/2017
1.6.6 5,778 7/4/2017
1.6.5 5,694 7/4/2017
1.6.4 5,770 6/30/2017
1.6.3 5,785 6/29/2017
1.6.2 5,741 6/27/2017
1.6.1 21,520 6/27/2017
1.5.1 5,799 5/9/2017
1.5.0 5,671 4/30/2017
1.4.11 63,013 4/27/2017
1.3.1 45,847 7/26/2016
1.2.5 5,765 2/26/2016
1.2.4 5,729 2/10/2016
1.2.3 5,380 2/10/2016
1.2.2 1,277 1/21/2016
1.2.1 1,224 1/20/2016
1.2.0 1,197 1/18/2016
1.1.12 1,239 12/27/2015
1.1.11 1,512 12/5/2015
1.1.10 1,516 11/28/2015
1.1.9 1,536 11/28/2015
1.1.8 1,280 11/15/2015
1.1.7 1,275 11/10/2015
1.1.6 1,258 11/10/2015
1.1.5 3,174 11/8/2015
1.1.4 1,247 11/8/2015
1.1.3 1,269 11/7/2015
1.1.2 1,291 11/4/2015
1.1.1 1,276 10/25/2015
1.1.0 1,262 10/20/2015
1.0.12 1,269 10/14/2015
1.0.11 1,279 10/10/2015
1.0.10 1,487 10/6/2015
1.0.9 1,460 10/5/2015
1.0.8 1,388 9/28/2015
1.0.7 1,314 9/22/2015
1.0.6 1,304 9/22/2015
1.0.5 1,340 9/20/2015
1.0.4 1,351 9/13/2015
1.0.3 1,307 9/12/2015
1.0.2 1,290 9/8/2015
1.0.1 107,016 9/7/2015
1.0.0 1,345 9/7/2015

Version 1.15.0
Updates since v1.14.3:
-   check for null in xrefdaocollection and dao (4e713fd6)
-   add dynamic reader wrappers (27d7001b)
-   account for ulong ids (59a4524a)
-   (Breaking change) refactor to properly handle change of ids from long to ulong (62c7a460)
-   correctly pass dbparameters (43e76a80)
-   rename DataSettings to DefaultDataSettingsProvider (fe0985d6)
-   add sql script file and Intersystems support (0f435543)
-   add sql script handling (44c373ad)
-   add sql script file and Intersystems support (86af885d)
-   add sql script handling (6b66931d)
-   account for null entries in the dao data row (aa4b1a17)
-   add dictionary handling (58bc9e5d)