Skip to content

Commit f158244

Browse files
committed
Preparing version update
1 parent 3cd3e8e commit f158244

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

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.0 - Can now pass in instance of HTTP client, adds .NET 5.0 support
208209
* 1.1.0 - Adds Amp Html Support
209210
* 1.0.0 - Initial Release
210211

manifest/socketlabs.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>SocketLabs.EmailDelivery</id>
5-
<version>1.1.0</version>
5+
<version>1.2.0</version>
66
<title>SocketLabs.EmailDelivery</title>
7-
<authors>Joe Cooper, David Schrenker, Matt Reibach, Ryan Lydzinski (Contributor)</authors>
7+
<authors>Joe Cooper, David Schrenker, Matt Reibach, Ryan Lydzinski (Contributor), Mike Goodfellow (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>

src/SocketLabs/SocketLabs.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
<PackageId>SocketLabs</PackageId>
99
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
1010
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
11-
<Version>1.1.0</Version>
11+
<Version>1.2.0</Version>
1212
<Copyright>(C) 2018-2020 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>
1616
<NoWarn></NoWarn>
1717
<TeamCityBuild>false</TeamCityBuild>
18-
<AssemblyVersion>1.1.0</AssemblyVersion>
19-
<FileVersion>1.1.0</FileVersion>
18+
<AssemblyVersion>1.2.0</AssemblyVersion>
19+
<FileVersion>1.2.0</FileVersion>
2020
</PropertyGroup>
2121

2222
<PropertyGroup Condition="'$(TeamCitySignAssembly)' != ''">

0 commit comments

Comments
 (0)