Installation
Add the NuGet Package to your project
All you need to do, to install Mapperly is to add a NuGet reference pointing to the package Riok.Mapperly
.
- PackageReference
- .NET CLI
- Package Manager
<PackageReference Include="Riok.Mapperly" Version="2.8.0" />
dotnet add package Riok.Mapperly
Install-Package Riok.Mapperly