From 5af35f054f4460e12e9aae6c83b8110192d1254a Mon Sep 17 00:00:00 2001 From: vnugent Date: Thu, 12 Jan 2023 17:58:50 -0500 Subject: Readme updates --- Libs/README.md | 3 --- README.md | 8 +++++--- 2 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 Libs/README.md diff --git a/Libs/README.md b/Libs/README.md deleted file mode 100644 index db899cb..0000000 --- a/Libs/README.md +++ /dev/null @@ -1,3 +0,0 @@ -## VNLib.Plugins.Essentials.Sessions Helper libraries - -This folder contains helper libraries for the developing session providers. \ No newline at end of file diff --git a/README.md b/README.md index 2a834e5..a219d5c 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ -# VNLib.Plugins.Essentials.Sessions +# VNLib.Plugins.Sessions This folder contains helper libraries for the developing session providers, plugins for managing distributed object caching, and client runtime implementations. Each library or plugin library should contain a readme.md file for setup/installation or usage. +#### 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. + ## 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 +Licenses may vary depending on the project. Each project will contain a license file and applicable licensing information in the project's readme. \ No newline at end of file -- cgit