Pruebas README.md
This commit is contained in:
16
README.md
Normal file
16
README.md
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
tsUtilidades
|
||||||
|
|
||||||
|
2025-05-30 Versión 1.0.4
|
||||||
|
- Segunda Prueba archivo readme.md
|
||||||
|
|
||||||
|
2025-05-30 Versión 1.0.3
|
||||||
|
- Prueba archivo readme.md
|
||||||
|
|
||||||
|
2025-05-29 Versión 1.0.2
|
||||||
|
- Se traslada a tecnosis.git no hay cambios respecto a la 1.0.1
|
||||||
|
|
||||||
|
2025-05-01 Versión 1.0.1
|
||||||
|
- Corrección Errores.
|
||||||
|
|
||||||
|
2025-05-01 Versión 1.0.0
|
||||||
|
- Primera Versión.
|
||||||
@@ -16,13 +16,14 @@
|
|||||||
<TargetFramework>net8.0</TargetFramework>
|
<TargetFramework>net8.0</TargetFramework>
|
||||||
<PackageId>tsUtilidades</PackageId>
|
<PackageId>tsUtilidades</PackageId>
|
||||||
<PackageTags>net8.0, libreria</PackageTags>
|
<PackageTags>net8.0, libreria</PackageTags>
|
||||||
<Version>1.0.2</Version>
|
<Version>1.0.5</Version>
|
||||||
<Authors>Manuel</Authors>
|
<Authors>Manuel</Authors>
|
||||||
<Company>Tecnosis S.A</Company>
|
<Company>Tecnosis S.A</Company>
|
||||||
<Description>Utilidades varias Entity Framework compatibles con EF Core 8.</Description>
|
<Description>Utilidades varias Entity Framework compatibles con EF Core 8.</Description>
|
||||||
<PackageReleaseNotes>
|
<PackageReleaseNotes>
|
||||||
- Se traslada a tecnosis.git no hay cambios respecto a la 1.0.1
|
- Se traslada a tecnosis.git no hay cambios respecto a la 1.0.1
|
||||||
</PackageReleaseNotes>
|
</PackageReleaseNotes>
|
||||||
|
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
@@ -33,6 +34,7 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<None Include="README.md" Pack="true" PackagePath="\" />
|
||||||
<PackageReference Include="Google.Protobuf" Version="3.28.3" />
|
<PackageReference Include="Google.Protobuf" Version="3.28.3" />
|
||||||
<PackageReference Include="IbanNet" Version="5.16.1" />
|
<PackageReference Include="IbanNet" Version="5.16.1" />
|
||||||
<PackageReference Include="K4os.Compression.LZ4.Streams" Version="1.3.8" />
|
<PackageReference Include="K4os.Compression.LZ4.Streams" Version="1.3.8" />
|
||||||
@@ -51,4 +53,12 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<FrameworkReference Include="Microsoft.AspNetCore.App" />
|
<FrameworkReference Include="Microsoft.AspNetCore.App" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Update="README.md" Pack="true" PackagePath="\">
|
||||||
|
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Folder Include="Docs\" />
|
||||||
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
Reference in New Issue
Block a user