Skip to content

Commit d2f4e72

Browse files
Updating Version
1 parent 0cc4fc3 commit d2f4e72

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.MD

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ The SocketLabs Email Delivery C# library allows you to easily send email message
1111
* [Getting Started](#getting-started)
1212
* [Managing API Keys](#managing-api-keys)
1313
* [Examples and Use Cases](#examples-and-use-cases)
14+
* [Version](#version)
1415
* [License](#license)
1516

1617

@@ -202,6 +203,11 @@ set and special characters.
202203
This example demonstrates how to send a bulk message with an AMP Html body.
203204
For more information about AMP please see [AMP Project](https://amp.dev/documentation/)
204205

206+
<a name="version"></a>
207+
# Version
208+
* 1.1.0.0 - Adds Amp Html Support
209+
* 1.0.0.0 - Initial Release
210+
205211
<a name="license"></a>
206212
# License
207213
The SocketLabs.EmailDelivery library and all associated code, including any code samples, are [MIT Licensed](https://github.com/socketlabs/socketlabs-csharp/blob/master/LICENSE.MD).

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.0.0.4</Version>
11+
<Version>1.1.0.0</Version>
1212
<Copyright>(C) 2018-2019 SocketLabs</Copyright>
1313
<PackageIconUrl>https://www.socketlabs.com/assets/socketlabs-logo1.png</PackageIconUrl>
1414
<Authors>SocketLabs Development Team</Authors>

0 commit comments

Comments
 (0)