From f4f0d4f74250257991c57bfae74c4852c7e1ae46 Mon Sep 17 00:00:00 2001 From: vnugent Date: Thu, 2 May 2024 15:22:53 -0400 Subject: feat: Buff middleware handlers | | Added implicit support for middleware post processing of files before the filehandler closes the connection. Also cleaned up some project file stuff --- lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj') diff --git a/lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj b/lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj index c7a4151..b127800 100644 --- a/lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj +++ b/lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj @@ -6,10 +6,13 @@ VNLib.Net.Rest.Client VNLib.Net.Rest.Client True - latest-all false + + latest-all + + VNLib.Net.Rest.Client Vaughn Nugent -- cgit