aboutsummaryrefslogtreecommitdiff
path: root/lib/Utils
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/Utils
parent1074db64cc7bae103240ff1220d50d1958b7a900 (diff)
readme updates, VS solution added for faster builds
Diffstat (limited to 'lib/Utils')
-rw-r--r--lib/Utils/README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/Utils/README.md b/lib/Utils/README.md
index 632253c..29ccc50 100644
--- a/lib/Utils/README.md
+++ b/lib/Utils/README.md
@@ -2,14 +2,14 @@
A .NET 6 /C# library for common .NET operation and memory optimizations.
-### License
-The software in this repository is licensed under the GNU GPL version 2.0 (or any later version). See the LICENSE files for more information.
+### Builds & Feeds
+Builds contain the individual components listed below packaged per-project, available for download on my website. Build packages will be tgz archives (except for nuget packages). You can obtain debug and release builds, along with per-project source code.
-### Documentation
-Docs and articles will be available from the docs link below. This library is quite large and will take time to develop docs. I heavily document all public APIs in XML so you can at-least get basic information when using this library.
+### Docs and Guides
+Docs and articles will be available from the docs link below. This library is quite large and will take time to develop docs. I heavily document all public APIs in XML so you can at-least get basic information when using this library.
-### Builds & Feeds
-Builds contain the individual components listed below packaged per-project, available for download on my website. Build packages will be tgz archives (except for nuget packages). You can obtain debug and release builds, along with per-project source code.
+### License
+The software in this repository is licensed under the GNU GPL version 2.0 (or any later version). See the LICENSE files for more information.
### Links
[Home Page](https://www.vaughnnugent.com) - Website home page