Skip to content

Commit bfbde80

Browse files
author
maximv
committed
fixing the icons
1 parent 36a565a commit bfbde80

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

nuspecs/DryIoc.Internal.nuspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<projectUrl>https://github.com/dadhi/DryIoc</projectUrl>
1111
<license type="expression">MIT</license>
1212
<icon>logo.png</icon>
13+
<iconUrl>https://github.com/dadhi/DryIoc/blob/master/logo.png</iconUrl>
1314
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1415
<description>DryIoc is fast, small, full-featured IoC Container for .NET</description>
1516
<tags>IoC Container Inversion-of-Control DI Dependency-Injection DRY Service-Provider Factory</tags>

src/Directory.Build.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
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>
2019
</PropertyGroup>
2120

2221
<!--Signing all packages, oh boy-->

src/DryIoc/DryIoc.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<![CDATA[
2020
## v4.3.4 Bug-fix release
2121
22-
- fixed: #239 [DOCS] WithUknownServiceResolver ignores ResolveMany
22+
- fixed: #239 WithUknownServiceResolver ignores ResolveMany
2323
2424
## v4.3.3 Bug-fix release
2525

0 commit comments

Comments
 (0)