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