Moved second README and change log from source to /doc

This commit is contained in:
Tony Bark 2023-08-10 22:41:12 -04:00
parent df5ebd3954
commit 6bc99bb7cc
6 changed files with 43 additions and 73 deletions

View file

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0;netstandard2.1</TargetFrameworks>
<TargetFrameworks>net6.0;netstandard2.1;net8.0</TargetFrameworks>
<Version>2.0.103</Version>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
@ -17,8 +17,4 @@
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
</PropertyGroup>
<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>

View file

@ -1,7 +0,0 @@
# 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. ``<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.
## License
I license this project under the BSD-3-Clause license - see [LICENSE](LICENSE) for details.