mirror of https://github.com/Sonarr/Sonarr
Updated exceptron driver.
This commit is contained in:
parent
a2d4b59002
commit
0470f3d78c
|
@ -39,7 +39,7 @@
|
||||||
<HintPath>..\Libraries\Exceptioneer.WindowsFormsClient.dll</HintPath>
|
<HintPath>..\Libraries\Exceptioneer.WindowsFormsClient.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Exceptron.Driver, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="Exceptron.Driver, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Exceptron.Driver.0.1.0.5\lib\net20\Exceptron.Driver.dll</HintPath>
|
<HintPath>..\packages\Exceptron.Driver.0.1.0.8\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>
|
||||||
|
|
|
@ -89,10 +89,10 @@ namespace NzbDrone.Common
|
||||||
|
|
||||||
public static void SetupExceptronDriver()
|
public static void SetupExceptronDriver()
|
||||||
{
|
{
|
||||||
ExceptronDriver = new ExceptionClient(
|
ExceptronDriver = new ExceptionClient("CB230C312E5C4FF38B4FB9644B05E60E")
|
||||||
"CB230C312E5C4FF38B4FB9644B05E60E",
|
{
|
||||||
new EnvironmentProvider().Version.ToString(),
|
ApplicationVersion = new EnvironmentProvider().Version.ToString()
|
||||||
new Uri("http://api.Exceptron.com/v1a/"));
|
};
|
||||||
|
|
||||||
ExceptronDriver.ThrowsExceptions = !EnvironmentProvider.IsProduction;
|
ExceptronDriver.ThrowsExceptions = !EnvironmentProvider.IsProduction;
|
||||||
ExceptronDriver.Enviroment = EnvironmentProvider.IsProduction ? "Prod" : "Dev";
|
ExceptronDriver.Enviroment = EnvironmentProvider.IsProduction ? "Prod" : "Dev";
|
||||||
|
|
|
@ -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.5" />
|
<package id="Exceptron.Driver" version="0.1.0.8" />
|
||||||
<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.
Binary file not shown.
Loading…
Reference in New Issue