From 49d796e4d794ae1f7e74c5778ae8afb73bb4947b Mon Sep 17 00:00:00 2001 From: Joel Christner Date: Wed, 1 May 2024 15:28:25 -0700 Subject: [PATCH] NuGet v6.0.6, revert conversation GUIDs --- README.md | 2 +- src/WatsonTcp/WatsonMessage.cs | 2 +- src/WatsonTcp/WatsonTcp.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 21e8bb9..18e217f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Special thanks to the following people for their support and contributions to th @DuAell @syntacs @zsolt777 @broms95 @Antwns @MartyIX @Jyck @Memphizzz @nirajgenius @cee-sharp @jeverz @cbarraco @DenisBalan @Markonius @Ahmed310 @markashleybell @thechosensausage @JVemon @eatyouroats @bendablegears @Laiteux @fisherman6v6 @wesoos -@YorVeX @tovich37 @sancheolz +@YorVeX @tovich37 @sancheolz @lunedis If you'd like to contribute, please jump right into the source code and create a pull request, or, file an issue with your enhancement request. diff --git a/src/WatsonTcp/WatsonMessage.cs b/src/WatsonTcp/WatsonMessage.cs index 640ddd8..2703df4 100644 --- a/src/WatsonTcp/WatsonMessage.cs +++ b/src/WatsonTcp/WatsonMessage.cs @@ -84,7 +84,7 @@ public byte[] PresharedKey /// Indicates the conversation GUID of the message. /// [JsonPropertyName("convguid")] - public Guid ConversationGuid { get; set; } = default(Guid); + public Guid ConversationGuid { get; set; } = Guid.NewGuid(); /// /// Sender GUID. diff --git a/src/WatsonTcp/WatsonTcp.csproj b/src/WatsonTcp/WatsonTcp.csproj index c13abd8..79c1721 100644 --- a/src/WatsonTcp/WatsonTcp.csproj +++ b/src/WatsonTcp/WatsonTcp.csproj @@ -4,7 +4,7 @@ net462;net48;net6.0;net7.0;net8.0 true true - 6.0.5 + 6.0.6 Joel Christner Joel Christner A simple C# async TCP server and client with integrated framing for reliable transmission and receipt of data