mirror of
https://github.com/tonytins/cstdotnet.git
synced 2026-02-10 12:14:47 -05:00
1.0.300 (#4)
- Switched to Sixam.CST namespace and marked CSTNet namespace as obsolete. - Renumbered patch version from single to triple digits. - Performance improvements.
This commit is contained in:
parent
e8f7bf4d0a
commit
6dea456a25
11 changed files with 59 additions and 44 deletions
|
|
@ -11,7 +11,7 @@ Caret-Separated Text (or CST) is a key-value pair format represented by digits o
|
|||
```
|
||||
|
||||
```csharp
|
||||
#r "nuget:CSTNet,1.0.2"
|
||||
#r "nuget:CSTNet,1.0.300"
|
||||
using System;
|
||||
using System.IO;
|
||||
using CSTNet;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue