Tanneryd.BulkOperations.EF6 1.3.1-beta1

This is a prerelease version of Tanneryd.BulkOperations.EF6.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Tanneryd.BulkOperations.EF6 --version 1.3.1-beta1
                    
NuGet\Install-Package Tanneryd.BulkOperations.EF6 -Version 1.3.1-beta1
                    
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="Tanneryd.BulkOperations.EF6" Version="1.3.1-beta1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Tanneryd.BulkOperations.EF6" Version="1.3.1-beta1" />
                    
Directory.Packages.props
<PackageReference Include="Tanneryd.BulkOperations.EF6" />
                    
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 Tanneryd.BulkOperations.EF6 --version 1.3.1-beta1
                    
#r "nuget: Tanneryd.BulkOperations.EF6, 1.3.1-beta1"
                    
#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.
#:package Tanneryd.BulkOperations.EF6@1.3.1-beta1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Tanneryd.BulkOperations.EF6&version=1.3.1-beta1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Tanneryd.BulkOperations.EF6&version=1.3.1-beta1&prerelease
                    
Install as a Cake Tool

This extension provides bulk insert, bulk update and bulk select. Bulk insert supports complete entity hierarchies, maintaining foreign key relationsships.

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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.1.1 4,672 8/15/2024
2.1.0 1,390 7/3/2024
2.0.4 11,962 9/5/2023
1.4.1 49,180 11/12/2021
1.4.0 128,929 6/15/2020
1.4.0-experimental 4,569 1/14/2020
1.4.0-beta2 468 5/10/2020
1.4.0-beta1 948 4/1/2020
1.3.1 30,121 1/3/2020
1.3.1-beta1 495 12/30/2019
1.3.0 924 12/21/2019
1.3.0-beta1 505 11/6/2019
1.2.7-rc4 721 10/12/2019
1.2.7-rc3 511 9/23/2019
1.2.7-rc2 508 9/11/2019
1.2.7-rc1 502 9/10/2019
1.2.5 22,075 7/15/2019
1.2.5-beta1 588 6/12/2019
1.2.4 2,211 5/26/2019
1.2.3 6,347 3/29/2019
1.2.3-beta6 7,301 2/12/2019
1.2.3-beta5 627 2/10/2019
1.2.3-beta4 633 2/9/2019
1.2.3-beta3 647 2/2/2019
1.2.3-beta2 937 1/16/2019
1.2.3-beta1 667 1/13/2019
1.2.2 14,620 12/1/2018
1.2.1 7,725 9/24/2018
1.2.1-rc2 741 9/17/2018
1.2.1-rc1 788 9/12/2018
1.2.0 1,625 9/5/2018
1.2.0-rc2 797 8/24/2018
1.2.0-rc1 847 8/16/2018
1.2.0-beta5 1,167 7/11/2018
1.2.0-beta4 1,078 6/12/2018
1.2.0-beta3 1,276 5/12/2018
1.2.0-beta2 1,343 5/2/2018
1.2.0-beta1 1,090 4/23/2018
1.1.0 12,055 4/20/2018
1.1.0-beta7 1,095 4/18/2018
1.1.0-beta6 1,125 4/16/2018
1.1.0-beta5 1,272 4/13/2018
1.1.0-beta4 1,161 4/13/2018
1.1.0-beta 1,536 4/12/2018

Yet another attempt to fix bugs in table name parsing.