Skip to content

Commit 1f014a5

Browse files
updating nuspec file
1 parent 1e50249 commit 1f014a5

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

manifest/socketlabs.nuspec

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,24 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>SocketLabs.EmailDelivery</id>
5-
<version>1.0.0.4</version>
5+
<version>1.1.0.0</version>
66
<title>SocketLabs.EmailDelivery</title>
77
<authors>SocketLabs</authors>
88
<licenseUrl>https://github.com/socketlabs/socketlabs-csharp/blob/master/LICENSE.MD</licenseUrl>
99
<projectUrl>https://github.com/SocketLabs/socketlabs-csharp</projectUrl>
10-
<iconUrl>http://static.socketlabs.com/logos/button_logobig.700x740.png</iconUrl>
10+
<iconUrl>http://static.socketlabs.com/logos/icon-512x512.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>
1414
<releaseNotes>Please see: https://github.com/SocketLabs/socketLabs-csharp/releases</releaseNotes>
15-
<copyright>SocketLabs © 2018 - 2019 http://www.socketlabs.com</copyright>
15+
<copyright>SocketLabs © 2018 - 2020 http://www.socketlabs.com</copyright>
1616
<tags>SMTP Email Mail Delivery Sending Send Transactional API SDK Service Server</tags>
17-
<repository type="git" url="https://github.com/SocketLabs/socketlabs-csharp" />
17+
<repository type="git" url="https://github.com/SocketLabs/socketlabs-csharp" />
1818
<dependencies>
19-
<dependency id="Newtonsoft.Json" version="9.0.1" />
20-
<dependency id="System.Net.Http" version="4.3.3" />
21-
</dependencies>
19+
<dependency id="Newtonsoft.Json" version="9.0.1" />
20+
<dependency id="System.Net.Http" version="4.3.3" />
21+
</dependencies>
22+
<authors>Joe Cooper, David Schrenker, Matt Reibach, Ryan Lydzinski (Contributor)</authors>
2223
</metadata>
2324
<files>
2425
<file src="..\src\SocketLabs\bin\Release\net45\SocketLabs.dll" target="lib\net45\SocketLabs.dll" />
@@ -30,7 +31,7 @@
3031
<file src="..\src\SocketLabs\bin\Release\netstandard2.0\SocketLabs.dll" target="lib\netstandard2.0\SocketLabs.dll" />
3132
<file src="..\src\SocketLabs\bin\Release\netstandard2.0\SocketLabs.pdb" target="lib\netstandard2.0\SocketLabs.pdb" />
3233
<file src="..\src\SocketLabs\bin\Release\netstandard2.0\SocketLabs.xml" target="lib\netstandard2.0\SocketLabs.xml" />
33-
<file src="..\manifest\license.txt" target="" />
34-
<file src="..\manifest\readme.txt" target="" />
34+
<file src="..\manifest\license.txt" target="" />
35+
<file src="..\manifest\readme.txt" target="" />
3536
</files>
3637
</package>

0 commit comments

Comments
 (0)