TrapiUtils 1.0.26

dotnet add package TrapiUtils --version 1.0.26
NuGet\Install-Package TrapiUtils -Version 1.0.26
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TrapiUtils" Version="1.0.26" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TrapiUtils --version 1.0.26
#r "nuget: TrapiUtils, 1.0.26"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install TrapiUtils as a Cake Addin
#addin nuget:?package=TrapiUtils&version=1.0.26

// Install TrapiUtils as a Cake Tool
#tool nuget:?package=TrapiUtils&version=1.0.26

public void ConfigureServices(IServiceCollection services)

{

// Otros servicios registrados

services.AddHttpClient();

services.AddScoped<RestMethods>();

// NOTA: Para poder hacer uso de RestMethods se debe agregar a la configuración del Servicio junto con HttpClient

}

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.26 102 3/4/2024
1.0.25 102 3/4/2024
1.0.24 92 3/4/2024
1.0.23 89 3/4/2024
1.0.22 85 1/22/2024
1.0.21 75 1/22/2024
1.0.20 94 1/10/2024
1.0.19 138 10/4/2023
1.0.18 128 9/28/2023
1.0.17 129 9/27/2023
1.0.16 126 9/27/2023
1.0.15 129 9/27/2023
1.0.14 119 9/26/2023
1.0.13 120 9/26/2023
1.0.12 109 9/26/2023
1.0.11 110 9/26/2023
1.0.10 118 9/25/2023
1.0.9 168 6/15/2023
1.0.8 162 6/9/2023
1.0.7 160 6/8/2023
1.0.6 159 6/8/2023
1.0.5 166 6/7/2023

- 1.0.20 - Se ha cambiado el Método GenerarSlug() a ToUrl(), para hacerlo mas generico ....
- 1.0.21 - Se agrego el parametro culture info a ToMoney() ....
- 1.0.24 - Se actualizaron referencias deprecadas/desuso ....
- 1.0.25 - Se hizo downgrade al marco de librerias a NET 6 ....
- 1.0.26 - Se Actualizó la funcion RemoverCaracteresEspeciales y se quitaron las repetidas de la misma ....