- Minor changes

master
VollRagm 3 years ago
parent 831eab5faa
commit ed144e56fd

@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace UplayNameChecker
namespace UplayNameChecker
{
public static class JSCode
{

@ -1,8 +1,5 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace UplayNameChecker
@ -48,7 +45,7 @@ namespace UplayNameChecker
if (available)
File.AppendAllLines("availableNames.txt", new string[] { name });
await Task.Delay(200); //give the api a little bit to breathe :)
await Task.Delay(50); //give the api a little bit to breathe :)
}
Console.WriteLine();
Log.Info("Written results to availableNames.txt.");

@ -1,11 +1,8 @@
using Jint;
using Jint.Native;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
namespace UplayNameChecker

@ -28,7 +28,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>

Loading…
Cancel
Save