AsyncAutomapper 1.0.0-beta002

This is a prerelease version of AsyncAutomapper.
dotnet add package AsyncAutomapper --version 1.0.0-beta002
                    
NuGet\Install-Package AsyncAutomapper -Version 1.0.0-beta002
                    
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="AsyncAutomapper" Version="1.0.0-beta002" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AsyncAutomapper" Version="1.0.0-beta002" />
                    
Directory.Packages.props
<PackageReference Include="AsyncAutomapper" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AsyncAutomapper --version 1.0.0-beta002
                    
#r "nuget: AsyncAutomapper, 1.0.0-beta002"
                    
#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.
#addin nuget:?package=AsyncAutomapper&version=1.0.0-beta002&prerelease
                    
Install AsyncAutomapper as a Cake Addin
#tool nuget:?package=AsyncAutomapper&version=1.0.0-beta002&prerelease
                    
Install AsyncAutomapper as a Cake Tool

Adds async mapping support to automapper with a code only package

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0-beta002 56 4/29/2015
1.0.0-beta001 41 4/22/2015

Namespace fixed, fixed race condition, AsyncMap extension method renamed to MapAsync