aboutsummaryrefslogtreecommitdiff
path: root/libs/VNLib.Plugins.Sessions.Cache.Client
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-08-27 13:51:27 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-08-27 13:51:27 -0400
commit221cca7175dac7ff1187032982d81f7237e1ebf6 (patch)
tree30572fe52c89a36ba9a4c69d577e75f5711cb401 /libs/VNLib.Plugins.Sessions.Cache.Client
parentef97ff5027417f0f76799c583773e49e77108042 (diff)
public release cleanup
Diffstat (limited to 'libs/VNLib.Plugins.Sessions.Cache.Client')
-rw-r--r--libs/VNLib.Plugins.Sessions.Cache.Client/LICENSE.txt4
-rw-r--r--libs/VNLib.Plugins.Sessions.Cache.Client/README.md15
-rw-r--r--libs/VNLib.Plugins.Sessions.Cache.Client/src/VNLib.Plugins.Sessions.Cache.Client.csproj10
3 files changed, 14 insertions, 15 deletions
diff --git a/libs/VNLib.Plugins.Sessions.Cache.Client/LICENSE.txt b/libs/VNLib.Plugins.Sessions.Cache.Client/LICENSE.txt
index 147bcd6..a169586 100644
--- a/libs/VNLib.Plugins.Sessions.Cache.Client/LICENSE.txt
+++ b/libs/VNLib.Plugins.Sessions.Cache.Client/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/libs/VNLib.Plugins.Sessions.Cache.Client/README.md b/libs/VNLib.Plugins.Sessions.Cache.Client/README.md
index 94a20d1..4f7bfe8 100644
--- a/libs/VNLib.Plugins.Sessions.Cache.Client/README.md
+++ b/libs/VNLib.Plugins.Sessions.Cache.Client/README.md
@@ -1,8 +1,15 @@
# VNLib.Plugins.Sessions.Cache.Client
-*Provides shared abstractions for IGlobalCache backed sessions*
+*Provides shared abstractions and boilerplate for IGlobalCache backed 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.
+## 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.plugins.sessions.cache.client)
+[Builds and Source](https://www.vaughnnugent.com/resources/software/modules/VNLib.Plugins.Sessions)
+[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
+Source files in for this project are licensed to you under the GNU Affero General Public License (or any later version). See the LICENSE file for more information.
diff --git a/libs/VNLib.Plugins.Sessions.Cache.Client/src/VNLib.Plugins.Sessions.Cache.Client.csproj b/libs/VNLib.Plugins.Sessions.Cache.Client/src/VNLib.Plugins.Sessions.Cache.Client.csproj
index 284acdb..0162020 100644
--- a/libs/VNLib.Plugins.Sessions.Cache.Client/src/VNLib.Plugins.Sessions.Cache.Client.csproj
+++ b/libs/VNLib.Plugins.Sessions.Cache.Client/src/VNLib.Plugins.Sessions.Cache.Client.csproj
@@ -17,21 +17,13 @@
<Company>Vaughn Nugent</Company>
<Product>Cache backed session client library</Product>
<Description>
- Base library for implementing cache backed HTTP sessions.
+ Boilerplate and abstractions library for implementing cache backed HTTP sessions.
</Description>
<Copyright>Copyright © 2023 Vaughn Nugent</Copyright>
<PackageProjectUrl>https://www.vaughnnugent.com/resources/software/modules/VNLib.Plugins.Sessions</PackageProjectUrl>
<RepositoryUrl>https://github.com/VnUgE/VNLib.Plugins.Sessions/tree/master/libs/VNLib.Plugins.Sessions.Cache.Client</RepositoryUrl>
</PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
- <Deterministic>False</Deterministic>
- </PropertyGroup>
-
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
- <Deterministic>False</Deterministic>
- </PropertyGroup>
-
<ItemGroup>
<PackageReference Include="ErrorProne.NET.CoreAnalyzers" Version="0.1.2">
<PrivateAssets>all</PrivateAssets>