Skip to content

Commit

Permalink
Merge branch 'master' of github.com:threenine/Threenine.Map
Browse files Browse the repository at this point in the history
  • Loading branch information
garywoodfine committed Mar 7, 2019
2 parents fa73319 + 1f4745d commit 5cd54fe
Show file tree
Hide file tree
Showing 8 changed files with 112 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

.idea
.DS_Store
#ignore thumbnails created by windows
Thumbs.db
Expand Down
75 changes: 75 additions & 0 deletions .idea/.idea.Threenine.Map/.idea/contentModel.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/.idea.Threenine.Map/.idea/indexLayout.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/.idea.Threenine.Map/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/.idea.Threenine.Map/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/.idea.Threenine.Map/riderModule.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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?

Expand Down Expand Up @@ -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/)
[![threenine logo](http://static.threenine.co.uk/img/github_footer.png)](https://threenine.co.uk/)
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5cd54fe

Please sign in to comment.