Proggasoft.Data 4.0.0

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

// Install Proggasoft.Data as a Cake Tool
#tool nuget:?package=Proggasoft.Data&version=4.0.0

This is data library for proggasoft projects.

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 (2)

Showing the top 2 NuGet packages that depend on Proggasoft.Data:

Package Downloads
Proggasoft.Mvc

This is mvc library for proggasoft projects.

Proggasoft.Data.SqlServer

This is sql server data related library for proggasoft projects.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.0 1,149 6/4/2017
3.0.0.1 1,301 9/26/2016
3.0.0 1,066 9/8/2016
2.0.5418 1,277 9/26/2016
2.0.5417 1,027 7/10/2016
2.0.5416 1,289 10/30/2014
2.0.5380 1,145 9/24/2014
2.0.5367 1,081 9/23/2014
2.0.5366 1,132 9/10/2014
2.0.5351 1,147 8/30/2014
2.0.5350 1,063 8/26/2014
2.0.5349 1,132 8/24/2014
2.0.5335 1,097 8/13/2014
2.0.5334 1,144 8/8/2014
2.0.5333 1,114 8/8/2014
2.0.5241 1,114 5/8/2014
2.0.5235 1,109 5/2/2014
2.0.0 1,349 4/17/2014
1.10.1 1,312 4/17/2014
1.10.0 1,258 4/10/2014
1.0.9 1,319 4/10/2014
1.0.8 1,123 3/7/2014
1.0.7 1,179 3/1/2014
1.0.6 1,206 2/28/2014
1.0.5 1,155 2/28/2014
1.0.4 1,146 2/28/2014
1.0.3 1,147 2/26/2014

In this realease we fixed a bug where the foriegn key was taking the child class name for getting data but was searching for base class name for insert and update data.