From d70698db9352b86b823376a730c7ff68605aeff0 Mon Sep 17 00:00:00 2001 From: Gary Woodfine Date: Thu, 27 Sep 2018 15:51:51 +0100 Subject: [PATCH 1/5] Appveyor did not reflect updated structure --- .../.idea/contentModel.xml | 75 +++++++++++++++++++ .../.idea.Threenine.Map/.idea/indexLayout.xml | 8 ++ .idea/.idea.Threenine.Map/.idea/modules.xml | 8 ++ .idea/.idea.Threenine.Map/.idea/vcs.xml | 6 ++ .idea/.idea.Threenine.Map/riderModule.iml | 10 +++ appveyor.yml | 4 +- 6 files changed, 109 insertions(+), 2 deletions(-) create mode 100644 .idea/.idea.Threenine.Map/.idea/contentModel.xml create mode 100644 .idea/.idea.Threenine.Map/.idea/indexLayout.xml create mode 100644 .idea/.idea.Threenine.Map/.idea/modules.xml create mode 100644 .idea/.idea.Threenine.Map/.idea/vcs.xml create mode 100644 .idea/.idea.Threenine.Map/riderModule.iml 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..47a211e --- /dev/null +++ b/.idea/.idea.Threenine.Map/riderModule.iml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file 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 From 7624591e99cf9aa727fb04068fa00378a5b49151 Mon Sep 17 00:00:00 2001 From: Gary Woodfine Date: Thu, 27 Sep 2018 15:54:06 +0100 Subject: [PATCH 2/5] Appveyor did not reflect updated structure --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2f7aff0..18ee903 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ +.idea .DS_Store #ignore thumbnails created by windows Thumbs.db From 02a176ae1ff6dbdd1383358feb7d16c45b1c9e3e Mon Sep 17 00:00:00 2001 From: Gary Woodfine Date: Thu, 27 Sep 2018 15:54:32 +0100 Subject: [PATCH 3/5] Appveyor did not reflect updated structure --- .idea/.idea.Threenine.Map/riderModule.iml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.idea/.idea.Threenine.Map/riderModule.iml b/.idea/.idea.Threenine.Map/riderModule.iml index 47a211e..3e5f0e5 100644 --- a/.idea/.idea.Threenine.Map/riderModule.iml +++ b/.idea/.idea.Threenine.Map/riderModule.iml @@ -1,5 +1,5 @@ - + From 847cc8503ecf4d85c7958e88f94332668156c451 Mon Sep 17 00:00:00 2001 From: Gary Woodfine Date: Thu, 27 Sep 2018 17:35:49 +0100 Subject: [PATCH 4/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1be59b1..58c60ad 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/6ob8lbutfecvi5n3/branch/master?svg=true)](https://ci.appveyor.com/project/garywoodfine/Threenine.Map/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) 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/) From 1f4745db118469445fb14796fb16297cb950608d Mon Sep 17 00:00:00 2001 From: Gary Woodfine Date: Thu, 27 Sep 2018 17:38:48 +0100 Subject: [PATCH 5/5] Appveyor did not reflect updated structure --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58c60ad..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/Threenine.Map/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?