diff --git a/.gitignore b/.gitignore index 5a14d84..79d7245 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ +.idea .DS_Store #ignore thumbnails created by windows Thumbs.db diff --git a/.idea/.idea.Threenine.Map/.idea/contentModel.xml b/.idea/.idea.Threenine.Map/.idea/contentModel.xml new file mode 100644 index 0000000..49f030c --- /dev/null +++ b/.idea/.idea.Threenine.Map/.idea/contentModel.xml @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.Threenine.Map/.idea/indexLayout.xml b/.idea/.idea.Threenine.Map/.idea/indexLayout.xml new file mode 100644 index 0000000..27ba142 --- /dev/null +++ b/.idea/.idea.Threenine.Map/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.Threenine.Map/.idea/modules.xml b/.idea/.idea.Threenine.Map/.idea/modules.xml new file mode 100644 index 0000000..0c14199 --- /dev/null +++ b/.idea/.idea.Threenine.Map/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.Threenine.Map/.idea/vcs.xml b/.idea/.idea.Threenine.Map/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/.idea.Threenine.Map/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/.idea.Threenine.Map/riderModule.iml b/.idea/.idea.Threenine.Map/riderModule.iml new file mode 100644 index 0000000..3e5f0e5 --- /dev/null +++ b/.idea/.idea.Threenine.Map/riderModule.iml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 1be59b1..2deaccb 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/) [![NuGet Downloads](http://img.shields.io/nuget/dt/Threenine.Map.svg?style=flat)](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) +[![Build status](https://ci.appveyor.com/api/projects/status/5tm9exklhej7jhs9?svg=true)](https://ci.appveyor.com/project/garywoodfine/reflectmap) [![NuGet](http://img.shields.io/nuget/v/Threenine.Map.svg)](https://www.nuget.org/packages/Threenine.Map/) [![NuGet Downloads](http://img.shields.io/nuget/dt/Threenine.Map.svg?style=flat)](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) Want a simple way to create clean & simple configuration for AutoMapper? @@ -30,4 +30,4 @@ If you find there are aspects of the library that you are unsure of or would lik -[![threenine logo](http://static.threenine.co.uk/img/github_footer.png)](https://threenine.co.uk/) \ No newline at end of file +[![threenine logo](http://static.threenine.co.uk/img/github_footer.png)](https://threenine.co.uk/) diff --git a/appveyor.yml b/appveyor.yml index a5740f9..4d3fc5f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,9 +12,9 @@ before_build: # Display .NET Core version - cmd: dotnet --version # Display minimal restore text - - cmd: dotnet restore ./Threenine.Map/Threenine.Map.csproj --verbosity m + - cmd: dotnet restore ./src/Threenine.Map.csproj --verbosity m build_script: - - cmd: dotnet build ./Threenine.Map/Threenine.Map.csproj -c Release + - cmd: dotnet build ./src/Threenine.Map.csproj -c Release - cmd: dotnet pack -c Release /p:PackageVersion=1.0.2 test_script: - cmd: dotnet test "./UnitTests/MapperTests/MapperTests.csproj" -c Release