Skip to content

Commit 58e905f

Browse files
committed
Adding PackageIcon
1 parent dee8f94 commit 58e905f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

icon.png

1.63 KB
Loading

src/AutoMapper.Extensions.ExpressionMapping/AutoMapper.Extensions.ExpressionMapping.csproj

+5-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<SignAssembly>true</SignAssembly>
1010
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
1111
<PackageId>AutoMapper.Extensions.ExpressionMapping</PackageId>
12-
<PackageIconUrl>https://s3.amazonaws.com/automapper/icon.png</PackageIconUrl>
12+
<PackageIcon>icon.png</PackageIcon>
1313
<PackageProjectUrl>http://automapper.org</PackageProjectUrl>
1414
<PackageLicenseUrl>https://github.com/AutoMapper/AutoMapper.Extensions.ExpressionMapping/blob/master/LICENSE</PackageLicenseUrl>
1515
<RepositoryType>git</RepositoryType>
@@ -23,6 +23,10 @@
2323
<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">true</ContinuousIntegrationBuild>
2424
</PropertyGroup>
2525

26+
<ItemGroup>
27+
<None Include="..\icon.png" Pack="true" PackagePath="" />
28+
</ItemGroup>
29+
2630
<ItemGroup>
2731
<PackageReference Include="AutoMapper" Version="[11.0.0,12.0.0)" />
2832
<PackageReference Include="MinVer" Version="2.3.0">

0 commit comments

Comments
 (0)