aboutsummaryrefslogtreecommitdiff
path: root/lib/Net.Compression
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/Net.Compression
parent1074db64cc7bae103240ff1220d50d1958b7a900 (diff)
readme updates, VS solution added for faster builds
Diffstat (limited to 'lib/Net.Compression')
-rw-r--r--lib/Net.Compression/readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Net.Compression/readme.md b/lib/Net.Compression/readme.md
index 6b7f5f1..d0074ab 100644
--- a/lib/Net.Compression/readme.md
+++ b/lib/Net.Compression/readme.md
@@ -5,10 +5,10 @@ Provides a cross platform (w/ cmake) native compression DLL for Brotli, Deflate,
The native library relies on source code (which are statically compiled) for Brotli and Zlib. The original repositories for both libraries will do, but I use the Cloudflare fork of Zlib for testing. You should consult my documentation below for how and where to get the source for these libraries.
-### Builds
+## 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
+## 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.net.compression)