File tree 2 files changed +5
-1
lines changed
src/AutoMapper.Extensions.ExpressionMapping
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 9
9
<SignAssembly >true</SignAssembly >
10
10
<PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
11
11
<PackageId >AutoMapper.Extensions.ExpressionMapping</PackageId >
12
- < PackageIconUrl >https://s3.amazonaws.com/automapper/ icon.png</PackageIconUrl >
12
+ < PackageIcon > icon.png</PackageIcon >
13
13
<PackageProjectUrl >http://automapper.org</PackageProjectUrl >
14
14
<PackageLicenseUrl >https://github.com/AutoMapper/AutoMapper.Extensions.ExpressionMapping/blob/master/LICENSE</PackageLicenseUrl >
15
15
<RepositoryType >git</RepositoryType >
23
23
<ContinuousIntegrationBuild Condition =" '$(GITHUB_ACTIONS)' == 'true'" >true</ContinuousIntegrationBuild >
24
24
</PropertyGroup >
25
25
26
+ <ItemGroup >
27
+ <None Include =" ..\icon.png" Pack =" true" PackagePath =" " />
28
+ </ItemGroup >
29
+
26
30
<ItemGroup >
27
31
<PackageReference Include =" AutoMapper" Version =" [11.0.0,12.0.0)" />
28
32
<PackageReference Include =" MinVer" Version =" 2.3.0" >
You can’t perform that action at this time.
0 commit comments