-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cab9bfa
commit 56be638
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Threenine.Map | ||
============= | ||
|
||
Threenine.Map helps you do this by just implementing one of the mapping interfaces in your view models and domain models, and you're set! | ||
|
||
The library combines all the power of Automapper to assist in implementing mappings in projects by locating the mapping logic within the Domain Objects & View Models. | ||
|
||
Threenine.Map supports the following platforms: | ||
|
||
* .NET 4.0 | ||
* .NET 4.5.2+ | ||
* .NET Platform Standard 2.0 |