Riok.Mapperly by Riok.Mapperly

<PackageReference Include="Riok.Mapperly" Version="2.4.0" />

 Riok.Mapperly 2.4.0

A .NET source generator for generating object mappings. No runtime reflection. Inspired by MapStruct.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Riok.Mapperly</id>
    <version>2.4.0</version>
    <authors>Riok.Mapperly</authors>
    <readme>README.md</readme>
    <projectUrl>https://riok.github.io/mapperly</projectUrl>
    <description>A .NET source generator for generating object mappings.
      No runtime reflection.
      Inspired by MapStruct.</description>
    <releaseNotes># [2.4.0](https://github.com/riok/mapperly/compare/v2.3.3...v2.4.0) (2022-09-08)


### Bug Fixes

* deprioritize constructors marked as obsolete ([#126](https://github.com/riok/mapperly/issues/126)) ([3dd71bd](https://github.com/riok/mapperly/commit/3dd71bd5e9fd2f30557e88d468f06b31a5add68c))
* for interfaces, include properties from inherited interfaces in mappings ([#129](https://github.com/riok/mapperly/issues/129)) ([feec9d9](https://github.com/riok/mapperly/commit/feec9d91fc1279c59ea9fafe9bceed1e9361740f))
* publish preview releases on nuget and adjust readme badges ([#131](https://github.com/riok/mapperly/issues/131)) ([da1aa15](https://github.com/riok/mapperly/commit/da1aa15100799d6ee53b0dd997ef0612b5f767cb))
* support multiple mappers with the same name in different namespaces ([#123](https://github.com/riok/mapperly/issues/123)) ([15d9ec8](https://github.com/riok/mapperly/commit/15d9ec8e280dc8615d629f42ded09f441eb2ba82))


### Features

* option to ignore source properties ([#134](https://github.com/riok/mapperly/issues/134)) ([9b888eb](https://github.com/riok/mapperly/commit/9b888eb30974acfcf452591109d582925ae65650))</releaseNotes>
    <tags>Mapper SourceGenerator</tags>
    <repository type="git" url="https://github.com/riok/mapperly" commit="a9926acc64ff9c9a485283f660e6b9b1546725fe" />
    <dependencies>
      <group targetFramework=".NETStandard2.0" />
    </dependencies>
  </metadata>
</package>