mirror of
https://github.com/tonytins/cstdotnet.git
synced 2025-03-23 08:42:19 +00:00
The UIText class allows for travseing in "/<directory>/<language>.dir" directories and searching for CST files by their Id number. See usage.md for more info.
16 lines
688 B
XML
16 lines
688 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
<Version>1.1.100</Version>
|
|
<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>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|