Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit 4bbd72b

Browse files
committed
NuGet v1.2.5, update dependencies
1 parent 568666c commit 4bbd72b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WatsonMesh/WatsonMesh.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6-
<Version>1.2.3</Version>
6+
<Version>1.2.5</Version>
77
<Authors>Joel Christner</Authors>
88
<Description>A simple C# mesh networking library using TCP (with or without SSL) with integrated framing for reliable transmission and receipt of data amongst multiple nodes.</Description>
99
<Copyright>(c)2019 Joel Christner</Copyright>
@@ -18,7 +18,7 @@
1818

1919
<ItemGroup>
2020
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
21-
<PackageReference Include="WatsonTcp" Version="1.3.8" />
21+
<PackageReference Include="WatsonTcp" Version="1.3.10" />
2222
</ItemGroup>
2323

2424
</Project>

0 commit comments

Comments
 (0)