Skip to content

Commit eb9aa1e

Browse files
committed
* Updated version number
1 parent 3d2fa76 commit eb9aa1e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

manifest/socketlabs.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>SocketLabs.EmailDelivery</id>
5-
<version>1.0.0.3</version>
5+
<version>1.0.0.4</version>
66
<title>SocketLabs.EmailDelivery</title>
77
<authors>SocketLabs</authors>
88
<licenseUrl>https://github.com/socketlabs/socketlabs-csharp/blob/master/LICENSE.MD</licenseUrl>
@@ -12,7 +12,7 @@
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 - http://www.socketlabs.com</copyright>
15+
<copyright>SocketLabs © 2018 - 2019 http://www.socketlabs.com</copyright>
1616
<tags>SMTP Email Mail Delivery Sending Send Transactional API SDK Service Server</tags>
1717
<repository type="git" url="https://github.com/SocketLabs/socketlabs-csharp" />
1818
<dependencies>

src/SocketLabs/SocketLabs.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<PackageId>SocketLabs</PackageId>
99
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
1010
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
11-
<Version>1.0.0.3</Version>
12-
<Copyright>(C) 2018 SocketLabs</Copyright>
11+
<Version>1.0.0.4</Version>
12+
<Copyright>(C) 2018-2019 SocketLabs</Copyright>
1313
<PackageIconUrl>https://www.socketlabs.com/assets/socketlabs-logo1.png</PackageIconUrl>
1414
<Authors>SocketLabs Development Team</Authors>
1515
<Product>SocketLabs .Net Client Library</Product>

0 commit comments

Comments
 (0)