Tweaks to versioning scheme

Nuke staging
This commit is contained in:
Westin Miller
2017-12-02 12:14:48 -08:00
parent 039c5d9244
commit 72b6d0e7bb
7 changed files with 21 additions and 28 deletions

View File

@@ -1,7 +1,9 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using Torch.Utils;
@@ -32,4 +34,4 @@ namespace Torch.Tests
private static TorchAssemblyResolver _torchResolver;
}
}
}