From 29e73581844e967a2f6d9c767837c677bc3a0516 Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 12 May 2026 13:29:37 +0200 Subject: [PATCH] - 2026-05-12 1.1.15 Se corrige tsNotificacionesClient --- tsNotificacionesClient.vb | 2 +- tsUtilidades.vbproj | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tsNotificacionesClient.vb b/tsNotificacionesClient.vb index a5d2e74..b5c62ff 100644 --- a/tsNotificacionesClient.vb +++ b/tsNotificacionesClient.vb @@ -51,7 +51,7 @@ Public Class TsNotificacionesClient ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 Or SecurityProtocolType.Tls11 Dim config = New ConfigurationBuilder(). - SetBasePath(Directory.GetCurrentDirectory()). + SetBasePath(AppContext.BaseDirectory). AddJsonFile("appsettings.json", [optional]:=False). Build() diff --git a/tsUtilidades.vbproj b/tsUtilidades.vbproj index 2074b9e..aef7562 100644 --- a/tsUtilidades.vbproj +++ b/tsUtilidades.vbproj @@ -16,11 +16,12 @@ net8.0 tsUtilidades net8.0, libreria - 1.1.14 + 1.1.15 Manuel Tecnosis S.A Utilidades Varias + - 2026-05-12 1.1.15 Se corrige tsNotificacionesClient - 2026-04-10 1.1.14 Se corrige tsNotificacionesClient - 2026-04-10 1.1.13 Se corrige tsNotificacionesClient - 2026-04-28 1.1.11 Se aƱade log del sistema a tsNotificacionesClient