Pipoburgos.SharedKernel.Infrastructure.AutoMapper 8.0.5.1

dotnet add package Pipoburgos.SharedKernel.Infrastructure.AutoMapper --version 8.0.5.1
NuGet\Install-Package Pipoburgos.SharedKernel.Infrastructure.AutoMapper -Version 8.0.5.1
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="Pipoburgos.SharedKernel.Infrastructure.AutoMapper" Version="8.0.5.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Pipoburgos.SharedKernel.Infrastructure.AutoMapper --version 8.0.5.1
#r "nuget: Pipoburgos.SharedKernel.Infrastructure.AutoMapper, 8.0.5.1"
#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 Pipoburgos.SharedKernel.Infrastructure.AutoMapper as a Cake Addin
#addin nuget:?package=Pipoburgos.SharedKernel.Infrastructure.AutoMapper&version=8.0.5.1

// Install Pipoburgos.SharedKernel.Infrastructure.AutoMapper as a Cake Tool
#tool nuget:?package=Pipoburgos.SharedKernel.Infrastructure.AutoMapper&version=8.0.5.1

The following code demonstrates basic usage of Shared Kernel Infastructure.

namespace XXX.Infrastructure
{
    public static class XXXModule
    {
        public static IServiceCollection AddXXXModule(this IServiceCollection services,
            IConfiguration configuration, string connectionStringName)
        {
            return services
                .AddAutoMapper(new XXXAutoMapperProfile(), typeof(InfrastructureAssembly).Assembly,
                    typeof(DomainAssembly).Assembly;
        }

    }
}
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 is compatible.  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 is compatible.  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
8.0.5.1 64 5/14/2024
8.0.4.8 75 5/11/2024
8.0.4.7 67 5/1/2024
8.0.4.6 79 4/29/2024
8.0.4.5 77 4/27/2024
8.0.4.4 74 4/27/2024
8.0.4.3 82 4/26/2024
8.0.4.2 65 4/26/2024
8.0.4.1 93 4/20/2024
8.0.3.5 78 3/25/2024
8.0.3.4 82 3/14/2024
8.0.3.3 76 3/14/2024
8.0.3.2 89 3/13/2024
8.0.3.1 72 3/13/2024
8.0.2.6 90 2/15/2024
8.0.2.5 89 2/15/2024
8.0.2.4 89 2/15/2024
8.0.2.3 80 2/14/2024
8.0.2.2 70 2/14/2024
8.0.2.1 90 2/14/2024
8.0.0.8 89 1/29/2024
8.0.0.7 79 1/26/2024
8.0.0.6 74 1/26/2024
8.0.0.5 89 1/16/2024
8.0.0.4 128 12/29/2023
8.0.0.3 90 12/21/2023
8.0.0.2 85 12/13/2023
8.0.0.2-rc.3 115 10/25/2023
8.0.0.2-rc.2 60 10/6/2023
8.0.0.1 125 11/19/2023
8.0.0.1-rc.1 65 9/25/2023
8.0.0 87 11/15/2023
7.3.13.1 101 10/25/2023
7.3.11.4 106 10/9/2023
7.3.11.3 98 10/5/2023
7.3.11.2 97 9/21/2023
7.3.11.1 100 9/13/2023
7.3.10.1 101 9/11/2023
7.2.10.3 106 9/6/2023
7.2.10.2 95 9/1/2023
7.2.10.1 116 8/29/2023
7.1.10.5 112 8/24/2023
7.1.10.4 115 8/23/2023
7.1.10.3 105 8/20/2023
7.1.10.2 106 8/20/2023
7.1.10.1 111 8/20/2023
7.0.10.4 109 8/20/2023