From dbe28eb2b50d159c20c0e84ad7e67b32dd4e83ab Mon Sep 17 00:00:00 2001 From: Tony Bark Date: Fri, 18 Aug 2023 01:46:47 -0400 Subject: [PATCH] Reproducible Builds - Tweaked README --- Directory.Build.props | 6 ++++++ README.md | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 Directory.Build.props diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 0000000..54523f1 --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index af94de0..6bbb3c6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,9 @@ NuGet Downloads
Contributor Covenant

-CST.NET is a library for parsing the CST format. 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 Maxis' key-value pair format. It can be used in conjunction with your own custom frameworks, or the original ``UIText`` APIs. + +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. ## Changelog