Proper unit tests

- Changed example section to usage and explained how it was used in TSO
This commit is contained in:
Tony Bark 2020-12-08 20:13:18 -05:00
parent 8b5206ad3a
commit 154065d386
7 changed files with 74 additions and 19 deletions

View file

@ -3,7 +3,11 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.0-rc1</Version>
<Description>Caret-Separated Text (or CST) is a key-value pair format represented by numbers or words as keys and the value is the string enclosed between carets (^) that contains the contents. CST.NET is a library for prasing the CST format.</Description>
<Authors>Tony Bark</Authors>
<PackageDescription>Caret-Separated Text (or CST) is a key-value pair format represented by numbers or words as keys and the value is the string enclosed between carets (^) that contains the contents. CST.NET is a library for prasing the CST format.</PackageDescription>
<RepositoryUrl>https://github.com/tonytins/cstnet</RepositoryUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Product>CST.Net</Product>
</PropertyGroup>
</Project>