From 3ddc12e32904eca3e071ab638d919594c39c696d Mon Sep 17 00:00:00 2001 From: Sam Neirinck Date: Tue, 15 May 2018 12:07:54 +0200 Subject: [PATCH 1/2] Add repository information Adds information about the location of the repository to the project. This will end up in the .nuspec file by msbuild. --- src/AutoMapper/AutoMapper.csproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/AutoMapper/AutoMapper.csproj b/src/AutoMapper/AutoMapper.csproj index e56bca6894..15c4ce196c 100644 --- a/src/AutoMapper/AutoMapper.csproj +++ b/src/AutoMapper/AutoMapper.csproj @@ -13,6 +13,8 @@ https://s3.amazonaws.com/automapper/icon.png http://automapper.org https://github.com/AutoMapper/AutoMapper/blob/master/LICENSE.txt + git + https://github.com/AutoMApper/AutoMapper From 5eac52355c9854bdb0fe780c61779e108c1dfb16 Mon Sep 17 00:00:00 2001 From: Sam Neirinck Date: Tue, 15 May 2018 12:14:38 +0200 Subject: [PATCH 2/2] Fix casing --- src/AutoMapper/AutoMapper.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AutoMapper/AutoMapper.csproj b/src/AutoMapper/AutoMapper.csproj index 15c4ce196c..67119e1abd 100644 --- a/src/AutoMapper/AutoMapper.csproj +++ b/src/AutoMapper/AutoMapper.csproj @@ -14,7 +14,7 @@ http://automapper.org https://github.com/AutoMapper/AutoMapper/blob/master/LICENSE.txt git - https://github.com/AutoMApper/AutoMapper + https://github.com/AutoMapper/AutoMapper