Fix my tests

This commit is contained in:
JustArchi
2016-04-14 22:25:10 +02:00
parent 0f96d84d36
commit 03a7d5f4ac
3 changed files with 3 additions and 4 deletions

View File

@@ -28,7 +28,6 @@ using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net.Http;
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;

View File

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.2.9")]
[assembly: AssemblyFileVersion("2.0.2.9")]
[assembly: AssemblyVersion("2.0.3.1")]
[assembly: AssemblyFileVersion("2.0.3.1")]

View File

@@ -2,7 +2,7 @@
"Debug": false,
"Headless": false,
"AutoUpdates": true,
"UpdateChannel": 2,
"UpdateChannel": 1,
"SteamProtocol": 6,
"SteamOwnerID": 0,
"MaxFarmingTime": 10,