PouchCosmeticInspection.DataAccess
1.11.0
See the version list below for details.
dotnet add package PouchCosmeticInspection.DataAccess --version 1.11.0
NuGet\Install-Package PouchCosmeticInspection.DataAccess -Version 1.11.0
<PackageReference Include="PouchCosmeticInspection.DataAccess" Version="1.11.0" />
<PackageVersion Include="PouchCosmeticInspection.DataAccess" Version="1.11.0" />
<PackageReference Include="PouchCosmeticInspection.DataAccess" />
paket add PouchCosmeticInspection.DataAccess --version 1.11.0
#r "nuget: PouchCosmeticInspection.DataAccess, 1.11.0"
#:package PouchCosmeticInspection.DataAccess@1.11.0
#addin nuget:?package=PouchCosmeticInspection.DataAccess&version=1.11.0
#tool nuget:?package=PouchCosmeticInspection.DataAccess&version=1.11.0
PouchCosmeticInspection.DataAccess
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 4.7.2
- EntityFramework (>= 6.4.4)
- EntityFramework6.Npgsql (>= 6.4.3)
- Nai.Utils (>= 2.2.0)
- Npgsql (>= 6.0.10)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
v1.11.0 add new columns for dbo.alarm_rules
v1.10.0 add new table: dbo.alarm_rules
v1.9.0 change table definitions: dbo.app_config, dbo.products
v1.8.0 add new columns to dbo.images
v1.7.0 add new columns to dbo.products
v1.6.4 add new table (dbo.app_config)
v1.6.3 rename table `Alarms` from `AlarmModel` to `alarms`
v1.6.2 create indexes in table `Alarms`
v1.6.1 add more columns to table `Alarms`
v1.6.0 add new table `Alarms` to store alarms
v1.5.0 support rejudge, add columns to dbo.products, add new table `dbo.rejudge_notifications`
v1.4.4 upgrade dependency packages
v1.4.3 remove subclass of DbConfiguration
v1.4.1 add ignore params to `GetStationsInfo`
v1.4.0 product model add new instance method `GetStationsInfo`
v1.3.0 read db connection string from config file (xDataAccess.txt)
v1.2.0 add utiliy to import or export defects (from/to database)
v1.1.0 add Instance method for ProductModel to judge if all stations are filled results
v1.0.0 init release