diff --git a/Baget/Aplicacion.nuspec b/Baget/Aplicacion.nuspec index 2327691..c66668a 100644 --- a/Baget/Aplicacion.nuspec +++ b/Baget/Aplicacion.nuspec @@ -2,7 +2,7 @@ tsl5 - 3.0.4 + 3.0.5 Tecnosis Tecnosis false diff --git a/My Project/AssemblyInfo.vb b/My Project/AssemblyInfo.vb index 2526b62..93253ec 100644 --- a/My Project/AssemblyInfo.vb +++ b/My Project/AssemblyInfo.vb @@ -31,10 +31,11 @@ Imports System.Runtime.InteropServices ' mediante el asterisco ('*'), como se muestra a continuación: ' - - + + ' Modificaciones: ' =============== +' 03/06/2027 MANMOG Version 3.0.5 Correccion en tsNotificacionesClient ' 14/05/2026 MANMOG Version 3.0.4 Actualización de .nuspec para que incluya dependencias externas \ No newline at end of file diff --git a/tsNotificacionesClient.vb b/tsNotificacionesClient.vb index 293e812..54afc1b 100644 --- a/tsNotificacionesClient.vb +++ b/tsNotificacionesClient.vb @@ -27,6 +27,8 @@ Public Class TsNotificacionesClient ' ============================ ' CARGAR CONFIGURACIÓN ' ============================ + ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 + ServicePointManager.ServerCertificateValidationCallback = Function(sender, cert, chain, sslPolicyErrors) True Dim apiUrl As String = ConfigurationManager.AppSettings("TsNotificaciones.ApiUrl") Dim idAplicacion As Integer = Integer.Parse(ConfigurationManager.AppSettings("TsNotificaciones.IdAplicacion")) Dim aplicacion As String = ConfigurationManager.AppSettings("TsNotificaciones.Aplicacion")