From ee5287493a08d2e75d5d9c87a10b35bc7c1f1ba4 Mon Sep 17 00:00:00 2001 From: Tony Bark <35226681+tonytins@users.noreply.github.com> Date: Mon, 10 Oct 2022 05:08:12 -0400 Subject: [PATCH] Added README to project path for use on Nuget --- CSTNet/CSTNet.csproj | 2 +- CSTNet/README.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 CSTNet/README.md diff --git a/CSTNet/CSTNet.csproj b/CSTNet/CSTNet.csproj index 65c78a5..578dacc 100644 --- a/CSTNet/CSTNet.csproj +++ b/CSTNet/CSTNet.csproj @@ -2,7 +2,7 @@ net6.0 - 2.0.100-beta2 + 2.0.101-beta1 enable latest enable diff --git a/CSTNet/README.md b/CSTNet/README.md new file mode 100644 index 0000000..921dfb9 --- /dev/null +++ b/CSTNet/README.md @@ -0,0 +1,7 @@ +# CST.NET + +Caret-Separated Text (or CST) is a key-value pair format represented by digits or words as keys and the value as text enclosed between carets. (e.g. `` ^^``) Any text which is not enclosed with carets is considered a comment and ignored. Neither strings nor comments may use the caret character. CST.NET is a library for parsing the CST format. + +## License + +I license this project under the BSD-3-Clause license - see [LICENSE](LICENSE) for details. \ No newline at end of file