Updated ET driver
This commit is contained in:
parent
7f321c500b
commit
109904ccc8
|
@ -38,8 +38,8 @@
|
||||||
<Reference Include="Exceptioneer.WindowsFormsClient">
|
<Reference Include="Exceptioneer.WindowsFormsClient">
|
||||||
<HintPath>..\Libraries\Exceptioneer.WindowsFormsClient.dll</HintPath>
|
<HintPath>..\Libraries\Exceptioneer.WindowsFormsClient.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Exceptron.Driver">
|
<Reference Include="Exceptron.Driver, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Exceptron.Driver.0.1.0.15\lib\net20\Exceptron.Driver.dll</HintPath>
|
<HintPath>..\packages\Exceptron.Driver.0.1.0.17\lib\net20\Exceptron.Driver.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Newtonsoft.Json.4.5.4\lib\net40\Newtonsoft.Json.dll</HintPath>
|
<HintPath>..\packages\Newtonsoft.Json.4.5.4\lib\net40\Newtonsoft.Json.dll</HintPath>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<packages>
|
<packages>
|
||||||
<package id="Exceptron.Driver" version="0.1.0.15" />
|
<package id="Exceptron.Driver" version="0.1.0.17" />
|
||||||
<package id="Newtonsoft.Json" version="4.5.4" />
|
<package id="Newtonsoft.Json" version="4.5.4" />
|
||||||
<package id="NLog" version="2.0.0.2000" />
|
<package id="NLog" version="2.0.0.2000" />
|
||||||
</packages>
|
</packages>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -27,9 +27,7 @@ namespace Exceptron.Driver
|
||||||
{
|
{
|
||||||
_appId = appId;
|
_appId = appId;
|
||||||
|
|
||||||
ServerUrl = "http://localhost:57674/v1a/";
|
ServerUrl = "http://api.exceptron.com/v1a/";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
RestClient = new RestClient();
|
RestClient = new RestClient();
|
||||||
}
|
}
|
Loading…
Reference in New Issue