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 @@
-
+