mirror of
https://github.com/tonytins/cstdotnet.git
synced 2025-03-21 00:01:20 +00:00
- Switched back to original CST.NET name because everyone was using that more. - Retroactively switched back to v1.1.100
19 lines
813 B
XML
19 lines
813 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<Version>1.2.100</Version>
|
|
<Nullable>enable</Nullable>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Authors>Tony Bark, Sixam Software</Authors>
|
|
<PackageDescription>
|
|
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. ([key] ^[value]^)
|
|
|
|
Sixam.CST provides you the framework for parsing the CST format.
|
|
</PackageDescription>
|
|
<RepositoryUrl>https://github.com/sixamsoft/cst-dotnet</RepositoryUrl>
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
<RootNamespace>Sixam.CST</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|