From d8ce30ec20a41b5ddaf4f0b91f051cb479c3279c Mon Sep 17 00:00:00 2001 From: vnugent Date: Sun, 8 Jan 2023 20:21:28 -0500 Subject: Readme build updates --- lib/Plugins.Essentials/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/Plugins.Essentials') diff --git a/lib/Plugins.Essentials/README.md b/lib/Plugins.Essentials/README.md index 2399b61..a085c05 100644 --- a/lib/Plugins.Essentials/README.md +++ b/lib/Plugins.Essentials/README.md @@ -1,3 +1,6 @@ # VNLib.Plugins.Essentials -A library to add essential http processing features to your VNLib http application. This library is a part of the VNLib project and mostly focuses on the http content processing. It provides a layer between the base HTTP protocol and serving web content. It provides essential processing layers, extension methods, helper namespaces and more. Some features include stateful sessions, dynamic content routing, runtime extensible plugins, and abstractions for building plugins. \ No newline at end of file +A library to add essential http processing features to your VNLib http application. This library is a part of the VNLib project and mostly focuses on the http content processing. It provides a layer between the base HTTP protocol and serving web content. It provides essential processing layers, extension methods, helper namespaces and more. Some features include stateful sessions, dynamic content routing, runtime extensible plugins, and abstractions for building plugins. + +#### Builds +Debug build w/ symbols & xml docs, release builds, NuGet packages, and individually packaged source code are available on my [website](https://www.vaughnnugent.com/resources/software). All tar-gzip (.tgz) files will have an associated .sha384 appended checksum of the desired download file. \ No newline at end of file -- cgit