From ee6f8eb955a2b9656b91d28a8edfd959841729a6 Mon Sep 17 00:00:00 2001 From: vnugent Date: Wed, 27 Sep 2023 20:25:20 -0400 Subject: serializer better cancellation support, license file project copy --- lib/Net.Messaging.FBM/src/VNLib.Net.Messaging.FBM.csproj | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lib/Net.Messaging.FBM/src') diff --git a/lib/Net.Messaging.FBM/src/VNLib.Net.Messaging.FBM.csproj b/lib/Net.Messaging.FBM/src/VNLib.Net.Messaging.FBM.csproj index 8b81d59..7fade2c 100644 --- a/lib/Net.Messaging.FBM/src/VNLib.Net.Messaging.FBM.csproj +++ b/lib/Net.Messaging.FBM/src/VNLib.Net.Messaging.FBM.csproj @@ -14,14 +14,13 @@ VNLib.Net.Messaging.FBM Vaughn Nugent Vaughn Nugent - - Fixed Buffer Messaging protocol class library. Implements a high-performance asynchronous - request/response messaging architecture build on top of HTTP websockets. Provides client - and server data structures. - + Fixed Buffer Messaging protocol class library. Implements a high-performance asynchronous request/response messaging architecture build on top of HTTP websockets. Provides client and server data structures. Copyright © 2023 Vaughn Nugent https://www.vaughnnugent.com/resources/software/modules/VNLib.Core https://github.com/VnUgE/VNLib.Core/tree/main/lib/Net.Messaging.FBM + README.md + LICENSE + True @@ -49,6 +48,7 @@ True \ + Always -- cgit