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