aboutsummaryrefslogtreecommitdiff
path: root/lib/Plugins.PluginBase/README.md
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-07-27 11:30:01 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-07-27 11:30:01 -0400
commitcd7d9f3ec65737b96c713b1b84ef972e901c4ea3 (patch)
tree648f24ddcc9d25d9a05832bd27b15c72bb86805c /lib/Plugins.PluginBase/README.md
parent1074db64cc7bae103240ff1220d50d1958b7a900 (diff)
readme updates, VS solution added for faster builds
Diffstat (limited to 'lib/Plugins.PluginBase/README.md')
-rw-r--r--lib/Plugins.PluginBase/README.md16
1 files changed, 15 insertions, 1 deletions
diff --git a/lib/Plugins.PluginBase/README.md b/lib/Plugins.PluginBase/README.md
index 65af7f4..6534c25 100644
--- a/lib/Plugins.PluginBase/README.md
+++ b/lib/Plugins.PluginBase/README.md
@@ -1 +1,15 @@
-# PluginBase \ No newline at end of file
+# Plugins.PluginBase
+
+Provides a abstract base class implementation of an IPlugin interface that does helpful housekeeping and serves as a base type for a large collection of extension libraries to build from. Maintains routes, and handles host loading hooks. To better understand the plugin system please read [these articles.](https://www.vaughnnugent.com/resources/software/articles?tags=docs,_VNLib.Plugins)
+
+## Builds
+Debug build w/ symbols & xml docs, release builds, NuGet packages, and individually packaged source code are available on my website (link below). All tar-gzip (.tgz) files will have an associated .sha384 appended checksum of the desired download file.
+
+## Docs and Guides
+Documentation, specifications, and setup guides are available on my website.
+
+[Docs and Articles](https://www.vaughnnugent.com/resources/software/articles?tags=docs,_vnlib.plugins.pluginbase)
+[Builds and Source](https://www.vaughnnugent.com/resources/software/modules/VNLib.Core)
+
+## License
+The software in this repository is licensed under the GNU Affero General Public License (or any later version). See the LICENSE files for more information. \ No newline at end of file