Skip to content

Commit 84ee9f8

Browse files
authored
Merge pull request #2632 from samneirinck/patch-1
Add repository information to csproj
2 parents 5aa66a4 + 5eac523 commit 84ee9f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/AutoMapper/AutoMapper.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
<PackageIconUrl>https://s3.amazonaws.com/automapper/icon.png</PackageIconUrl>
1414
<PackageProjectUrl>http://automapper.org</PackageProjectUrl>
1515
<PackageLicenseUrl>https://github.com/AutoMapper/AutoMapper/blob/master/LICENSE.txt</PackageLicenseUrl>
16+
<RepositoryType>git</RepositoryType>
17+
<RepositoryUrl>https://github.com/AutoMapper/AutoMapper</RepositoryUrl>
1618
</PropertyGroup>
1719

1820
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">

0 commit comments

Comments
 (0)