Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/src/commit/c2b4eadc47285d8f378d97fa2d54f0e97f237238/Exceptron.Client/Exceptron.Client.nuspec You should set ROOT_URL correctly, otherwise the web may not work correctly.
Radarr/Exceptron.Client/Exceptron.Client.nuspec

20 lines
904 B

<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>$id$</id>
<version>$version$</version>
<title>$id$</title>
<authors>$author$</authors>
<owners>$author$</owners>
<projectUrl>https://github.com/Exceptron/Exceptron.Net</projectUrl>
<iconUrl>https://www.exceptron.com/logos/Exceptron128.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Exceptron.Client is a .NET wrapper for exceptron's REST API. exceptron help you report your application error to a central location for review, reporting and analytics.</description>
<language>en-US</language>
<copyright>Copyright © 2012</copyright>
<tags>Exception Logging Analytics Reporting Exceptron</tags>
</metadata>
<files>
<file src="NuGet\web.config.transform" target="content" />
</files>
</package>