From 51676baab3076a054beadf968b096ab1e0f52c18 Mon Sep 17 00:00:00 2001 From: manuel Date: Fri, 19 Sep 2025 19:32:09 +0200 Subject: [PATCH] =?UTF-8?q?1.0.2=202025-09-19=20Correcci=C3=B3n=20errores?= =?UTF-8?q?=20namespaces?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Funciones.cs | 3 +-- FuncionesInternas.cs | 2 +- tsCorreos.csproj | 5 +++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Funciones.cs b/Funciones.cs index bdfec82..617da22 100644 --- a/Funciones.cs +++ b/Funciones.cs @@ -7,9 +7,8 @@ using System.Net; using System.Net.Mail; using System.Net.Mime; using tsCorreos; -using TsCorreos; -namespace TsCorreos +namespace tsCorreos { public class Funciones diff --git a/FuncionesInternas.cs b/FuncionesInternas.cs index 7e9b0e1..43e464b 100644 --- a/FuncionesInternas.cs +++ b/FuncionesInternas.cs @@ -10,7 +10,7 @@ using System.Net.Mime; using System.Net.Security; using System.Security.Cryptography.X509Certificates; -namespace TsCorreos +namespace tsCorreos { internal class FuncionesInternas diff --git a/tsCorreos.csproj b/tsCorreos.csproj index 8311e38..9614b47 100644 --- a/tsCorreos.csproj +++ b/tsCorreos.csproj @@ -6,12 +6,13 @@ netstandard2.0 tsCorreos netstandard2.0, libreria - 1.0.0 + 1.0.2 Manuel Tecnosis S.A Envío de correos diferenciando Gmail del resto - - 2025-09-18 Primera versión + - 1.0.2 2025-09-19 Corrección errores namespaces + - 1.0.0 2025-09-18 Primera versión