Skip to content

Commit c36c9ed

Browse files
Readme.md & version update
1 parent 078590d commit c36c9ed

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.MD

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

209209
<a name="version"></a>
210210
# Version
211+
* 1.2.3 - Revert request timeout override. To set the timeout please pass your HttpClient instance via the constructor.
211212
* 1.2.2 - Adding optional retry logic for Http requests. If configured, the request will retry when certain 500 errors occur (500, 502, 503, 504)
212213
* 1.2.1 - Adding request timeout value on the client for Http requests
213214
* 1.2.0 - Can now pass in instance of HTTP client, adds .NET 5.0 support

manifest/socketlabs.nuspec

Lines changed: 1 addition & 1 deletion
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.2.2</version>
5+
<version>1.2.3</version>
66
<title>SocketLabs.EmailDelivery</title>
77
<authors>Joe Cooper, David Schrenker, Matt Reibach, Ryan Lydzinski (Contributor), Mike Goodfellow (Contributor), Saranya Kavuri (Contributor)</authors>
88
<license type="file">license.txt</license>

src/SocketLabs/SocketLabs.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageId>SocketLabs</PackageId>
99
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
1010
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
11-
<Version>1.2.2</Version>
11+
<Version>1.2.3</Version>
1212
<Copyright>(C) 2018-2021 SocketLabs</Copyright>
1313
<PackageIconUrl>https://www.socketlabs.com/assets/socketlabs-logo1.png</PackageIconUrl>
1414
<Authors>SocketLabs Development Team</Authors>

0 commit comments

Comments
 (0)