You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AgileMapper is a zero-configuration, [highly-configurable](https://github.com/agileobjects/AgileMapper/wiki/Configuration) object-object mapper with [viewable execution plans](https://github.com/agileobjects/AgileMapper/wiki/Using-Execution-Plans).
6
-
It projects queries, transforms, deep clones, updates and merges via extension methods, or a [static or instance](https://github.com/agileobjects/AgileMapper/wiki/Static-vs-Instance-Mappers) API.
5
+
AgileMapper is a zero-configuration, [highly-configurable](https://agilemapper.readthedocs.io/configuration) object-object mapper with [viewable execution plans](https://agilemapper.readthedocs.io/Using-Execution-Plans).
6
+
It projects queries, transforms, deep clones, updates and merges via extension methods, or a [static or instance](https://agilemapper.readthedocs.io/Static-vs-Instance-Mappers) API.
7
7
It targets [.NET Standard 1.0+](https://docs.microsoft.com/en-us/dotnet/articles/standard/library) and .NET 3.5+
8
8
9
9
You can use it to create new objects:
@@ -12,7 +12,7 @@ You can use it to create new objects:
It's [available via NuGet](https://www.nuget.org/packages/AgileObjects.AgileMapper) and licensed with the
37
-
[MIT licence](https://github.com/agileobjects/AgileMapper/blob/master/LICENCE.md). Check out [the wiki](https://github.com/agileobjects/AgileMapper/wiki)
38
-
for more information!
37
+
[MIT licence](https://github.com/agileobjects/AgileMapper/blob/master/LICENCE.md). Check out [the documentation](https://agilemapper.readthedocs.io) for more information!
0 commit comments