2020-12-08 17:56:38 -05:00
<Project Sdk= "Microsoft.NET.Sdk" >
<PropertyGroup >
<TargetFramework > netstandard2.0</TargetFramework>
2020-12-13 06:54:54 -05:00
<Version > 1.0.300</Version>
<Authors > Tony Bark, Sixam Software</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. ([key] ^[value]^)
CST.NET is a parser for the CST format.
</PackageDescription>
2020-12-12 04:01:55 -05:00
<RepositoryUrl > https://github.com/sixamsoft/cst-dotnet</RepositoryUrl>
2020-12-09 17:07:58 -05:00
<PackageLicenseExpression > MIT</PackageLicenseExpression>
2020-12-08 20:13:18 -05:00
<Product > CST.Net</Product>
2020-12-11 01:05:46 -05:00
<AssemblyName > CSTNet</AssemblyName>
2020-12-08 17:56:38 -05:00
</PropertyGroup>
</Project>