diff --git a/README.md b/README.md index f25d98f..94bdc26 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Threenine.Map -[![Build status](https://ci.appveyor.com/api/projects/status/6ob8lbutfecvi5n3/branch/master?svg=true)](https://ci.appveyor.com/project/garywoodfine/reflectmap/branch/master) [![NuGet](http://img.shields.io/nuget/v/Threenine.Map.svg)](https://www.nuget.org/packages/Threenine.Map/) [![Twitter Follow](https://img.shields.io/twitter/follow/threenine39.svg?style=social?maxAge=2592000)](https://twitter.com/threenine39) +[![Build status](https://ci.appveyor.com/api/projects/status/6ob8lbutfecvi5n3/branch/master?svg=true)](https://ci.appveyor.com/project/garywoodfine/reflectmap/branch/master) [![NuGet](http://img.shields.io/nuget/v/Threenine.Map.svg)](https://www.nuget.org/packages/Threenine.Map/) [![Twitter Follow](https://img.shields.io/twitter/follow/threenine39.svg?style=social?maxAge=2592000)](https://twitter.com/threenine39) [![Documentation Status](https://readthedocs.org/projects/threeninemap/badge/?version=latest)](http://threeninemap.readthedocs.io/en/latest/?badge=latest) Handy utility library to help with the implementation of AutoMapper in software projects. diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 0000000..2da5894 --- /dev/null +++ b/docs/index.rst @@ -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 \ No newline at end of file