Releases: CompuMasterGmbH/CompuMaster.Data
v3.0.2022.311
updated nuget dependencies + upgraded min. target platform net45 to n…
v3.0.2022.225
fix pack configuration on publish workflow
v3.0.2021.717
Update PublishRelease.yml
v3.0.2021.714
First .NET Standard 2.0 implementation with support for .NET Framework + .NET Core + .NET 5
CompuMaster.Data V2.8.2019.0313
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
several improvements, new features, hopefully fixed all pre-existing bugs... ;-)
CompuMaster.Data V2.8.2016.0805
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
Download and install with NuGet:
https://www.nuget.org/packages/CompuMaster.Data/
Install-Package CompuMaster.DataCompuMaster.Data v2.8.2015.1020
Finally, CompuMaster.Data V2.8 is available :-)
ChangeList since last release:
- Added checks for required parameters
CompuMaster.Data v2.7.2015.1005
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(...)