Skip to content

Commit 75a9bcc

Browse files
author
maximv
committed
added the (package)IconUrl for the compatibility
1 parent e661c25 commit 75a9bcc

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

nuspecs/DryIoc.nuspec

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<projectUrl>https://github.com/dadhi/DryIoc</projectUrl>
99
<license type="expression">MIT</license>
1010
<icon>logo.png</icon>
11+
<iconUrl>https://github.com/dadhi/DryIoc/blob/master/logo.png</iconUrl>
1112
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1213
<description>DryIoc is fast, small, full-featured IoC Container for .NET</description>
1314
<tags>IoC Container Inversion-of-Control DI Dependency-Injection DRY Service-Provider Factory</tags>

src/Directory.Build.props

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<RepositoryUrl>https://github.com/dadhi/DryIoc.git</RepositoryUrl>
1717
<RepositoryType>git</RepositoryType>
1818
<PackageIcon>logo.png</PackageIcon>
19+
<PackageIconUrl>https://github.com/dadhi/DryIoc/blob/master/logo.png</PackageIconUrl>
1920
</PropertyGroup>
2021

2122
<!--Signing all packages, oh boy-->
@@ -39,6 +40,7 @@
3940
<!-- <DebugSymbols>true</DebugSymbols> -->
4041
<IncludeSymbols>false</IncludeSymbols>
4142
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
43+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
4244
</PropertyGroup>
4345

4446
<!-- SourceLink support -->

0 commit comments

Comments
 (0)