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/Plugins/src/VNLib.Plugins.csproj | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'lib/Plugins') diff --git a/lib/Plugins/src/VNLib.Plugins.csproj b/lib/Plugins/src/VNLib.Plugins.csproj index e9aa10e..05f57d3 100644 --- a/lib/Plugins/src/VNLib.Plugins.csproj +++ b/lib/Plugins/src/VNLib.Plugins.csproj @@ -17,13 +17,13 @@ Copyright © 2023 Vaughn Nugent Plugins, VNLIb, VNLib Plugins, Plugin Base VNLib Plugins Interface Assembly - - Provides a standard interface for building dynamically loadable - plugins and asynchronus web endpoint processing, compatible - with the VNLib.Plugins.Runtime loader library. + Provides a standard interface for building dynamically loadable plugins and asynchronus web endpoint processing, compatible with the VNLib.Plugins.Runtime loader library. https://www.vaughnnugent.com/resources/software/modules/VNLib.Core https://github.com/VnUgE/VNLib.Core/tree/main/lib/Plugins + README.md + LICENSE + True @@ -45,6 +45,7 @@ True \ + Always -- cgit