Skip to content

Releases: CompuMasterGmbH/CompuMaster.Data

v3.0.2022.311

11 Mar 10:32

Choose a tag to compare

updated nuget dependencies + upgraded min. target platform net45 to n…

v3.0.2022.225

25 Feb 11:05

Choose a tag to compare

fix pack configuration on publish workflow

v3.0.2021.717

28 Jul 15:55

Choose a tag to compare

v3.0.2021.717 Pre-release
Pre-release
Update PublishRelease.yml

v3.0.2021.714

14 Jul 09:49

Choose a tag to compare

First .NET Standard 2.0 implementation with support for .NET Framework + .NET Core + .NET 5

CompuMaster.Data V2.8.2019.0313

14 Mar 12:54
b70da9c

Choose a tag to compare

several new methods added
several improvements regarding stability and code quality
several bugfixes
(for details, please see commit history)

CompuMaster.Data V2.8.2017.1221

19 Dec 18:50

Choose a tag to compare

several improvements, new features, hopefully fixed all pre-existing bugs... ;-)

CompuMaster.Data V2.8.2016.0805

04 Aug 20:46

Choose a tag to compare

Dropped dependency Npgsql
Support for data providers for data manipulation of all assemblies loaded into the current app domain (so, Npgsql, MySql, etc. will typically be usable as soon as it's referenced by your projects and therefore automatically loaded by .Net)

CompuMaster.Data V2.8.2016.0723

22 Jul 11:37

Choose a tag to compare

Download and install with NuGet:
https://www.nuget.org/packages/CompuMaster.Data/

Install-Package CompuMaster.Data

CompuMaster.Data v2.8.2015.1020

20 Oct 14:51

Choose a tag to compare

Finally, CompuMaster.Data V2.8 is available :-)

ChangeList since last release:

  • Added checks for required parameters

CompuMaster.Data v2.7.2015.1005

05 Oct 21:39

Choose a tag to compare

Improved Table Joins: Inner/Left/Right/FullOuter/Cross Join works like SQL-Join without requirement of existing parent rows (standard .NET behaviour always requires parent rows or throws exceptions), see new methods CompuMaster.Data.DataTables.SqlJoinTables(...)