From 5662be2850e2bd417d91382ec9be70dca44f492a Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Wed, 15 Mar 2023 11:51:59 +0100 Subject: [PATCH 1/2] update cll stored con nuovo naming --- .../SqlFromDebug/ExportAll.sql | Bin 784 -> 1060 bytes .../SqlFromDebug/ImportAll.sql | Bin 1116 -> 1216 bytes 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/EgwProxy.SqlDb.Test/SqlFromDebug/ExportAll.sql b/EgwProxy.SqlDb.Test/SqlFromDebug/ExportAll.sql index 11b66b365b740ee3e3a56e2967decc58120a60ee..c10c2f64ccdac2a79b72e934907fe0d44c576992 100644 GIT binary patch delta 296 zcmYk0%?bel6oo$)NO^}@TNnm~9r?*Zl&mB%EJ$dKvYS^RTXtSRp1_OY%nYSl_ngkX z_ndo--4fpWHK0!egCQL@sx>_v;g~jEY613X3VT$wQ)NVoBrQ#SG)e!JA$7`yG7eZB2~?{Pd4KYFI4jf^wmJFRaO*We)Z4_$?>RHMKyw6vu!G2)}C44#&g2^d*iGPFd*GJ^X&)w+r1C9_fP5=M^ delta 20 ccmZ3&F@cTg|G&v>jB_@xV%)?yIfeNE09NVfN^pVv&G~|%vL~JWbzB< F8vxOT5z+tv From be042385087bf7c64b55e7b4000a67e36d2969fb Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Wed, 15 Mar 2023 12:04:42 +0100 Subject: [PATCH 2/2] Add config file nuspec x Release/Debug --- EgwProxy.SqlDb.Debug.nuspec | 24 ++++++++++++++++++++++++ EgwProxy.SqlDb.Release.nuspec | 23 +++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 EgwProxy.SqlDb.Debug.nuspec create mode 100644 EgwProxy.SqlDb.Release.nuspec diff --git a/EgwProxy.SqlDb.Debug.nuspec b/EgwProxy.SqlDb.Debug.nuspec new file mode 100644 index 00000000..d6e91d60 --- /dev/null +++ b/EgwProxy.SqlDb.Debug.nuspec @@ -0,0 +1,24 @@ + + + + EgwProxy.SqlDb + #version# + EgwProxy.SqlDb + Samuele E. Locatelli, EgalWare + false + MIT + Libreria per comunicazione con generico DB SqlDb di frontiera x scambio dati (IOB-WIN-NEXT) - beta/unstable + #releaseNotes# + #copyright# + EgwProxy.SqlDb EgwProxy SqlDb + + + + + + + + + + + \ No newline at end of file diff --git a/EgwProxy.SqlDb.Release.nuspec b/EgwProxy.SqlDb.Release.nuspec new file mode 100644 index 00000000..f0bf521f --- /dev/null +++ b/EgwProxy.SqlDb.Release.nuspec @@ -0,0 +1,23 @@ + + + + EgwProxy.SqlDb + #version# + EgwProxy.SqlDb + Samuele E. Locatelli, EgalWare + false + MIT + Libreria per comunicazione con generico DB SqlDb di frontiera x scambio dati (IOB-WIN-NEXT) + #releaseNotes# + #copyright# + EgwProxy.SqlDb EgwProxy SqlDb + + + + + + + + + + \ No newline at end of file