aboutsummaryrefslogtreecommitdiff
path: root/lib/Plugins
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-01-08 20:21:28 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2023-01-08 20:21:28 -0500
commitd8ce30ec20a41b5ddaf4f0b91f051cb479c3279c (patch)
tree0c88da3e0ff2166189d36538d68f2256e090d8e4 /lib/Plugins
parent4e33bf6c8cb365fd771f7e06649c4f49d3397463 (diff)
Readme build updates
Diffstat (limited to 'lib/Plugins')
-rw-r--r--lib/Plugins/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Plugins/README.md b/lib/Plugins/README.md
index c08107a..1f08b6f 100644
--- a/lib/Plugins/README.md
+++ b/lib/Plugins/README.md
@@ -4,6 +4,9 @@ A compact and simple contract interface and supporting types for runtime loadabl
**This library has no internal or external dependencies**
+#### 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.
+
### Usage with VNLib.Plugins.Essentials.
The **VNLib.Plugins.Essentials** library discovers IEndpoint types at runtime inside `EventProcessor` types. For correct usage with the `EventProcessor` class you should implement the interface `IVirtualEndpoint<HttpEntity>` otherwise your endpoint will not get loaded.