Switched back to "CST.NET" name

- Switched back to original CST.NET name because everyone was using that more.
- Retroactively switched back to v1.1.100
This commit is contained in:
Tony Bark 2022-04-29 06:47:53 -04:00
parent dc62584b7c
commit 3de1fc5eca
13 changed files with 41 additions and 49 deletions

19
CSTNet/CSTNet.csproj Normal file
View file

@ -0,0 +1,19 @@
<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>