- 1.0.7 2026-05-19 Se cambia libreria tszip por tsZip.NS

This commit is contained in:
2026-05-19 11:33:05 +02:00
parent 8aca5823eb
commit 80ceec636f
3 changed files with 5 additions and 4 deletions

View File

@@ -6,11 +6,12 @@
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>tsCorreos</PackageId>
<PackageTags>netstandard2.0, libreria</PackageTags>
<Version>1.0.6</Version>
<Version>1.0.7</Version>
<Authors>Manuel</Authors>
<Company>Tecnosis S.A</Company>
<Description>Envío de correos diferenciando Gmail del resto</Description>
<PackageReleaseNotes>
- 1.0.7 2026-05-19 Se cambia libreria tszip por tsZip.NS
- 1.0.6 2025-09-23 Se convierten funciones void a Task
- 1.0.5 2025-09-23 Corrección EnviaCorreoMS
- 1.0.4 2025-09-22 Actualización de tsGmail
@@ -23,7 +24,7 @@
<ItemGroup>
<PackageReference Include="tsGmail" Version="1.0.2" />
<PackageReference Include="tsZip" Version="1.0.1" />
<PackageReference Include="tsZip.NS" Version="1.0.0" />
</ItemGroup>
</Project>