Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/fdb5ccdae1f90e2438d0369093772ec84734cdaa
You should set ROOT_URL correctly, otherwise the web may not work correctly.
27 changed files with
54 additions and
54 deletions
@ -43,9 +43,9 @@
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<ItemGroup >
<Reference Include= "Newtonsoft.Json, Version= 6 .0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
< SpecificVersion> False</SpecificVersion >
< HintPath> ..\packages\Newtonsoft.Json.6.0.6\lib\net40\Newtonsoft.Json.dll</HintPath >
<Reference Include= "Newtonsoft.Json, Version= 9 .0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
< HintPath> ..\packages\Newtonsoft.Json.9.0.1\lib\net40\Newtonsoft.Json.dll</HintPath >
< Private> True</Private >
</Reference>
<Reference Include= "System" />
<Reference Include= "System.Core" />
@ -281,4 +281,4 @@
<Target Name= "BeforeBuild" >
</Target>
-->
</Project>
</Project>
@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="6.0.6 " targetFramework="net40" />
<package id="Newtonsoft.Json" version="9.0.1 " targetFramework="net40" />
</packages>
@ -68,9 +68,9 @@
<HintPath > ..\packages\Nancy.Authentication.Forms.1.4.1\lib\net40\Nancy.Authentication.Forms.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Newtonsoft.Json, Version= 6 .0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
< SpecificVersion> False</SpecificVersion >
< HintPath> ..\packages\Newtonsoft.Json.6.0.6\lib\net40\Newtonsoft.Json.dll</HintPath >
<Reference Include= "Newtonsoft.Json, Version= 9 .0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
< HintPath> ..\packages\Newtonsoft.Json.9.0.1\lib\net40\Newtonsoft.Json.dll</HintPath >
< Private> True</Private >
</Reference>
<Reference Include= "NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL" >
<HintPath > ..\packages\NLog.4.4.1\lib\net40\NLog.dll</HintPath>
@ -5,6 +5,6 @@
<package id="Nancy" version="1.4.3" targetFramework="net40" />
<package id="Nancy.Authentication.Basic" version="1.4.1" targetFramework="net40" />
<package id="Nancy.Authentication.Forms" version="1.4.1" targetFramework="net40" />
<package id="Newtonsoft.Json" version="6.0.6 " targetFramework="net40" />
<package id="Newtonsoft.Json" version="9.0.1 " targetFramework="net40" />
<package id="NLog" version="4.4.1" targetFramework="net40" />
</packages>
@ -39,9 +39,9 @@
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<ItemGroup >
<Reference Include= "Newtonsoft.Json, Version= 6 .0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
< SpecificVersion> False</SpecificVersion >
< HintPath> ..\packages\Newtonsoft.Json.6.0.6\lib\net40\Newtonsoft.Json.dll</HintPath >
<Reference Include= "Newtonsoft.Json, Version= 9 .0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
< HintPath> ..\packages\Newtonsoft.Json.9.0.1\lib\net40\Newtonsoft.Json.dll</HintPath >
< Private> True</Private >
</Reference>
<Reference Include= "NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL" >
<HintPath > ..\packages\NLog.4.4.1\lib\net40\NLog.dll</HintPath>
@ -2,6 +2,6 @@
<packages>
<package id="DotNet4.SocksProxy" version="1.3.2.0" targetFramework="net40" />
<package id="ICSharpCode.SharpZipLib.Patched" version="0.86.5" targetFramework="net40" />
<package id="Newtonsoft.Json" version="6.0.6 " targetFramework="net40" />
<package id="Newtonsoft.Json" version="9.0.1 " targetFramework="net40" />
<package id="NLog" version="4.4.1" targetFramework="net40" />
</packages>
@ -71,9 +71,9 @@
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Microsoft.Owin.Hosting.2.1.0\lib\net40\Microsoft.Owin.Hosting.dll</HintPath>
</Reference>
<Reference Include= "Newtonsoft.Json, Version= 6 .0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
< SpecificVersion> False</SpecificVersion >
< HintPath> ..\packages\Newtonsoft.Json.6.0.6\lib\net40\Newtonsoft.Json.dll</HintPath >
<Reference Include= "Newtonsoft.Json, Version= 9 .0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
< HintPath> ..\packages\Newtonsoft.Json.9.0.1\lib\net40\Newtonsoft.Json.dll</HintPath >
< Private> True</Private >
</Reference>
<Reference Include= "NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL" >
<HintPath > ..\packages\NLog.4.4.1\lib\net40\NLog.dll</HintPath>
@ -2,7 +2,7 @@
<packages>
<package id="Microsoft.Owin" version="2.1.0" targetFramework="net40" />
<package id="Microsoft.Owin.Hosting" version="2.1.0" targetFramework="net40" />
<package id="Newtonsoft.Json" version="6.0.6 " targetFramework="net40" />
<package id="Newtonsoft.Json" version="9.0.1 " targetFramework="net40" />
<package id="NLog" version="4.4.1" targetFramework="net40" />
<package id="Owin" version="1.0" targetFramework="net40" />
</packages>
@ -84,9 +84,9 @@
<HintPath > ..\packages\NCrunch.Framework.3.2.0.3\lib\NCrunch.Framework.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Newtonsoft.Json, Version= 6 .0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
< SpecificVersion> False</SpecificVersion >
< HintPath> ..\packages\Newtonsoft.Json.6.0.6\lib\net40\Newtonsoft.Json.dll</HintPath >
<Reference Include= "Newtonsoft.Json, Version= 9 .0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
< HintPath> ..\packages\Newtonsoft.Json.9.0.1\lib\net40\Newtonsoft.Json.dll</HintPath >
< Private> True</Private >
</Reference>
<Reference Include= "NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL" >
<HintPath > ..\packages\NLog.4.4.1\lib\net40\NLog.dll</HintPath>
@ -9,7 +9,7 @@
<package id="Moq" version="4.0.10827" />
<package id="NBuilder" version="4.0.0" targetFramework="net40" />
<package id="NCrunch.Framework" version="3.2.0.3" targetFramework="net40" />
<package id="Newtonsoft.Json" version="6.0.6 " targetFramework="net40" />
<package id="Newtonsoft.Json" version="9.0.1 " targetFramework="net40" />
<package id="NLog" version="4.4.1" targetFramework="net40" />
<package id="NUnit" version="3.5.0" targetFramework="net40" />
<package id="Prowlin" version="0.9.4456.26422" targetFramework="net40" />
@ -76,9 +76,9 @@
<HintPath > ..\packages\ImageResizer.3.4.3\lib\ImageResizer.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Newtonsoft.Json, Version= 6 .0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
< SpecificVersion> False</SpecificVersion >
< HintPath> ..\packages\Newtonsoft.Json.6.0.6\lib\net40\Newtonsoft.Json.dll</HintPath >
<Reference Include= "Newtonsoft.Json, Version= 9 .0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
< HintPath> ..\packages\Newtonsoft.Json.9.0.1\lib\net40\Newtonsoft.Json.dll</HintPath >
< Private> True</Private >
</Reference>
<Reference Include= "NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL" >
<HintPath > ..\packages\NLog.4.4.1\lib\net40\NLog.dll</HintPath>
@ -4,7 +4,7 @@
<package id="FluentMigrator.Runner" version="1.6.2" targetFramework="net40" />
<package id="FluentValidation" version="6.2.1.0" targetFramework="net40" />
<package id="ImageResizer" version="3.4.3" targetFramework="net40" />
<package id="Newtonsoft.Json" version="6.0.6 " targetFramework="net40" />
<package id="Newtonsoft.Json" version="9.0.1 " targetFramework="net40" />
<package id="NLog" version="4.4.1" targetFramework="net40" />
<package id="OAuth" version="1.0.3" targetFramework="net40" />
<package id="Prowlin" version="0.9.4456.26422" targetFramework="net40" />
@ -77,9 +77,9 @@
<HintPath > ..\packages\Nancy.Owin.1.4.1\lib\net40\Nancy.Owin.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Newtonsoft.Json, Version= 6 .0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
< SpecificVersion> False</SpecificVersion >
< HintPath> ..\packages\Newtonsoft.Json.6.0.6\lib\net40\Newtonsoft.Json.dll</HintPath >
<Reference Include= "Newtonsoft.Json, Version= 9 .0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
< HintPath> ..\packages\Newtonsoft.Json.9.0.1\lib\net40\Newtonsoft.Json.dll</HintPath >
< Private> True</Private >
</Reference>
<Reference Include= "NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL" >
<HintPath > ..\packages\NLog.4.4.1\lib\net40\NLog.dll</HintPath>
@ -5,7 +5,7 @@
<package id="Microsoft.Owin.Hosting" version="2.1.0" targetFramework="net40" />
<package id="Nancy" version="1.4.3" targetFramework="net40" />
<package id="Nancy.Owin" version="1.4.1" targetFramework="net40" />
<package id="Newtonsoft.Json" version="6.0.6 " targetFramework="net40" />
<package id="Newtonsoft.Json" version="9.0.1 " targetFramework="net40" />
<package id="NLog" version="4.4.1" targetFramework="net40" />
<package id="Owin" version="1.0" targetFramework="net40" />
</packages>
@ -72,9 +72,9 @@
<HintPath > ..\packages\Nancy.Owin.1.4.1\lib\net40\Nancy.Owin.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Newtonsoft.Json, Version= 6 .0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
< SpecificVersion> False</SpecificVersion >
< HintPath> ..\packages\Newtonsoft.Json.6.0.6\lib\net40\Newtonsoft.Json.dll</HintPath >
<Reference Include= "Newtonsoft.Json, Version= 9 .0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
< HintPath> ..\packages\Newtonsoft.Json.9.0.1\lib\net40\Newtonsoft.Json.dll</HintPath >
< Private> True</Private >
</Reference>
<Reference Include= "NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL" >
<HintPath > ..\packages\NLog.4.4.1\lib\net40\NLog.dll</HintPath>
@ -9,7 +9,7 @@
<package id="Moq" version="4.0.10827" targetFramework="net40" />
<package id="Nancy" version="1.4.3" targetFramework="net40" />
<package id="Nancy.Owin" version="1.4.1" targetFramework="net40" />
<package id="Newtonsoft.Json" version="6.0.6 " targetFramework="net40" />
<package id="Newtonsoft.Json" version="9.0.1 " targetFramework="net40" />
<package id="NLog" version="4.4.1" targetFramework="net40" />
<package id="NUnit" version="3.5.0" targetFramework="net40" />
<package id="Owin" version="1.0" targetFramework="net40" />
@ -46,9 +46,9 @@
<HintPath > ..\packages\FluentAssertions.4.18.0\lib\net40\FluentAssertions.Core.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Newtonsoft.Json, Version= 6 .0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
< SpecificVersion> False</SpecificVersion >
< HintPath> ..\packages\Newtonsoft.Json.6.0.6\lib\net40\Newtonsoft.Json.dll</HintPath >
<Reference Include= "Newtonsoft.Json, Version= 9 .0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
< HintPath> ..\packages\Newtonsoft.Json.9.0.1\lib\net40\Newtonsoft.Json.dll</HintPath >
< Private> True</Private >
</Reference>
<Reference Include= "nunit.framework, Version=3.5.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL" >
<HintPath > ..\packages\NUnit.3.5.0\lib\net40\nunit.framework.dll</HintPath>
@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="FluentAssertions" version="4.18.0" targetFramework="net40" />
<package id="Newtonsoft.Json" version="6.0.6 " targetFramework="net40" />
<package id="Newtonsoft.Json" version="9.0.1 " targetFramework="net40" />
<package id="NUnit" version="3.5.0" targetFramework="net40" />
</packages>
@ -38,9 +38,9 @@
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<ItemGroup >
<Reference Include= "Newtonsoft.Json, Version= 6 .0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
< SpecificVersion> False</SpecificVersion >
< HintPath> ..\packages\Newtonsoft.Json.6.0.6\lib\net40\Newtonsoft.Json.dll</HintPath >
<Reference Include= "Newtonsoft.Json, Version= 9 .0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
< HintPath> ..\packages\Newtonsoft.Json.9.0.1\lib\net40\Newtonsoft.Json.dll</HintPath >
< Private> True</Private >
</Reference>
<Reference Include= "System" />
<Reference Include= "System.Core" />
@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="6.0.6 " targetFramework="net40" />
<package id="Newtonsoft.Json" version="9.0.1 " targetFramework="net40" />
</packages>
@ -7,7 +7,7 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6 .0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9 .0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="NLog" publicKeyToken="5120e14c03d0593c" culture="neutral" />
@ -45,9 +45,9 @@
<HintPath > ..\packages\FluentAssertions.4.18.0\lib\net40\FluentAssertions.Core.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Newtonsoft.Json, Version= 6 .0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
< SpecificVersion> False</SpecificVersion >
< HintPath> ..\packages\Newtonsoft.Json.6.0.6\lib\net40\Newtonsoft.Json.dll</HintPath >
<Reference Include= "Newtonsoft.Json, Version= 9 .0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
< HintPath> ..\packages\Newtonsoft.Json.9.0.1\lib\net40\Newtonsoft.Json.dll</HintPath >
< Private> True</Private >
</Reference>
<Reference Include= "NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL" >
<HintPath > ..\packages\NLog.4.4.1\lib\net40\NLog.dll</HintPath>
@ -3,7 +3,7 @@
<package id="CommonServiceLocator" version="1.0" />
<package id="FluentAssertions" version="4.18.0" targetFramework="net40" />
<package id="Moq" version="4.0.10827" />
<package id="Newtonsoft.Json" version="6.0.6 " targetFramework="net40" />
<package id="Newtonsoft.Json" version="9.0.1 " targetFramework="net40" />
<package id="NLog" version="4.4.1" targetFramework="net40" />
<package id="NUnit" version="3.5.0" targetFramework="net40" />
<package id="RestSharp" version="105.2.3" targetFramework="net40" />
@ -37,9 +37,9 @@
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<ItemGroup >
<Reference Include= "Newtonsoft.Json, Version= 6 .0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
< SpecificVersion> False</SpecificVersion >
< HintPath> ..\packages\Newtonsoft.Json.6.0.6\lib\net40\Newtonsoft.Json.dll</HintPath >
<Reference Include= "Newtonsoft.Json, Version= 9 .0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
< HintPath> ..\packages\Newtonsoft.Json.9.0.1\lib\net40\Newtonsoft.Json.dll</HintPath >
< Private> True</Private >
</Reference>
<Reference Include= "NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL" >
<HintPath > ..\packages\NLog.4.4.1\lib\net40\NLog.dll</HintPath>
@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="6.0.6 " targetFramework="net40" />
<package id="Newtonsoft.Json" version="9.0.1 " targetFramework="net40" />
<package id="NLog" version="4.4.1" targetFramework="net40" />
</packages>
@ -71,9 +71,9 @@
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Microsoft.Owin.Hosting.2.1.0\lib\net40\Microsoft.Owin.Hosting.dll</HintPath>
</Reference>
<Reference Include= "Newtonsoft.Json, Version= 6 .0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
< SpecificVersion> False</SpecificVersion >
< HintPath> ..\packages\Newtonsoft.Json.6.0.6\lib\net40\Newtonsoft.Json.dll</HintPath >
<Reference Include= "Newtonsoft.Json, Version= 9 .0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
< HintPath> ..\packages\Newtonsoft.Json.9.0.1\lib\net40\Newtonsoft.Json.dll</HintPath >
< Private> True</Private >
</Reference>
<Reference Include= "NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL" >
<HintPath > ..\packages\NLog.4.4.1\lib\net40\NLog.dll</HintPath>
@ -2,7 +2,7 @@
<packages>
<package id="Microsoft.Owin" version="2.1.0" targetFramework="net40" />
<package id="Microsoft.Owin.Hosting" version="2.1.0" targetFramework="net40" />
<package id="Newtonsoft.Json" version="6.0.6 " targetFramework="net40" />
<package id="Newtonsoft.Json" version="9.0.1 " targetFramework="net40" />
<package id="NLog" version="4.4.1" targetFramework="net40" />
<package id="Owin" version="1.0" targetFramework="net40" />
</packages>