Anaximapper 1.0.5

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

// Install Anaximapper as a Cake Tool
#tool nuget:?package=Anaximapper&version=1.0.5

Anaximapper is an Umbraco 9 port of Umbraco Mapper, which was developed to support a more pure MVC approach to building Umbraco applications. Since it's development a number of other similar solutions have been released, including of course "models builder", now part of Umbraco core.

If your preferred approach to MVC with Umbraco though is to use route hijacking and construct page specific view models, rather than relying on the one-to-one mapping of document types to content models available with models builder, you may find Anaximapper a useful addition. Via convention and configuration, you can have your view models automatically populated from Umbraco data, without having to manually map each property yourself.

Read more details, installation and usage instructions and review the code at the GitHub repository.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  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.5 327 7/19/2023
1.0.4 1,746 3/29/2023
1.0.3 1,837 4/20/2022
1.0.2 551 4/12/2022
1.0.1 543 3/24/2022
1.0.0 951 10/13/2021
1.0.0-beta-2 278 9/23/2021
1.0.0-beta-1 259 7/11/2021