|
2 | 2 | <package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> |
3 | 3 | <metadata> |
4 | 4 | <id>SocketLabs.EmailDelivery</id> |
5 | | - <version>1.0.0.4</version> |
| 5 | + <version>1.1.0.0</version> |
6 | 6 | <title>SocketLabs.EmailDelivery</title> |
7 | 7 | <authors>SocketLabs</authors> |
8 | 8 | <licenseUrl>https://github.com/socketlabs/socketlabs-csharp/blob/master/LICENSE.MD</licenseUrl> |
9 | 9 | <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> |
11 | 11 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
12 | 12 | <description>SocketLabs .Net Client Library.</description> |
13 | 13 | <summary>Email Delivery Library for sending transactional and bulk email through the SocketLabs Platform.</summary> |
14 | 14 | <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> |
16 | 16 | <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" /> |
18 | 18 | <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> |
22 | 23 | </metadata> |
23 | 24 | <files> |
24 | 25 | <file src="..\src\SocketLabs\bin\Release\net45\SocketLabs.dll" target="lib\net45\SocketLabs.dll" /> |
|
30 | 31 | <file src="..\src\SocketLabs\bin\Release\netstandard2.0\SocketLabs.dll" target="lib\netstandard2.0\SocketLabs.dll" /> |
31 | 32 | <file src="..\src\SocketLabs\bin\Release\netstandard2.0\SocketLabs.pdb" target="lib\netstandard2.0\SocketLabs.pdb" /> |
32 | 33 | <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="" /> |
35 | 36 | </files> |
36 | 37 | </package> |
0 commit comments