From 751e1a107195f0c9c98c866e8267a5a760545982 Mon Sep 17 00:00:00 2001 From: vnugent Date: Thu, 12 Jan 2023 17:47:41 -0500 Subject: Large project reorder and consolidation --- libs/VNLib.Plugins.Sessions.VNCache/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 libs/VNLib.Plugins.Sessions.VNCache/README.md (limited to 'libs/VNLib.Plugins.Sessions.VNCache/README.md') diff --git a/libs/VNLib.Plugins.Sessions.VNCache/README.md b/libs/VNLib.Plugins.Sessions.VNCache/README.md new file mode 100644 index 0000000..82a0fc9 --- /dev/null +++ b/libs/VNLib.Plugins.Sessions.VNCache/README.md @@ -0,0 +1,8 @@ +# VNLib.Plugins.Sessions.VNCache +*Provides web based sessions using a VNCache cache cluster as a backing store for distributed sessions* + +#### 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 +Source files in for this project are licensed to you under the GNU Affero General Public License (or any later version). See the LICENSE files for more information. \ No newline at end of file -- cgit