Skip to content

Commit 622c077

Browse files
minor verion update
1 parent 9e380ed commit 622c077

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Example Projects/dotNetCoreExample/dotNetCoreExample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net6.0</TargetFramework>
6-
<Copyright>Copyright © 2018-2022 SocketLabs Acquisition LLC</Copyright>
6+
<Copyright>Copyright © 2018-2023 SocketLabs Acquisition LLC</Copyright>
77
</PropertyGroup>
88

99
<ItemGroup>

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.2.3" />
39+
<PackageReference Include="SocketLabs.EmailDelivery" Version="1.4.0" />
4040
```
4141

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

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.3.0</Version>
12-
<Copyright>Copyright © 2018-2022 SocketLabs Acquisition LLC</Copyright>
11+
<Version>1.4.0</Version>
12+
<Copyright>Copyright © 2018-2023 SocketLabs Acquisition LLC</Copyright>
1313
<Authors>Joe Cooper, David Schrenker, Matt Reibach, Ryan Lydzinski, Mike Goodfellow, Saranya Kavuri</Authors>
1414
<Product>SocketLabs .Net Client Library</Product>
15-
<AssemblyVersion>1.3.0</AssemblyVersion>
16-
<FileVersion>1.3.0</FileVersion>
15+
<AssemblyVersion>1.4.0</AssemblyVersion>
16+
<FileVersion>1.4.0</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>

test/SocketLabs.Tests/SocketLabs.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<AssemblyTitle>SocketLabs.Tests</AssemblyTitle>
77
<IsPackable>false</IsPackable>
88
<Product>SocketLabs.Tests</Product>
9-
<Copyright>Copyright © 2018-2022 SocketLabs Acquisition LLC</Copyright>
9+
<Copyright>Copyright © 2018-2023 SocketLabs Acquisition LLC</Copyright>
1010
</PropertyGroup>
1111
<ItemGroup>
1212
<PackageReference Include="Castle.Core" Version="5.1.1" />

0 commit comments

Comments
 (0)