mirror of
https://github.com/tonytins/cstdotnet.git
synced 2025-10-15 16:03:49 -04:00
Nuget badge in README
- Explained UIText and Release Cycle a lot more clearly, I hope
This commit is contained in:
parent
9d98055df3
commit
f01ac8970a
2 changed files with 12 additions and 6 deletions
|
@ -1,9 +1,13 @@
|
|||
# CST.NET
|
||||
|
||||
[](https://github.com/tonytins/cstdotnet/blob/main/LICENSE)   [](code_of_conduct.md)
|
||||
[](https://github.com/tonytins/cstdotnet/blob/main/LICENSE)    [](code_of_conduct.md)
|
||||
|
||||
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. ``<key> ^<text>^``) 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.
|
||||
|
||||
## Changelog
|
||||
|
||||
See [changelog.md](./changelog.md)
|
||||
|
||||
## Usage
|
||||
|
||||
See [usage.md](./usage.md).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue