Skip to content

Commit 25a502e

Browse files
Updating version
1 parent 4e60b3c commit 25a502e

File tree

5 files changed

+6
-14
lines changed

5 files changed

+6
-14
lines changed

.editorconfig

Lines changed: 0 additions & 4 deletions
This file was deleted.

README.MD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ For more information about AMP please see [AMP Project](https://amp.dev/document
205205

206206
<a name="version"></a>
207207
# Version
208+
* 1.2.1 - Adding request timeout value on the client for Http requests
208209
* 1.2.0 - Can now pass in instance of HTTP client, adds .NET 5.0 support
209210
* 1.1.0 - Adds Amp Html Support
210211
* 1.0.0 - Initial Release

SocketLabs.sln

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dotNetCoreExample", "Exampl
1111
EndProject
1212
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SocketLabs", "src\SocketLabs\SocketLabs.csproj", "{5FE88690-970A-4B7C-A8E9-BD8FF42FA01B}"
1313
EndProject
14-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{58D953F4-41BE-42B0-B3E6-9A6978A74630}"
15-
ProjectSection(SolutionItems) = preProject
16-
.editorconfig = .editorconfig
17-
EndProjectSection
18-
EndProject
1914
Global
2015
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2116
Debug|Any CPU = Debug|Any CPU

manifest/socketlabs.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>SocketLabs.EmailDelivery</id>
5-
<version>1.2.0</version>
5+
<version>1.2.1</version>
66
<title>SocketLabs.EmailDelivery</title>
7-
<authors>Joe Cooper, David Schrenker, Matt Reibach, Ryan Lydzinski (Contributor), Mike Goodfellow (Contributor)</authors>
7+
<authors>Joe Cooper, David Schrenker, Matt Reibach, Ryan Lydzinski (Contributor), Mike Goodfellow (Contributor), Saranya Kavuri (Contributor)</authors>
88
<license type="file">license.txt</license>
99
<projectUrl>https://github.com/SocketLabs/socketlabs-csharp</projectUrl>
1010
<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 - 2020 http://www.socketlabs.com</copyright>
15+
<copyright>SocketLabs © 2018 - 2021 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.2.0</Version>
12-
<Copyright>(C) 2018-2020 SocketLabs</Copyright>
11+
<Version>1.2.1</Version>
12+
<Copyright>(C) 2018-2021 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)