Skip to content

Commit 0806a14

Browse files
adding icon in the nuspec file
1 parent b776861 commit 0806a14

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

manifest/icon.png

13.4 KB
Loading

manifest/socketlabs.nuspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<authors>Joe Cooper, David Schrenker, Matt Reibach, Ryan Lydzinski (Contributor)</authors>
88
<license type="file">license.txt</license>
99
<projectUrl>https://github.com/SocketLabs/socketlabs-csharp</projectUrl>
10-
<iconUrl>http://static.socketlabs.com/logos/icon-512x512.png</iconUrl>
10+
<icon type="file">icon.png</iconUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>SocketLabs .Net Client Library.</description>
1313
<summary>Email Delivery Library for sending transactional and bulk email through the SocketLabs Platform.</summary>
@@ -32,5 +32,6 @@
3232
<file src="..\src\SocketLabs\bin\Release\netstandard2.0\SocketLabs.xml" target="lib\netstandard2.0\SocketLabs.xml" />
3333
<file src="..\manifest\license.txt" target="" />
3434
<file src="..\manifest\readme.txt" target="" />
35+
<file src="..\manifest\icon.png" target="" />
3536
</files>
3637
</package>

0 commit comments

Comments
 (0)