From 0d9fe78b3e7522d576ccb3524f3a0169cde69c96 Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 20 Aug 2026 11:23:16 +0200 Subject: [PATCH] =?UTF-8?q?=20-=202026-08-20=201.1.23=20Se=20a=C3=B1ade=20?= =?UTF-8?q?clase=20Conexion=20y=20se=20actualizan=20dependencias=20vulnera?= =?UTF-8?q?bles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Conexion.vb | 11 +++++++++++ tsUtilidades.vbproj | 5 +++-- 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 Conexion.vb diff --git a/Conexion.vb b/Conexion.vb new file mode 100644 index 0000000..f4d1602 --- /dev/null +++ b/Conexion.vb @@ -0,0 +1,11 @@ +Namespace BD + Public Class Conexion + Public Property Nombre As String + Public Property Servidor As String + Public Property Puerto As Integer + Public Property Database As String + Public Property Usuario As String + Public Property Contrasenna As String + Public Property OtrosParametros As String + End Class +End Namespace \ No newline at end of file diff --git a/tsUtilidades.vbproj b/tsUtilidades.vbproj index d456ab4..e56cf88 100644 --- a/tsUtilidades.vbproj +++ b/tsUtilidades.vbproj @@ -16,11 +16,12 @@ net8.0 tsUtilidades net8.0, libreria - 1.1.22 + 1.1.23 Manuel Tecnosis S.A Utilidades Varias + - 2026-08-20 1.1.23 Se añade clase Conexion y se actualizan dependencias vulnerables - 2026-07-23 1.1.22 Mejora de rutinas de validación de emails - 2026-07-22 1.1.21 Corrección de clase ValidacionDocumentosIdentidad - 2026-07-22 1.1.19 Nueva Clase ValidacionDocumentosIdentidad para documentos extranjeros @@ -68,7 +69,7 @@ - +