Skip to content

Commit b148e45

Browse files
version bump
1 parent 3883272 commit b148e45

File tree

4 files changed

+18
-16
lines changed

4 files changed

+18
-16
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ PM> Install-Package SocketLabs.EmailDelivery
3636
Adding a Package Reference to your project:
3737

3838
```
39-
<PackageReference Include="SocketLabs.EmailDelivery" Version="1.4.0" />
39+
<PackageReference Include="SocketLabs.EmailDelivery" Version="1.4.2" />
4040
```
4141

4242
.NET CLI users can also use the following command:

docs/release-notes/1.4.0.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## 1.3.4
2+
* Bump Castle.Core from 5.0.0 to 5.1.0
3+
* Bump Moq from 4.18.1 to 4.18.2
4+
5+
## 1.4.0
6+
* Adding Metadata and Tags
7+
* Bump coverlet.collector from 3.1.2 to 3.2.0
8+
* Bump Newtonsoft.Json from 13.0.1 to 13.0.2
9+
* Bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.4.1
10+
* Bump MSTest.TestFramework from 2.2.10 to 3.0.2
11+
* Bump Moq from 4.18.2 to 4.18.4

docs/release-notes/latest.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,2 @@
1-
## 1.3.4
2-
* Bump Castle.Core from 5.0.0 to 5.1.0
3-
* Bump Moq from 4.18.1 to 4.18.2
4-
5-
## 1.4.0
6-
* Adding Metadata and Tags
7-
* Bump coverlet.collector from 3.1.2 to 3.2.0
8-
* Bump Newtonsoft.Json from 13.0.1 to 13.0.2
9-
* Bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.4.1
10-
* Bump MSTest.TestFramework from 2.2.10 to 3.0.2
11-
* Bump Moq from 4.18.2 to 4.18.4
1+
## 1.4.2
2+
* Adding API Key Authorization

src/SocketLabs/SocketLabs.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<PackageId>SocketLabs.EmailDelivery</PackageId>
99
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
1010
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
11-
<Version>1.4.0</Version>
11+
<Version>1.4.2</Version>
1212
<Copyright>Copyright © 2018-2023 SocketLabs Acquisition LLC</Copyright>
13-
<Authors>Joe Cooper, David Schrenker, Matt Reibach, Ryan Lydzinski, Mike Goodfellow, Saranya Kavuri</Authors>
13+
<Authors>Joe Cooper, David Schrenker, Matt Reibach, Ryan Lydzinski, Mike Goodfellow, Saranya Kavuri, Mike Boshuyzen</Authors>
1414
<Product>SocketLabs .Net Client Library</Product>
15-
<AssemblyVersion>1.4.0</AssemblyVersion>
16-
<FileVersion>1.4.0</FileVersion>
15+
<AssemblyVersion>1.4.2</AssemblyVersion>
16+
<FileVersion>1.4.2</FileVersion>
1717
<Description>Easily send email messages using the SocketLabs Injection API.</Description>
1818
<RepositoryUrl>https://github.com/socketlabs/socketlabs-csharp</RepositoryUrl>
1919
<PackageProjectUrl>https://inject.docs.socketlabs.com/</PackageProjectUrl>

0 commit comments

Comments
 (0)