mirror of
https://github.com/tonytins/cstdotnet.git
synced 2026-02-10 20:24:47 -05:00
1.0.300
- Switched to Sixam.CST namespace and marked CSTNet namespace as obsolete. - Performance improvements.
This commit is contained in:
parent
e8f7bf4d0a
commit
2d310cee53
9 changed files with 56 additions and 42 deletions
|
|
@ -1,7 +1,7 @@
|
|||
using System;
|
||||
using System.IO;
|
||||
|
||||
namespace CSTNet.Tests
|
||||
namespace Sixam.CST.Tests
|
||||
{
|
||||
static class CSTHelper
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
using System;
|
||||
using Xunit;
|
||||
|
||||
namespace CSTNet.Tests
|
||||
namespace Sixam.CST.Tests
|
||||
{
|
||||
public class MultilineTests
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
// This project is licensed under the MIT license.
|
||||
|
||||
using Xunit;
|
||||
|
||||
namespace CSTNet.Tests
|
||||
namespace Sixam.CST.Tests
|
||||
{
|
||||
public class SingleLineTests
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue