aboutsummaryrefslogtreecommitdiff
path: root/lib/VNLib.Data.Caching.Extensions
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-08-05 17:50:16 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-08-05 17:50:16 -0400
commitbd4590d7cfaf2fa554ff6c37e095975ac4eb0f02 (patch)
tree66c4720e46cb7eb066a784a22a4de3544babbafb /lib/VNLib.Data.Caching.Extensions
parent6de8bb6b38b716605f0d275d998ca47e33520b7a (diff)
Public prep, and api additions
Diffstat (limited to 'lib/VNLib.Data.Caching.Extensions')
-rw-r--r--lib/VNLib.Data.Caching.Extensions/LICENSE.txt4
-rw-r--r--lib/VNLib.Data.Caching.Extensions/README.md16
2 files changed, 15 insertions, 5 deletions
diff --git a/lib/VNLib.Data.Caching.Extensions/LICENSE.txt b/lib/VNLib.Data.Caching.Extensions/LICENSE.txt
index 147bcd6..a169586 100644
--- a/lib/VNLib.Data.Caching.Extensions/LICENSE.txt
+++ b/lib/VNLib.Data.Caching.Extensions/LICENSE.txt
@@ -1,8 +1,8 @@
-Copyright (c) 2022 Vaughn Nugent
+Copyright (c) 2023 Vaughn Nugent
Contact information
Name: Vaughn Nugent
- Email: public[at]vaughnnugent[dot]com
+ Email: vnpublic@proton.me
Website: https://www.vaughnnugent.com
The software in this repository is licensed under the GNU Affero GPL version 3.0 (or any later version).
diff --git a/lib/VNLib.Data.Caching.Extensions/README.md b/lib/VNLib.Data.Caching.Extensions/README.md
index 4326223..790f914 100644
--- a/lib/VNLib.Data.Caching.Extensions/README.md
+++ b/lib/VNLib.Data.Caching.Extensions/README.md
@@ -1,8 +1,18 @@
# VNLib.Data.Caching.Extensions
-*An extension library for rapid VNCache development*
+*An extension library for rapid VNCache distributed cache application development*
-#### 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.
+### Dependency notice
+This library depends on the VNLib.Net.Rest.Client library which requires RestSharp.
+
+## Builds
+Debug build w/ symbols & xml docs, release builds, NuGet packages, and individually packaged source code are available on my website (link below).
+
+## 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.Data.Caching.Extensions)
+[Builds and Source](https://www.vaughnnugent.com/resources/software/modules/VNLib.Data.Caching)
+[Nuget Feeds](https://www.vaughnnugent.com/resources/software/modules)
## 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