FreeBSD Bugzilla – Attachment 231163 Details for
Bug 260920
net-p2p/radarr: Upgrade to 4.0.2.5836
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
0001-net-p2p-radarr-Update-to-4.0.2.5836.patch
0001-net-p2p-radarr-Update-to-4.0.2.5836.patch (text/plain), 75.32 KB, created by
Michiel van Baak Jansen
on 2022-01-19 16:30:46 UTC
(
hide
)
Description:
0001-net-p2p-radarr-Update-to-4.0.2.5836.patch
Filename:
MIME Type:
Creator:
Michiel van Baak Jansen
Created:
2022-01-19 16:30:46 UTC
Size:
75.32 KB
patch
obsolete
>From f935870578528b8d2f68d75728c81f1fe304382a Mon Sep 17 00:00:00 2001 >From: Michiel van Baak Jansen <michiel@vanbaak.eu> >Date: Tue, 4 Jan 2022 11:41:51 +0100 >Subject: [PATCH] net-p2p/radarr: Update to 4.0.2.5836 > >This release drops mono support. Port now uses the >freebsd-core-x64 compiled .NET 6 version. > >For info why the application needs to be inside the bin/ directory >see https://github.com/Sonarr/Sonarr/issues/4859 >--- > net-p2p/radarr/Makefile | 20 +- > net-p2p/radarr/distinfo | 6 +- > net-p2p/radarr/files/package_info.in | 5 + > net-p2p/radarr/files/pkg-message.in | 11 +- > net-p2p/radarr/files/radarr.in | 3 +- > net-p2p/radarr/pkg-plist | 1396 +++++++++++++------------- > 6 files changed, 750 insertions(+), 691 deletions(-) > create mode 100644 net-p2p/radarr/files/package_info.in > >diff --git a/net-p2p/radarr/Makefile b/net-p2p/radarr/Makefile >index 94d1737d01df..3587b40424a9 100644 >--- a/net-p2p/radarr/Makefile >+++ b/net-p2p/radarr/Makefile >@@ -1,9 +1,8 @@ > PORTNAME= radarr >-PORTVERSION= 3.2.2.5080 >-PORTREVISION= 1 >+PORTVERSION= 4.0.2.5836 > CATEGORIES= net-p2p > MASTER_SITES= https://github.com/Radarr/Radarr/releases/download/v${PORTVERSION}/ >-DISTNAME= Radarr.master.${PORTVERSION}.freebsd-core-x64 >+DISTNAME= Radarr.develop.${PORTVERSION}.freebsd-core-x64 > > MAINTAINER= feld@FreeBSD.org > COMMENT= Movie Library Manager for Usenet and BitTorrent users >@@ -18,7 +17,6 @@ RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss \ > libiconv>0:converters/libiconv \ > libinotify>0:devel/libinotify \ > libunwind>0:devel/libunwind \ >- mediainfo>0:multimedia/mediainfo \ > openssl>0:security/openssl \ > sqlite3>0:databases/sqlite3 > >@@ -26,9 +24,11 @@ USE_RC_SUBR= ${PORTNAME} > > NO_BUILD= YES > >-SUB_FILES= ${PORTNAME} pkg-message >+SUB_FILES= ${PORTNAME} package_info pkg-message > SUB_LIST= DATADIR=${DATADIR} \ > GROUPS=${GROUPS} \ >+ MAINTAINER=${MAINTAINER} \ >+ PKGNAME=${PKGNAME} \ > PORTNAME=${PORTNAME} \ > USERS=${USERS} > >@@ -40,8 +40,12 @@ WRKSRC= ${WRKDIR}/Radarr > .include <bsd.port.options.mk> > > do-install: >- ${INSTALL} -d -m 755 ${STAGEDIR}/${DATADIR} >- cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}/${DATADIR} "! -name Radarr" >- ${INSTALL_PROGRAM} ${WRKSRC}/Radarr ${STAGEDIR}/${DATADIR} >+ ${INSTALL} -d -m 755 ${STAGEDIR}/${DATADIR}/bin/ >+ cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}/${DATADIR}/bin/ "! -name Radarr -and ! -name ffprobe" >+ ${INSTALL_PROGRAM} ${WRKSRC}/Radarr ${STAGEDIR}/${DATADIR}/bin/ >+ ${INSTALL_PROGRAM} ${WRKSRC}/ffprobe ${STAGEDIR}/${DATADIR}/bin/ >+ >+post-install: >+ ${INSTALL_DATA} ${WRKDIR}/package_info ${STAGEDIR}/${DATADIR}/ > > .include <bsd.port.mk> >diff --git a/net-p2p/radarr/distinfo b/net-p2p/radarr/distinfo >index 0a00a8791513..abdba6c044b6 100644 >--- a/net-p2p/radarr/distinfo >+++ b/net-p2p/radarr/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1634327998 >-SHA256 (Radarr.master.3.2.2.5080.freebsd-core-x64.tar.gz) = d55f19c2f9291cf182193f11b26932771323aecb2cb78273e5930d3292f55d7f >-SIZE (Radarr.master.3.2.2.5080.freebsd-core-x64.tar.gz) = 47045006 >+TIMESTAMP = 1642413138 >+SHA256 (Radarr.develop.4.0.2.5836.freebsd-core-x64.tar.gz) = 5b7295fd05d35e1fc949f1bb691e161a112c1fe00c6e92eece2490a3d09e513e >+SIZE (Radarr.develop.4.0.2.5836.freebsd-core-x64.tar.gz) = 55136020 >diff --git a/net-p2p/radarr/files/package_info.in b/net-p2p/radarr/files/package_info.in >new file mode 100644 >index 000000000000..3c481413592f >--- /dev/null >+++ b/net-p2p/radarr/files/package_info.in >@@ -0,0 +1,5 @@ >+PackageVersion=%%PKGNAME%% >+PackageAuthor=%%MAINTAINER%% >+UpdateMethod=External >+UpdateMethodMessage=use 'pkg upgrade' or [create a PR](https://bugs.freebsd.org/bugzilla/enter_bug.cgi?component=Individual%20Port%28s%29&product=Ports%20%26%20Packages) requesting an update of the port >+Branch=master >diff --git a/net-p2p/radarr/files/pkg-message.in b/net-p2p/radarr/files/pkg-message.in >index c42d02ab6d8e..5c31e79a4905 100644 >--- a/net-p2p/radarr/files/pkg-message.in >+++ b/net-p2p/radarr/files/pkg-message.in >@@ -13,15 +13,14 @@ This package installs a service file. > Enable it with "sysrc %%PORTNAME%%_enable=TRUE" > Start it with "service %%PORTNAME%% start". > >-The service file uses daemon to restart %%PORTNAME%% if it crashes. >-The service file will also change the permissions so that the updater works. >-If this behavior is unwanted you will need to edit the RC file manually and >-remove the daemon and/or the permissions changes. >- > If you are running this in a jail please set "allow_mlock=1" or similar > for this jail otherwise the program will fail to start > >-Finally, while the built-in updater will update %%PORTNAME%% it has side-effects: >+Finally, the built-in updater is disabled. >+If you like to use the updater, remove the file %%DATADIR%%/package_info and restart %%PORTNAME%% >+The built-in updater can now be configured in the Settings tab of %%PORTNAME%% >+ >+NOTE: While the built-in updater will update %%PORTNAME%% it has side-effects: > it breaks the ability of pkg to check for corruption in %%PORTNAME%% files > it breaks the ability of pkg to determine if it has removed files correctly > during "pkg remove %%PORTNAME%%" and also >diff --git a/net-p2p/radarr/files/radarr.in b/net-p2p/radarr/files/radarr.in >index 781c9f756699..ed793c5b4459 100644 >--- a/net-p2p/radarr/files/radarr.in >+++ b/net-p2p/radarr/files/radarr.in >@@ -22,7 +22,7 @@ load_rc_config $name > : ${%%PORTNAME%%_enable:=NO} > : ${%%PORTNAME%%_user:="%%USERS%%"} > : ${%%PORTNAME%%_group:="%%GROUPS%%"} >-: ${%%PORTNAME%%_exec_dir:="%%DATADIR%%"} >+: ${%%PORTNAME%%_exec_dir:="%%DATADIR%%/bin"} > : ${%%PORTNAME%%_data_dir:="%%PREFIX%%/%%PORTNAME%%"} > : ${%%PORTNAME%%_pid_dir:="/var/run/%%PORTNAME%%"} > >@@ -40,6 +40,7 @@ start_precmd=${name}_precmd > install -d -o ${%%PORTNAME%%_user} -g ${%%PORTNAME%%_group} ${%%PORTNAME%%_pid_dir} > fi > >+ # Needed for built-in updater > chown -R ${%%PORTNAME%%_user}:${%%PORTNAME%%_group} ${%%PORTNAME%%_exec_dir} > > # .NET 6+ use dual mode sockets to avoid the separate AF handling. >diff --git a/net-p2p/radarr/pkg-plist b/net-p2p/radarr/pkg-plist >index dd5eb14766a0..651ee9b6b33a 100644 >--- a/net-p2p/radarr/pkg-plist >+++ b/net-p2p/radarr/pkg-plist >@@ -1,673 +1,723 @@ >-%%DATADIR%%/BouncyCastle.Crypto.dll >-%%DATADIR%%/Dapper.dll >-%%DATADIR%%/FluentMigrator.Abstractions.dll >-%%DATADIR%%/FluentMigrator.Runner.Core.dll >-%%DATADIR%%/FluentMigrator.Runner.SQLite.dll >-%%DATADIR%%/FluentMigrator.Runner.dll >-%%DATADIR%%/FluentMigrator.dll >-%%DATADIR%%/FluentValidation.dll >-%%DATADIR%%/ICSharpCode.SharpZipLib.dll >-%%DATADIR%%/Ical.Net.dll >-%%DATADIR%%/Kveer.XmlRPC.dll >-%%DATADIR%%/LICENSE >-%%DATADIR%%/Localization/Core/ar.json >-%%DATADIR%%/Localization/Core/bg.json >-%%DATADIR%%/Localization/Core/cs.json >-%%DATADIR%%/Localization/Core/da.json >-%%DATADIR%%/Localization/Core/de.json >-%%DATADIR%%/Localization/Core/el.json >-%%DATADIR%%/Localization/Core/en.json >-%%DATADIR%%/Localization/Core/es.json >-%%DATADIR%%/Localization/Core/fi.json >-%%DATADIR%%/Localization/Core/fr.json >-%%DATADIR%%/Localization/Core/he.json >-%%DATADIR%%/Localization/Core/hi.json >-%%DATADIR%%/Localization/Core/hu.json >-%%DATADIR%%/Localization/Core/is.json >-%%DATADIR%%/Localization/Core/it.json >-%%DATADIR%%/Localization/Core/ja.json >-%%DATADIR%%/Localization/Core/ko.json >-%%DATADIR%%/Localization/Core/nl.json >-%%DATADIR%%/Localization/Core/pl.json >-%%DATADIR%%/Localization/Core/pt.json >-%%DATADIR%%/Localization/Core/pt_BR.json >-%%DATADIR%%/Localization/Core/ro.json >-%%DATADIR%%/Localization/Core/ru.json >-%%DATADIR%%/Localization/Core/sv.json >-%%DATADIR%%/Localization/Core/th.json >-%%DATADIR%%/Localization/Core/tr.json >-%%DATADIR%%/Localization/Core/vi.json >-%%DATADIR%%/Localization/Core/zh_CN.json >-%%DATADIR%%/Localization/Core/zh_TW.json >-%%DATADIR%%/MailKit.dll >-%%DATADIR%%/Microsoft.AspNetCore.Antiforgery.dll >-%%DATADIR%%/Microsoft.AspNetCore.Authentication.Abstractions.dll >-%%DATADIR%%/Microsoft.AspNetCore.Authentication.Cookies.dll >-%%DATADIR%%/Microsoft.AspNetCore.Authentication.Core.dll >-%%DATADIR%%/Microsoft.AspNetCore.Authentication.OAuth.dll >-%%DATADIR%%/Microsoft.AspNetCore.Authentication.dll >-%%DATADIR%%/Microsoft.AspNetCore.Authorization.Policy.dll >-%%DATADIR%%/Microsoft.AspNetCore.Authorization.dll >-%%DATADIR%%/Microsoft.AspNetCore.Components.Authorization.dll >-%%DATADIR%%/Microsoft.AspNetCore.Components.Forms.dll >-%%DATADIR%%/Microsoft.AspNetCore.Components.Server.dll >-%%DATADIR%%/Microsoft.AspNetCore.Components.Web.dll >-%%DATADIR%%/Microsoft.AspNetCore.Components.dll >-%%DATADIR%%/Microsoft.AspNetCore.Connections.Abstractions.dll >-%%DATADIR%%/Microsoft.AspNetCore.CookiePolicy.dll >-%%DATADIR%%/Microsoft.AspNetCore.Cors.dll >-%%DATADIR%%/Microsoft.AspNetCore.Cryptography.Internal.dll >-%%DATADIR%%/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll >-%%DATADIR%%/Microsoft.AspNetCore.DataProtection.Abstractions.dll >-%%DATADIR%%/Microsoft.AspNetCore.DataProtection.Extensions.dll >-%%DATADIR%%/Microsoft.AspNetCore.DataProtection.dll >-%%DATADIR%%/Microsoft.AspNetCore.Diagnostics.Abstractions.dll >-%%DATADIR%%/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll >-%%DATADIR%%/Microsoft.AspNetCore.Diagnostics.dll >-%%DATADIR%%/Microsoft.AspNetCore.HostFiltering.dll >-%%DATADIR%%/Microsoft.AspNetCore.Hosting.Abstractions.dll >-%%DATADIR%%/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll >-%%DATADIR%%/Microsoft.AspNetCore.Hosting.dll >-%%DATADIR%%/Microsoft.AspNetCore.Html.Abstractions.dll >-%%DATADIR%%/Microsoft.AspNetCore.Http.Abstractions.dll >-%%DATADIR%%/Microsoft.AspNetCore.Http.Connections.Common.dll >-%%DATADIR%%/Microsoft.AspNetCore.Http.Connections.dll >-%%DATADIR%%/Microsoft.AspNetCore.Http.Extensions.dll >-%%DATADIR%%/Microsoft.AspNetCore.Http.Features.dll >-%%DATADIR%%/Microsoft.AspNetCore.Http.dll >-%%DATADIR%%/Microsoft.AspNetCore.HttpOverrides.dll >-%%DATADIR%%/Microsoft.AspNetCore.HttpsPolicy.dll >-%%DATADIR%%/Microsoft.AspNetCore.Identity.dll >-%%DATADIR%%/Microsoft.AspNetCore.Localization.Routing.dll >-%%DATADIR%%/Microsoft.AspNetCore.Localization.dll >-%%DATADIR%%/Microsoft.AspNetCore.Metadata.dll >-%%DATADIR%%/Microsoft.AspNetCore.Mvc.Abstractions.dll >-%%DATADIR%%/Microsoft.AspNetCore.Mvc.ApiExplorer.dll >-%%DATADIR%%/Microsoft.AspNetCore.Mvc.Core.dll >-%%DATADIR%%/Microsoft.AspNetCore.Mvc.Cors.dll >-%%DATADIR%%/Microsoft.AspNetCore.Mvc.DataAnnotations.dll >-%%DATADIR%%/Microsoft.AspNetCore.Mvc.Formatters.Json.dll >-%%DATADIR%%/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll >-%%DATADIR%%/Microsoft.AspNetCore.Mvc.Localization.dll >-%%DATADIR%%/Microsoft.AspNetCore.Mvc.Razor.dll >-%%DATADIR%%/Microsoft.AspNetCore.Mvc.RazorPages.dll >-%%DATADIR%%/Microsoft.AspNetCore.Mvc.TagHelpers.dll >-%%DATADIR%%/Microsoft.AspNetCore.Mvc.ViewFeatures.dll >-%%DATADIR%%/Microsoft.AspNetCore.Mvc.dll >-%%DATADIR%%/Microsoft.AspNetCore.Owin.dll >-%%DATADIR%%/Microsoft.AspNetCore.Razor.Runtime.dll >-%%DATADIR%%/Microsoft.AspNetCore.Razor.dll >-%%DATADIR%%/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll >-%%DATADIR%%/Microsoft.AspNetCore.ResponseCaching.dll >-%%DATADIR%%/Microsoft.AspNetCore.ResponseCompression.dll >-%%DATADIR%%/Microsoft.AspNetCore.Rewrite.dll >-%%DATADIR%%/Microsoft.AspNetCore.Routing.Abstractions.dll >-%%DATADIR%%/Microsoft.AspNetCore.Routing.dll >-%%DATADIR%%/Microsoft.AspNetCore.Server.HttpSys.dll >-%%DATADIR%%/Microsoft.AspNetCore.Server.IIS.dll >-%%DATADIR%%/Microsoft.AspNetCore.Server.IISIntegration.dll >-%%DATADIR%%/Microsoft.AspNetCore.Server.Kestrel.Core.dll >-%%DATADIR%%/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll >-%%DATADIR%%/Microsoft.AspNetCore.Server.Kestrel.dll >-%%DATADIR%%/Microsoft.AspNetCore.Session.dll >-%%DATADIR%%/Microsoft.AspNetCore.SignalR.Common.dll >-%%DATADIR%%/Microsoft.AspNetCore.SignalR.Core.dll >-%%DATADIR%%/Microsoft.AspNetCore.SignalR.Protocols.Json.dll >-%%DATADIR%%/Microsoft.AspNetCore.SignalR.dll >-%%DATADIR%%/Microsoft.AspNetCore.StaticFiles.dll >-%%DATADIR%%/Microsoft.AspNetCore.WebSockets.dll >-%%DATADIR%%/Microsoft.AspNetCore.WebUtilities.dll >-%%DATADIR%%/Microsoft.AspNetCore.dll >-%%DATADIR%%/Microsoft.CSharp.dll >-%%DATADIR%%/Microsoft.DotNet.PlatformAbstractions.dll >-%%DATADIR%%/Microsoft.Extensions.Caching.Abstractions.dll >-%%DATADIR%%/Microsoft.Extensions.Caching.Memory.dll >-%%DATADIR%%/Microsoft.Extensions.Configuration.Abstractions.dll >-%%DATADIR%%/Microsoft.Extensions.Configuration.Binder.dll >-%%DATADIR%%/Microsoft.Extensions.Configuration.CommandLine.dll >-%%DATADIR%%/Microsoft.Extensions.Configuration.EnvironmentVariables.dll >-%%DATADIR%%/Microsoft.Extensions.Configuration.FileExtensions.dll >-%%DATADIR%%/Microsoft.Extensions.Configuration.Ini.dll >-%%DATADIR%%/Microsoft.Extensions.Configuration.Json.dll >-%%DATADIR%%/Microsoft.Extensions.Configuration.KeyPerFile.dll >-%%DATADIR%%/Microsoft.Extensions.Configuration.UserSecrets.dll >-%%DATADIR%%/Microsoft.Extensions.Configuration.Xml.dll >-%%DATADIR%%/Microsoft.Extensions.Configuration.dll >-%%DATADIR%%/Microsoft.Extensions.DependencyInjection.Abstractions.dll >-%%DATADIR%%/Microsoft.Extensions.DependencyInjection.dll >-%%DATADIR%%/Microsoft.Extensions.DependencyModel.dll >-%%DATADIR%%/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll >-%%DATADIR%%/Microsoft.Extensions.Diagnostics.HealthChecks.dll >-%%DATADIR%%/Microsoft.Extensions.FileProviders.Abstractions.dll >-%%DATADIR%%/Microsoft.Extensions.FileProviders.Composite.dll >-%%DATADIR%%/Microsoft.Extensions.FileProviders.Embedded.dll >-%%DATADIR%%/Microsoft.Extensions.FileProviders.Physical.dll >-%%DATADIR%%/Microsoft.Extensions.FileSystemGlobbing.dll >-%%DATADIR%%/Microsoft.Extensions.Hosting.Abstractions.dll >-%%DATADIR%%/Microsoft.Extensions.Hosting.dll >-%%DATADIR%%/Microsoft.Extensions.Http.dll >-%%DATADIR%%/Microsoft.Extensions.Identity.Core.dll >-%%DATADIR%%/Microsoft.Extensions.Identity.Stores.dll >-%%DATADIR%%/Microsoft.Extensions.Localization.Abstractions.dll >-%%DATADIR%%/Microsoft.Extensions.Localization.dll >-%%DATADIR%%/Microsoft.Extensions.Logging.Abstractions.dll >-%%DATADIR%%/Microsoft.Extensions.Logging.Configuration.dll >-%%DATADIR%%/Microsoft.Extensions.Logging.Console.dll >-%%DATADIR%%/Microsoft.Extensions.Logging.Debug.dll >-%%DATADIR%%/Microsoft.Extensions.Logging.EventLog.dll >-%%DATADIR%%/Microsoft.Extensions.Logging.EventSource.dll >-%%DATADIR%%/Microsoft.Extensions.Logging.TraceSource.dll >-%%DATADIR%%/Microsoft.Extensions.Logging.dll >-%%DATADIR%%/Microsoft.Extensions.ObjectPool.dll >-%%DATADIR%%/Microsoft.Extensions.Options.ConfigurationExtensions.dll >-%%DATADIR%%/Microsoft.Extensions.Options.DataAnnotations.dll >-%%DATADIR%%/Microsoft.Extensions.Options.dll >-%%DATADIR%%/Microsoft.Extensions.PlatformAbstractions.dll >-%%DATADIR%%/Microsoft.Extensions.Primitives.dll >-%%DATADIR%%/Microsoft.Extensions.WebEncoders.dll >-%%DATADIR%%/Microsoft.JSInterop.dll >-%%DATADIR%%/Microsoft.Net.Http.Headers.dll >-%%DATADIR%%/Microsoft.VisualBasic.Core.dll >-%%DATADIR%%/Microsoft.VisualBasic.dll >-%%DATADIR%%/Microsoft.Win32.Primitives.dll >-%%DATADIR%%/Microsoft.Win32.Registry.dll >-%%DATADIR%%/Microsoft.Win32.SystemEvents.dll >-%%DATADIR%%/MimeKit.dll >-%%DATADIR%%/Mono.Nat.dll >-%%DATADIR%%/Mono.Posix.NETStandard.dll >-%%DATADIR%%/MonoTorrent.dll >-%%DATADIR%%/NLog.Extensions.Logging.dll >-%%DATADIR%%/NLog.dll >-%%DATADIR%%/Nancy.Authentication.Basic.dll >-%%DATADIR%%/Nancy.Authentication.Forms.dll >-%%DATADIR%%/Nancy.dll >-%%DATADIR%%/Newtonsoft.Json.dll >-%%DATADIR%%/NodaTime.dll >-%%DATADIR%%/Org.Mentalis.dll >-%%DATADIR%%/Radarr >-%%DATADIR%%/Radarr.Api.V3.deps.json >-%%DATADIR%%/Radarr.Api.V3.dll >-%%DATADIR%%/Radarr.Api.V3.pdb >-%%DATADIR%%/Radarr.Api.deps.json >-%%DATADIR%%/Radarr.Api.dll >-%%DATADIR%%/Radarr.Api.pdb >-%%DATADIR%%/Radarr.Common.deps.json >-%%DATADIR%%/Radarr.Common.dll >-%%DATADIR%%/Radarr.Common.pdb >-%%DATADIR%%/Radarr.Core.deps.json >-%%DATADIR%%/Radarr.Core.dll >-%%DATADIR%%/Radarr.Core.pdb >-%%DATADIR%%/Radarr.Host.deps.json >-%%DATADIR%%/Radarr.Host.dll >-%%DATADIR%%/Radarr.Host.pdb >-%%DATADIR%%/Radarr.Http.deps.json >-%%DATADIR%%/Radarr.Http.dll >-%%DATADIR%%/Radarr.Http.pdb >-%%DATADIR%%/Radarr.Mono.deps.json >-%%DATADIR%%/Radarr.Mono.dll >-%%DATADIR%%/Radarr.Mono.pdb >-%%DATADIR%%/Radarr.SignalR.deps.json >-%%DATADIR%%/Radarr.SignalR.dll >-%%DATADIR%%/Radarr.SignalR.pdb >-%%DATADIR%%/Radarr.Update/ICSharpCode.SharpZipLib.dll >-%%DATADIR%%/Radarr.Update/Microsoft.CSharp.dll >-%%DATADIR%%/Radarr.Update/Microsoft.VisualBasic.Core.dll >-%%DATADIR%%/Radarr.Update/Microsoft.VisualBasic.dll >-%%DATADIR%%/Radarr.Update/Microsoft.Win32.Primitives.dll >-%%DATADIR%%/Radarr.Update/Microsoft.Win32.Registry.dll >-%%DATADIR%%/Radarr.Update/Microsoft.Win32.SystemEvents.dll >-%%DATADIR%%/Radarr.Update/Mono.Posix.NETStandard.dll >-%%DATADIR%%/Radarr.Update/NLog.dll >-%%DATADIR%%/Radarr.Update/Newtonsoft.Json.dll >-%%DATADIR%%/Radarr.Update/Org.Mentalis.dll >-%%DATADIR%%/Radarr.Update/Radarr.Common.dll >-%%DATADIR%%/Radarr.Update/Radarr.Common.pdb >-%%DATADIR%%/Radarr.Update/Radarr.Mono.deps.json >-%%DATADIR%%/Radarr.Update/Radarr.Mono.dll >-%%DATADIR%%/Radarr.Update/Radarr.Mono.pdb >-%%DATADIR%%/Radarr.Update/Radarr.Update >-%%DATADIR%%/Radarr.Update/Radarr.Update.deps.json >-%%DATADIR%%/Radarr.Update/Radarr.Update.dll >-%%DATADIR%%/Radarr.Update/Radarr.Update.dll.config >-%%DATADIR%%/Radarr.Update/Radarr.Update.pdb >-%%DATADIR%%/Radarr.Update/Radarr.Update.runtimeconfig.json >-%%DATADIR%%/Radarr.Update/Sentry.PlatformAbstractions.dll >-%%DATADIR%%/Radarr.Update/Sentry.Protocol.dll >-%%DATADIR%%/Radarr.Update/Sentry.dll >-%%DATADIR%%/Radarr.Update/SocksWebProxy.dll >-%%DATADIR%%/Radarr.Update/System.AppContext.dll >-%%DATADIR%%/Radarr.Update/System.Buffers.dll >-%%DATADIR%%/Radarr.Update/System.Collections.Concurrent.dll >-%%DATADIR%%/Radarr.Update/System.Collections.Immutable.dll >-%%DATADIR%%/Radarr.Update/System.Collections.NonGeneric.dll >-%%DATADIR%%/Radarr.Update/System.Collections.Specialized.dll >-%%DATADIR%%/Radarr.Update/System.Collections.dll >-%%DATADIR%%/Radarr.Update/System.ComponentModel.Annotations.dll >-%%DATADIR%%/Radarr.Update/System.ComponentModel.DataAnnotations.dll >-%%DATADIR%%/Radarr.Update/System.ComponentModel.EventBasedAsync.dll >-%%DATADIR%%/Radarr.Update/System.ComponentModel.Primitives.dll >-%%DATADIR%%/Radarr.Update/System.ComponentModel.TypeConverter.dll >-%%DATADIR%%/Radarr.Update/System.ComponentModel.dll >-%%DATADIR%%/Radarr.Update/System.Configuration.ConfigurationManager.dll >-%%DATADIR%%/Radarr.Update/System.Configuration.dll >-%%DATADIR%%/Radarr.Update/System.Console.dll >-%%DATADIR%%/Radarr.Update/System.Core.dll >-%%DATADIR%%/Radarr.Update/System.Data.Common.dll >-%%DATADIR%%/Radarr.Update/System.Data.DataSetExtensions.dll >-%%DATADIR%%/Radarr.Update/System.Data.SQLite.dll >-%%DATADIR%%/Radarr.Update/System.Data.dll >-%%DATADIR%%/Radarr.Update/System.Diagnostics.Contracts.dll >-%%DATADIR%%/Radarr.Update/System.Diagnostics.Debug.dll >-%%DATADIR%%/Radarr.Update/System.Diagnostics.DiagnosticSource.dll >-%%DATADIR%%/Radarr.Update/System.Diagnostics.EventLog.dll >-%%DATADIR%%/Radarr.Update/System.Diagnostics.FileVersionInfo.dll >-%%DATADIR%%/Radarr.Update/System.Diagnostics.Process.dll >-%%DATADIR%%/Radarr.Update/System.Diagnostics.StackTrace.dll >-%%DATADIR%%/Radarr.Update/System.Diagnostics.TextWriterTraceListener.dll >-%%DATADIR%%/Radarr.Update/System.Diagnostics.Tools.dll >-%%DATADIR%%/Radarr.Update/System.Diagnostics.TraceSource.dll >-%%DATADIR%%/Radarr.Update/System.Diagnostics.Tracing.dll >-%%DATADIR%%/Radarr.Update/System.Drawing.Common.dll >-%%DATADIR%%/Radarr.Update/System.Drawing.Primitives.dll >-%%DATADIR%%/Radarr.Update/System.Drawing.dll >-%%DATADIR%%/Radarr.Update/System.Dynamic.Runtime.dll >-%%DATADIR%%/Radarr.Update/System.Formats.Asn1.dll >-%%DATADIR%%/Radarr.Update/System.Globalization.Calendars.dll >-%%DATADIR%%/Radarr.Update/System.Globalization.Extensions.dll >-%%DATADIR%%/Radarr.Update/System.Globalization.dll >-%%DATADIR%%/Radarr.Update/System.IO.Compression.Brotli.dll >-%%DATADIR%%/Radarr.Update/System.IO.Compression.FileSystem.dll >-%%DATADIR%%/Radarr.Update/System.IO.Compression.ZipFile.dll >-%%DATADIR%%/Radarr.Update/System.IO.Compression.dll >-%%DATADIR%%/Radarr.Update/System.IO.FileSystem.AccessControl.dll >-%%DATADIR%%/Radarr.Update/System.IO.FileSystem.DriveInfo.dll >-%%DATADIR%%/Radarr.Update/System.IO.FileSystem.Primitives.dll >-%%DATADIR%%/Radarr.Update/System.IO.FileSystem.Watcher.dll >-%%DATADIR%%/Radarr.Update/System.IO.FileSystem.dll >-%%DATADIR%%/Radarr.Update/System.IO.IsolatedStorage.dll >-%%DATADIR%%/Radarr.Update/System.IO.MemoryMappedFiles.dll >-%%DATADIR%%/Radarr.Update/System.IO.Pipes.AccessControl.dll >-%%DATADIR%%/Radarr.Update/System.IO.Pipes.dll >-%%DATADIR%%/Radarr.Update/System.IO.UnmanagedMemoryStream.dll >-%%DATADIR%%/Radarr.Update/System.IO.dll >-%%DATADIR%%/Radarr.Update/System.Linq.Expressions.dll >-%%DATADIR%%/Radarr.Update/System.Linq.Parallel.dll >-%%DATADIR%%/Radarr.Update/System.Linq.Queryable.dll >-%%DATADIR%%/Radarr.Update/System.Linq.dll >-%%DATADIR%%/Radarr.Update/System.Memory.dll >-%%DATADIR%%/Radarr.Update/System.Net.Http.Json.dll >-%%DATADIR%%/Radarr.Update/System.Net.Http.dll >-%%DATADIR%%/Radarr.Update/System.Net.HttpListener.dll >-%%DATADIR%%/Radarr.Update/System.Net.Mail.dll >-%%DATADIR%%/Radarr.Update/System.Net.NameResolution.dll >-%%DATADIR%%/Radarr.Update/System.Net.NetworkInformation.dll >-%%DATADIR%%/Radarr.Update/System.Net.Ping.dll >-%%DATADIR%%/Radarr.Update/System.Net.Primitives.dll >-%%DATADIR%%/Radarr.Update/System.Net.Requests.dll >-%%DATADIR%%/Radarr.Update/System.Net.Security.dll >-%%DATADIR%%/Radarr.Update/System.Net.ServicePoint.dll >-%%DATADIR%%/Radarr.Update/System.Net.Sockets.dll >-%%DATADIR%%/Radarr.Update/System.Net.WebClient.dll >-%%DATADIR%%/Radarr.Update/System.Net.WebHeaderCollection.dll >-%%DATADIR%%/Radarr.Update/System.Net.WebProxy.dll >-%%DATADIR%%/Radarr.Update/System.Net.WebSockets.Client.dll >-%%DATADIR%%/Radarr.Update/System.Net.WebSockets.dll >-%%DATADIR%%/Radarr.Update/System.Net.dll >-%%DATADIR%%/Radarr.Update/System.Numerics.Vectors.dll >-%%DATADIR%%/Radarr.Update/System.Numerics.dll >-%%DATADIR%%/Radarr.Update/System.ObjectModel.dll >-%%DATADIR%%/Radarr.Update/System.Private.CoreLib.dll >-%%DATADIR%%/Radarr.Update/System.Private.DataContractSerialization.dll >-%%DATADIR%%/Radarr.Update/System.Private.Uri.dll >-%%DATADIR%%/Radarr.Update/System.Private.Xml.Linq.dll >-%%DATADIR%%/Radarr.Update/System.Private.Xml.dll >-%%DATADIR%%/Radarr.Update/System.Reflection.DispatchProxy.dll >-%%DATADIR%%/Radarr.Update/System.Reflection.Emit.ILGeneration.dll >-%%DATADIR%%/Radarr.Update/System.Reflection.Emit.Lightweight.dll >-%%DATADIR%%/Radarr.Update/System.Reflection.Emit.dll >-%%DATADIR%%/Radarr.Update/System.Reflection.Extensions.dll >-%%DATADIR%%/Radarr.Update/System.Reflection.Metadata.dll >-%%DATADIR%%/Radarr.Update/System.Reflection.Primitives.dll >-%%DATADIR%%/Radarr.Update/System.Reflection.TypeExtensions.dll >-%%DATADIR%%/Radarr.Update/System.Reflection.dll >-%%DATADIR%%/Radarr.Update/System.Resources.Reader.dll >-%%DATADIR%%/Radarr.Update/System.Resources.ResourceManager.dll >-%%DATADIR%%/Radarr.Update/System.Resources.Writer.dll >-%%DATADIR%%/Radarr.Update/System.Runtime.CompilerServices.Unsafe.dll >-%%DATADIR%%/Radarr.Update/System.Runtime.CompilerServices.VisualC.dll >-%%DATADIR%%/Radarr.Update/System.Runtime.Extensions.dll >-%%DATADIR%%/Radarr.Update/System.Runtime.Handles.dll >-%%DATADIR%%/Radarr.Update/System.Runtime.InteropServices.RuntimeInformation.dll >-%%DATADIR%%/Radarr.Update/System.Runtime.InteropServices.dll >-%%DATADIR%%/Radarr.Update/System.Runtime.Intrinsics.dll >-%%DATADIR%%/Radarr.Update/System.Runtime.Loader.dll >-%%DATADIR%%/Radarr.Update/System.Runtime.Numerics.dll >-%%DATADIR%%/Radarr.Update/System.Runtime.Serialization.Formatters.dll >-%%DATADIR%%/Radarr.Update/System.Runtime.Serialization.Json.dll >-%%DATADIR%%/Radarr.Update/System.Runtime.Serialization.Primitives.dll >-%%DATADIR%%/Radarr.Update/System.Runtime.Serialization.Xml.dll >-%%DATADIR%%/Radarr.Update/System.Runtime.Serialization.dll >-%%DATADIR%%/Radarr.Update/System.Runtime.dll >-%%DATADIR%%/Radarr.Update/System.Security.AccessControl.dll >-%%DATADIR%%/Radarr.Update/System.Security.Claims.dll >-%%DATADIR%%/Radarr.Update/System.Security.Cryptography.Algorithms.dll >-%%DATADIR%%/Radarr.Update/System.Security.Cryptography.Cng.dll >-%%DATADIR%%/Radarr.Update/System.Security.Cryptography.Csp.dll >-%%DATADIR%%/Radarr.Update/System.Security.Cryptography.Encoding.dll >-%%DATADIR%%/Radarr.Update/System.Security.Cryptography.OpenSsl.dll >-%%DATADIR%%/Radarr.Update/System.Security.Cryptography.Primitives.dll >-%%DATADIR%%/Radarr.Update/System.Security.Cryptography.ProtectedData.dll >-%%DATADIR%%/Radarr.Update/System.Security.Cryptography.X509Certificates.dll >-%%DATADIR%%/Radarr.Update/System.Security.Permissions.dll >-%%DATADIR%%/Radarr.Update/System.Security.Principal.Windows.dll >-%%DATADIR%%/Radarr.Update/System.Security.Principal.dll >-%%DATADIR%%/Radarr.Update/System.Security.SecureString.dll >-%%DATADIR%%/Radarr.Update/System.Security.dll >-%%DATADIR%%/Radarr.Update/System.ServiceModel.Web.dll >-%%DATADIR%%/Radarr.Update/System.ServiceProcess.ServiceController.dll >-%%DATADIR%%/Radarr.Update/System.ServiceProcess.dll >-%%DATADIR%%/Radarr.Update/System.Text.Encoding.CodePages.dll >-%%DATADIR%%/Radarr.Update/System.Text.Encoding.Extensions.dll >-%%DATADIR%%/Radarr.Update/System.Text.Encoding.dll >-%%DATADIR%%/Radarr.Update/System.Text.Encodings.Web.dll >-%%DATADIR%%/Radarr.Update/System.Text.Json.dll >-%%DATADIR%%/Radarr.Update/System.Text.RegularExpressions.dll >-%%DATADIR%%/Radarr.Update/System.Threading.Channels.dll >-%%DATADIR%%/Radarr.Update/System.Threading.Overlapped.dll >-%%DATADIR%%/Radarr.Update/System.Threading.Tasks.Dataflow.dll >-%%DATADIR%%/Radarr.Update/System.Threading.Tasks.Extensions.dll >-%%DATADIR%%/Radarr.Update/System.Threading.Tasks.Parallel.dll >-%%DATADIR%%/Radarr.Update/System.Threading.Tasks.dll >-%%DATADIR%%/Radarr.Update/System.Threading.Thread.dll >-%%DATADIR%%/Radarr.Update/System.Threading.ThreadPool.dll >-%%DATADIR%%/Radarr.Update/System.Threading.Timer.dll >-%%DATADIR%%/Radarr.Update/System.Threading.dll >-%%DATADIR%%/Radarr.Update/System.Transactions.Local.dll >-%%DATADIR%%/Radarr.Update/System.Transactions.dll >-%%DATADIR%%/Radarr.Update/System.ValueTuple.dll >-%%DATADIR%%/Radarr.Update/System.Web.HttpUtility.dll >-%%DATADIR%%/Radarr.Update/System.Web.dll >-%%DATADIR%%/Radarr.Update/System.Windows.Extensions.dll >-%%DATADIR%%/Radarr.Update/System.Windows.dll >-%%DATADIR%%/Radarr.Update/System.Xml.Linq.dll >-%%DATADIR%%/Radarr.Update/System.Xml.ReaderWriter.dll >-%%DATADIR%%/Radarr.Update/System.Xml.Serialization.dll >-%%DATADIR%%/Radarr.Update/System.Xml.XDocument.dll >-%%DATADIR%%/Radarr.Update/System.Xml.XPath.XDocument.dll >-%%DATADIR%%/Radarr.Update/System.Xml.XPath.dll >-%%DATADIR%%/Radarr.Update/System.Xml.XmlDocument.dll >-%%DATADIR%%/Radarr.Update/System.Xml.XmlSerializer.dll >-%%DATADIR%%/Radarr.Update/System.Xml.dll >-%%DATADIR%%/Radarr.Update/System.dll >-%%DATADIR%%/Radarr.Update/WindowsBase.dll >-%%DATADIR%%/Radarr.Update/libMonoPosixHelper.so >-%%DATADIR%%/Radarr.Update/libSystem.IO.Compression.Native.a >-%%DATADIR%%/Radarr.Update/libSystem.IO.Compression.Native.so >-%%DATADIR%%/Radarr.Update/libSystem.Native.a >-%%DATADIR%%/Radarr.Update/libSystem.Native.so >-%%DATADIR%%/Radarr.Update/libSystem.Net.Security.Native.a >-%%DATADIR%%/Radarr.Update/libSystem.Net.Security.Native.so >-%%DATADIR%%/Radarr.Update/libSystem.Security.Cryptography.Native.OpenSsl.a >-%%DATADIR%%/Radarr.Update/libSystem.Security.Cryptography.Native.OpenSsl.so >-%%DATADIR%%/Radarr.Update/libclrjit.so >-%%DATADIR%%/Radarr.Update/libcoreclr.so >-%%DATADIR%%/Radarr.Update/libcoreclrtraceptprovider.so >-%%DATADIR%%/Radarr.Update/libdbgshim.so >-%%DATADIR%%/Radarr.Update/libhostfxr.so >-%%DATADIR%%/Radarr.Update/libhostpolicy.so >-%%DATADIR%%/Radarr.Update/libmscordaccore.so >-%%DATADIR%%/Radarr.Update/libmscordbi.so >-%%DATADIR%%/Radarr.Update/mscorlib.dll >-%%DATADIR%%/Radarr.Update/netstandard.dll >-%%DATADIR%%/Radarr.deps.json >-%%DATADIR%%/Radarr.dll >-%%DATADIR%%/Radarr.dll.config >-%%DATADIR%%/Radarr.pdb >-%%DATADIR%%/Radarr.runtimeconfig.json >-%%DATADIR%%/ReusableTasks.dll >-%%DATADIR%%/Sentry.PlatformAbstractions.dll >-%%DATADIR%%/Sentry.Protocol.dll >-%%DATADIR%%/Sentry.dll >-%%DATADIR%%/ServiceInstall >-%%DATADIR%%/ServiceUninstall >-%%DATADIR%%/SixLabors.ImageSharp.dll >-%%DATADIR%%/SocksWebProxy.dll >-%%DATADIR%%/System.AppContext.dll >-%%DATADIR%%/System.Buffers.dll >-%%DATADIR%%/System.Collections.Concurrent.dll >-%%DATADIR%%/System.Collections.Immutable.dll >-%%DATADIR%%/System.Collections.NonGeneric.dll >-%%DATADIR%%/System.Collections.Specialized.dll >-%%DATADIR%%/System.Collections.dll >-%%DATADIR%%/System.ComponentModel.Annotations.dll >-%%DATADIR%%/System.ComponentModel.DataAnnotations.dll >-%%DATADIR%%/System.ComponentModel.EventBasedAsync.dll >-%%DATADIR%%/System.ComponentModel.Primitives.dll >-%%DATADIR%%/System.ComponentModel.TypeConverter.dll >-%%DATADIR%%/System.ComponentModel.dll >-%%DATADIR%%/System.Configuration.ConfigurationManager.dll >-%%DATADIR%%/System.Configuration.dll >-%%DATADIR%%/System.Console.dll >-%%DATADIR%%/System.Core.dll >-%%DATADIR%%/System.Data.Common.dll >-%%DATADIR%%/System.Data.DataSetExtensions.dll >-%%DATADIR%%/System.Data.SQLite.dll >-%%DATADIR%%/System.Data.dll >-%%DATADIR%%/System.Diagnostics.Contracts.dll >-%%DATADIR%%/System.Diagnostics.Debug.dll >-%%DATADIR%%/System.Diagnostics.DiagnosticSource.dll >-%%DATADIR%%/System.Diagnostics.EventLog.dll >-%%DATADIR%%/System.Diagnostics.FileVersionInfo.dll >-%%DATADIR%%/System.Diagnostics.Process.dll >-%%DATADIR%%/System.Diagnostics.StackTrace.dll >-%%DATADIR%%/System.Diagnostics.TextWriterTraceListener.dll >-%%DATADIR%%/System.Diagnostics.Tools.dll >-%%DATADIR%%/System.Diagnostics.TraceSource.dll >-%%DATADIR%%/System.Diagnostics.Tracing.dll >-%%DATADIR%%/System.Drawing.Common.dll >-%%DATADIR%%/System.Drawing.Primitives.dll >-%%DATADIR%%/System.Drawing.dll >-%%DATADIR%%/System.Dynamic.Runtime.dll >-%%DATADIR%%/System.Formats.Asn1.dll >-%%DATADIR%%/System.Globalization.Calendars.dll >-%%DATADIR%%/System.Globalization.Extensions.dll >-%%DATADIR%%/System.Globalization.dll >-%%DATADIR%%/System.IO.Compression.Brotli.dll >-%%DATADIR%%/System.IO.Compression.FileSystem.dll >-%%DATADIR%%/System.IO.Compression.ZipFile.dll >-%%DATADIR%%/System.IO.Compression.dll >-%%DATADIR%%/System.IO.FileSystem.AccessControl.dll >-%%DATADIR%%/System.IO.FileSystem.DriveInfo.dll >-%%DATADIR%%/System.IO.FileSystem.Primitives.dll >-%%DATADIR%%/System.IO.FileSystem.Watcher.dll >-%%DATADIR%%/System.IO.FileSystem.dll >-%%DATADIR%%/System.IO.IsolatedStorage.dll >-%%DATADIR%%/System.IO.MemoryMappedFiles.dll >-%%DATADIR%%/System.IO.Pipelines.dll >-%%DATADIR%%/System.IO.Pipes.AccessControl.dll >-%%DATADIR%%/System.IO.Pipes.dll >-%%DATADIR%%/System.IO.UnmanagedMemoryStream.dll >-%%DATADIR%%/System.IO.dll >-%%DATADIR%%/System.Linq.Expressions.dll >-%%DATADIR%%/System.Linq.Parallel.dll >-%%DATADIR%%/System.Linq.Queryable.dll >-%%DATADIR%%/System.Linq.dll >-%%DATADIR%%/System.Memory.dll >-%%DATADIR%%/System.Net.Http.Json.dll >-%%DATADIR%%/System.Net.Http.dll >-%%DATADIR%%/System.Net.HttpListener.dll >-%%DATADIR%%/System.Net.Mail.dll >-%%DATADIR%%/System.Net.NameResolution.dll >-%%DATADIR%%/System.Net.NetworkInformation.dll >-%%DATADIR%%/System.Net.Ping.dll >-%%DATADIR%%/System.Net.Primitives.dll >-%%DATADIR%%/System.Net.Requests.dll >-%%DATADIR%%/System.Net.Security.dll >-%%DATADIR%%/System.Net.ServicePoint.dll >-%%DATADIR%%/System.Net.Sockets.dll >-%%DATADIR%%/System.Net.WebClient.dll >-%%DATADIR%%/System.Net.WebHeaderCollection.dll >-%%DATADIR%%/System.Net.WebProxy.dll >-%%DATADIR%%/System.Net.WebSockets.Client.dll >-%%DATADIR%%/System.Net.WebSockets.dll >-%%DATADIR%%/System.Net.dll >-%%DATADIR%%/System.Numerics.Vectors.dll >-%%DATADIR%%/System.Numerics.dll >-%%DATADIR%%/System.ObjectModel.dll >-%%DATADIR%%/System.Private.CoreLib.dll >-%%DATADIR%%/System.Private.DataContractSerialization.dll >-%%DATADIR%%/System.Private.Uri.dll >-%%DATADIR%%/System.Private.Xml.Linq.dll >-%%DATADIR%%/System.Private.Xml.dll >-%%DATADIR%%/System.Reflection.DispatchProxy.dll >-%%DATADIR%%/System.Reflection.Emit.ILGeneration.dll >-%%DATADIR%%/System.Reflection.Emit.Lightweight.dll >-%%DATADIR%%/System.Reflection.Emit.dll >-%%DATADIR%%/System.Reflection.Extensions.dll >-%%DATADIR%%/System.Reflection.Metadata.dll >-%%DATADIR%%/System.Reflection.Primitives.dll >-%%DATADIR%%/System.Reflection.TypeExtensions.dll >-%%DATADIR%%/System.Reflection.dll >-%%DATADIR%%/System.Resources.Reader.dll >-%%DATADIR%%/System.Resources.ResourceManager.dll >-%%DATADIR%%/System.Resources.Writer.dll >-%%DATADIR%%/System.Runtime.CompilerServices.Unsafe.dll >-%%DATADIR%%/System.Runtime.CompilerServices.VisualC.dll >-%%DATADIR%%/System.Runtime.Extensions.dll >-%%DATADIR%%/System.Runtime.Handles.dll >-%%DATADIR%%/System.Runtime.InteropServices.RuntimeInformation.dll >-%%DATADIR%%/System.Runtime.InteropServices.dll >-%%DATADIR%%/System.Runtime.Intrinsics.dll >-%%DATADIR%%/System.Runtime.Loader.dll >-%%DATADIR%%/System.Runtime.Numerics.dll >-%%DATADIR%%/System.Runtime.Serialization.Formatters.dll >-%%DATADIR%%/System.Runtime.Serialization.Json.dll >-%%DATADIR%%/System.Runtime.Serialization.Primitives.dll >-%%DATADIR%%/System.Runtime.Serialization.Xml.dll >-%%DATADIR%%/System.Runtime.Serialization.dll >-%%DATADIR%%/System.Runtime.dll >-%%DATADIR%%/System.Security.AccessControl.dll >-%%DATADIR%%/System.Security.Claims.dll >-%%DATADIR%%/System.Security.Cryptography.Algorithms.dll >-%%DATADIR%%/System.Security.Cryptography.Cng.dll >-%%DATADIR%%/System.Security.Cryptography.Csp.dll >-%%DATADIR%%/System.Security.Cryptography.Encoding.dll >-%%DATADIR%%/System.Security.Cryptography.OpenSsl.dll >-%%DATADIR%%/System.Security.Cryptography.Pkcs.dll >-%%DATADIR%%/System.Security.Cryptography.Primitives.dll >-%%DATADIR%%/System.Security.Cryptography.ProtectedData.dll >-%%DATADIR%%/System.Security.Cryptography.X509Certificates.dll >-%%DATADIR%%/System.Security.Cryptography.Xml.dll >-%%DATADIR%%/System.Security.Permissions.dll >-%%DATADIR%%/System.Security.Principal.Windows.dll >-%%DATADIR%%/System.Security.Principal.dll >-%%DATADIR%%/System.Security.SecureString.dll >-%%DATADIR%%/System.Security.dll >-%%DATADIR%%/System.ServiceModel.Syndication.dll >-%%DATADIR%%/System.ServiceModel.Web.dll >-%%DATADIR%%/System.ServiceProcess.ServiceController.dll >-%%DATADIR%%/System.ServiceProcess.dll >-%%DATADIR%%/System.Text.Encoding.CodePages.dll >-%%DATADIR%%/System.Text.Encoding.Extensions.dll >-%%DATADIR%%/System.Text.Encoding.dll >-%%DATADIR%%/System.Text.Encodings.Web.dll >-%%DATADIR%%/System.Text.Json.dll >-%%DATADIR%%/System.Text.RegularExpressions.dll >-%%DATADIR%%/System.Threading.Channels.dll >-%%DATADIR%%/System.Threading.Overlapped.dll >-%%DATADIR%%/System.Threading.Tasks.Dataflow.dll >-%%DATADIR%%/System.Threading.Tasks.Extensions.dll >-%%DATADIR%%/System.Threading.Tasks.Parallel.dll >-%%DATADIR%%/System.Threading.Tasks.dll >-%%DATADIR%%/System.Threading.Thread.dll >-%%DATADIR%%/System.Threading.ThreadPool.dll >-%%DATADIR%%/System.Threading.Timer.dll >-%%DATADIR%%/System.Threading.dll >-%%DATADIR%%/System.Transactions.Local.dll >-%%DATADIR%%/System.Transactions.dll >-%%DATADIR%%/System.ValueTuple.dll >-%%DATADIR%%/System.Web.HttpUtility.dll >-%%DATADIR%%/System.Web.dll >-%%DATADIR%%/System.Windows.Extensions.dll >-%%DATADIR%%/System.Windows.dll >-%%DATADIR%%/System.Xml.Linq.dll >-%%DATADIR%%/System.Xml.ReaderWriter.dll >-%%DATADIR%%/System.Xml.Serialization.dll >-%%DATADIR%%/System.Xml.XDocument.dll >-%%DATADIR%%/System.Xml.XPath.XDocument.dll >-%%DATADIR%%/System.Xml.XPath.dll >-%%DATADIR%%/System.Xml.XmlDocument.dll >-%%DATADIR%%/System.Xml.XmlSerializer.dll >-%%DATADIR%%/System.Xml.dll >-%%DATADIR%%/System.dll >-%%DATADIR%%/UI/Content/Fonts/Roboto-Light.ttf >-%%DATADIR%%/UI/Content/Fonts/Roboto-Light.woff >-%%DATADIR%%/UI/Content/Fonts/Roboto-Light.woff2 >-%%DATADIR%%/UI/Content/Fonts/Roboto-Regular.ttf >-%%DATADIR%%/UI/Content/Fonts/Roboto-Regular.woff >-%%DATADIR%%/UI/Content/Fonts/Roboto-Regular.woff2 >-%%DATADIR%%/UI/Content/Fonts/UbuntuMono-Regular.eot >-%%DATADIR%%/UI/Content/Fonts/UbuntuMono-Regular.ttf >-%%DATADIR%%/UI/Content/Fonts/UbuntuMono-Regular.woff >-%%DATADIR%%/UI/Content/Fonts/fonts.css >-%%DATADIR%%/UI/Content/Fonts/text-security-disc.ttf >-%%DATADIR%%/UI/Content/Fonts/text-security-disc.woff >-%%DATADIR%%/UI/Content/Images/404.png >-%%DATADIR%%/UI/Content/Images/Icons/android-chrome-192x192.png >-%%DATADIR%%/UI/Content/Images/Icons/android-chrome-512x512.png >-%%DATADIR%%/UI/Content/Images/Icons/apple-touch-icon.png >-%%DATADIR%%/UI/Content/Images/Icons/browserconfig.xml >-%%DATADIR%%/UI/Content/Images/Icons/favicon-16x16.png >-%%DATADIR%%/UI/Content/Images/Icons/favicon-32x32.png >-%%DATADIR%%/UI/Content/Images/Icons/favicon-debug-16x16.png >-%%DATADIR%%/UI/Content/Images/Icons/favicon-debug-32x32.png >-%%DATADIR%%/UI/Content/Images/Icons/favicon-debug.ico >-%%DATADIR%%/UI/Content/Images/Icons/favicon.ico >-%%DATADIR%%/UI/Content/Images/Icons/logo-lidarr.png >-%%DATADIR%%/UI/Content/Images/Icons/logo-radarr.png >-%%DATADIR%%/UI/Content/Images/Icons/logo-readarr.png >-%%DATADIR%%/UI/Content/Images/Icons/logo-sonarr.png >-%%DATADIR%%/UI/Content/Images/Icons/manifest.json >-%%DATADIR%%/UI/Content/Images/Icons/mstile-144x144.png >-%%DATADIR%%/UI/Content/Images/Icons/mstile-150x150.png >-%%DATADIR%%/UI/Content/Images/Icons/mstile-310x150.png >-%%DATADIR%%/UI/Content/Images/Icons/mstile-310x310.png >-%%DATADIR%%/UI/Content/Images/Icons/mstile-70x70.png >-%%DATADIR%%/UI/Content/Images/Icons/safari-pinned-tab.svg >-%%DATADIR%%/UI/Content/Images/error.png >-%%DATADIR%%/UI/Content/Images/logo-full.png >-%%DATADIR%%/UI/Content/Images/logo.png >-%%DATADIR%%/UI/Content/Images/logo.svg >-%%DATADIR%%/UI/Content/Images/poster-dark.png >-%%DATADIR%%/UI/Content/robots.txt >-%%DATADIR%%/UI/Content/styles.css >-%%DATADIR%%/UI/Content/styles.css.map >-%%DATADIR%%/UI/index.html >-%%DATADIR%%/UI/index.js >-%%DATADIR%%/UI/index.js.map >-%%DATADIR%%/UI/login.html >-%%DATADIR%%/UI/oauth.html >-%%DATADIR%%/UI/vendors.js >-%%DATADIR%%/UI/vendors.js.LICENSE.txt >-%%DATADIR%%/UI/vendors.js.map >-%%DATADIR%%/WindowsBase.dll >-%%DATADIR%%/de-DE/FluentMigrator.Abstractions.resources.dll >-%%DATADIR%%/libMonoPosixHelper.so >-%%DATADIR%%/libSystem.IO.Compression.Native.a >-%%DATADIR%%/libSystem.IO.Compression.Native.so >-%%DATADIR%%/libSystem.Native.a >-%%DATADIR%%/libSystem.Native.so >-%%DATADIR%%/libSystem.Net.Security.Native.a >-%%DATADIR%%/libSystem.Net.Security.Native.so >-%%DATADIR%%/libSystem.Security.Cryptography.Native.OpenSsl.a >-%%DATADIR%%/libSystem.Security.Cryptography.Native.OpenSsl.so >-%%DATADIR%%/libclrjit.so >-%%DATADIR%%/libcoreclr.so >-%%DATADIR%%/libcoreclrtraceptprovider.so >-%%DATADIR%%/libdbgshim.so >-%%DATADIR%%/libhostfxr.so >-%%DATADIR%%/libhostpolicy.so >-%%DATADIR%%/libmscordaccore.so >-%%DATADIR%%/libmscordbi.so >-%%DATADIR%%/mscorlib.dll >-%%DATADIR%%/netstandard.dll >+%%DATADIR%%/bin/BouncyCastle.Crypto.dll >+%%DATADIR%%/bin/Dapper.dll >+%%DATADIR%%/bin/DryIoc.Microsoft.DependencyInjection.dll >+%%DATADIR%%/bin/DryIoc.dll >+%%DATADIR%%/bin/Dynamitey.dll >+%%DATADIR%%/bin/FFMpegCore.dll >+%%DATADIR%%/bin/FluentMigrator.Abstractions.dll >+%%DATADIR%%/bin/FluentMigrator.Extensions.Oracle.dll >+%%DATADIR%%/bin/FluentMigrator.Extensions.Postgres.dll >+%%DATADIR%%/bin/FluentMigrator.Extensions.SqlAnywhere.dll >+%%DATADIR%%/bin/FluentMigrator.Extensions.SqlServer.dll >+%%DATADIR%%/bin/FluentMigrator.Runner.Core.dll >+%%DATADIR%%/bin/FluentMigrator.Runner.Db2.dll >+%%DATADIR%%/bin/FluentMigrator.Runner.Firebird.dll >+%%DATADIR%%/bin/FluentMigrator.Runner.Hana.dll >+%%DATADIR%%/bin/FluentMigrator.Runner.MySql.dll >+%%DATADIR%%/bin/FluentMigrator.Runner.Oracle.dll >+%%DATADIR%%/bin/FluentMigrator.Runner.Postgres.dll >+%%DATADIR%%/bin/FluentMigrator.Runner.Redshift.dll >+%%DATADIR%%/bin/FluentMigrator.Runner.SQLite.dll >+%%DATADIR%%/bin/FluentMigrator.Runner.SqlAnywhere.dll >+%%DATADIR%%/bin/FluentMigrator.Runner.SqlServer.dll >+%%DATADIR%%/bin/FluentMigrator.Runner.SqlServerCe.dll >+%%DATADIR%%/bin/FluentMigrator.Runner.dll >+%%DATADIR%%/bin/FluentMigrator.dll >+%%DATADIR%%/bin/FluentValidation.dll >+%%DATADIR%%/bin/ICSharpCode.SharpZipLib.dll >+%%DATADIR%%/bin/Ical.Net.dll >+%%DATADIR%%/bin/ImpromptuInterface.dll >+%%DATADIR%%/bin/Instances.dll >+%%DATADIR%%/bin/LICENSE >+%%DATADIR%%/bin/Localization/Core/ar.json >+%%DATADIR%%/bin/Localization/Core/bg.json >+%%DATADIR%%/bin/Localization/Core/bn.json >+%%DATADIR%%/bin/Localization/Core/ca.json >+%%DATADIR%%/bin/Localization/Core/cs.json >+%%DATADIR%%/bin/Localization/Core/da.json >+%%DATADIR%%/bin/Localization/Core/de.json >+%%DATADIR%%/bin/Localization/Core/el.json >+%%DATADIR%%/bin/Localization/Core/en.json >+%%DATADIR%%/bin/Localization/Core/es.json >+%%DATADIR%%/bin/Localization/Core/fa.json >+%%DATADIR%%/bin/Localization/Core/fi.json >+%%DATADIR%%/bin/Localization/Core/fr.json >+%%DATADIR%%/bin/Localization/Core/he.json >+%%DATADIR%%/bin/Localization/Core/hi.json >+%%DATADIR%%/bin/Localization/Core/hu.json >+%%DATADIR%%/bin/Localization/Core/is.json >+%%DATADIR%%/bin/Localization/Core/it.json >+%%DATADIR%%/bin/Localization/Core/ja.json >+%%DATADIR%%/bin/Localization/Core/ko.json >+%%DATADIR%%/bin/Localization/Core/nan.json >+%%DATADIR%%/bin/Localization/Core/nb_NO.json >+%%DATADIR%%/bin/Localization/Core/nl.json >+%%DATADIR%%/bin/Localization/Core/pl.json >+%%DATADIR%%/bin/Localization/Core/pt.json >+%%DATADIR%%/bin/Localization/Core/pt_BR.json >+%%DATADIR%%/bin/Localization/Core/ro.json >+%%DATADIR%%/bin/Localization/Core/ru.json >+%%DATADIR%%/bin/Localization/Core/sk.json >+%%DATADIR%%/bin/Localization/Core/sv.json >+%%DATADIR%%/bin/Localization/Core/th.json >+%%DATADIR%%/bin/Localization/Core/tr.json >+%%DATADIR%%/bin/Localization/Core/uk.json >+%%DATADIR%%/bin/Localization/Core/vi.json >+%%DATADIR%%/bin/Localization/Core/zh_CN.json >+%%DATADIR%%/bin/Localization/Core/zh_Hans.json >+%%DATADIR%%/bin/Localization/Core/zh_TW.json >+%%DATADIR%%/bin/MailKit.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Antiforgery.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Authentication.Abstractions.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Authentication.Cookies.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Authentication.Core.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Authentication.OAuth.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Authentication.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Authorization.Policy.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Authorization.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Components.Authorization.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Components.Forms.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Components.Server.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Components.Web.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Components.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Connections.Abstractions.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.CookiePolicy.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Cors.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Cryptography.Internal.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.DataProtection.Abstractions.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.DataProtection.Extensions.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.DataProtection.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Diagnostics.Abstractions.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Diagnostics.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.HostFiltering.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Hosting.Abstractions.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Hosting.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Html.Abstractions.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Http.Abstractions.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Http.Connections.Common.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Http.Connections.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Http.Extensions.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Http.Features.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Http.Results.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Http.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.HttpLogging.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.HttpOverrides.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.HttpsPolicy.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Identity.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Localization.Routing.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Localization.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Metadata.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Mvc.Abstractions.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Mvc.ApiExplorer.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Mvc.Core.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Mvc.Cors.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Mvc.DataAnnotations.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Mvc.Formatters.Json.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Mvc.Localization.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Mvc.Razor.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Mvc.RazorPages.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Mvc.TagHelpers.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Mvc.ViewFeatures.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Mvc.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Razor.Runtime.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Razor.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.ResponseCaching.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.ResponseCompression.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Rewrite.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Routing.Abstractions.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Routing.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Server.HttpSys.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Server.IIS.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Server.IISIntegration.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Server.Kestrel.Core.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Server.Kestrel.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.Session.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.SignalR.Common.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.SignalR.Core.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.SignalR.Protocols.Json.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.SignalR.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.StaticFiles.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.WebSockets.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.WebUtilities.dll >+%%DATADIR%%/bin/Microsoft.AspNetCore.dll >+%%DATADIR%%/bin/Microsoft.CSharp.dll >+%%DATADIR%%/bin/Microsoft.Data.SqlClient.dll >+%%DATADIR%%/bin/Microsoft.Extensions.Caching.Abstractions.dll >+%%DATADIR%%/bin/Microsoft.Extensions.Caching.Memory.dll >+%%DATADIR%%/bin/Microsoft.Extensions.Configuration.Abstractions.dll >+%%DATADIR%%/bin/Microsoft.Extensions.Configuration.Binder.dll >+%%DATADIR%%/bin/Microsoft.Extensions.Configuration.CommandLine.dll >+%%DATADIR%%/bin/Microsoft.Extensions.Configuration.EnvironmentVariables.dll >+%%DATADIR%%/bin/Microsoft.Extensions.Configuration.FileExtensions.dll >+%%DATADIR%%/bin/Microsoft.Extensions.Configuration.Ini.dll >+%%DATADIR%%/bin/Microsoft.Extensions.Configuration.Json.dll >+%%DATADIR%%/bin/Microsoft.Extensions.Configuration.KeyPerFile.dll >+%%DATADIR%%/bin/Microsoft.Extensions.Configuration.UserSecrets.dll >+%%DATADIR%%/bin/Microsoft.Extensions.Configuration.Xml.dll >+%%DATADIR%%/bin/Microsoft.Extensions.Configuration.dll >+%%DATADIR%%/bin/Microsoft.Extensions.DependencyInjection.Abstractions.dll >+%%DATADIR%%/bin/Microsoft.Extensions.DependencyInjection.dll >+%%DATADIR%%/bin/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll >+%%DATADIR%%/bin/Microsoft.Extensions.Diagnostics.HealthChecks.dll >+%%DATADIR%%/bin/Microsoft.Extensions.Features.dll >+%%DATADIR%%/bin/Microsoft.Extensions.FileProviders.Abstractions.dll >+%%DATADIR%%/bin/Microsoft.Extensions.FileProviders.Composite.dll >+%%DATADIR%%/bin/Microsoft.Extensions.FileProviders.Embedded.dll >+%%DATADIR%%/bin/Microsoft.Extensions.FileProviders.Physical.dll >+%%DATADIR%%/bin/Microsoft.Extensions.FileSystemGlobbing.dll >+%%DATADIR%%/bin/Microsoft.Extensions.Hosting.Abstractions.dll >+%%DATADIR%%/bin/Microsoft.Extensions.Hosting.WindowsServices.dll >+%%DATADIR%%/bin/Microsoft.Extensions.Hosting.dll >+%%DATADIR%%/bin/Microsoft.Extensions.Http.dll >+%%DATADIR%%/bin/Microsoft.Extensions.Identity.Core.dll >+%%DATADIR%%/bin/Microsoft.Extensions.Identity.Stores.dll >+%%DATADIR%%/bin/Microsoft.Extensions.Localization.Abstractions.dll >+%%DATADIR%%/bin/Microsoft.Extensions.Localization.dll >+%%DATADIR%%/bin/Microsoft.Extensions.Logging.Abstractions.dll >+%%DATADIR%%/bin/Microsoft.Extensions.Logging.Configuration.dll >+%%DATADIR%%/bin/Microsoft.Extensions.Logging.Console.dll >+%%DATADIR%%/bin/Microsoft.Extensions.Logging.Debug.dll >+%%DATADIR%%/bin/Microsoft.Extensions.Logging.EventLog.dll >+%%DATADIR%%/bin/Microsoft.Extensions.Logging.EventSource.dll >+%%DATADIR%%/bin/Microsoft.Extensions.Logging.TraceSource.dll >+%%DATADIR%%/bin/Microsoft.Extensions.Logging.dll >+%%DATADIR%%/bin/Microsoft.Extensions.ObjectPool.dll >+%%DATADIR%%/bin/Microsoft.Extensions.Options.ConfigurationExtensions.dll >+%%DATADIR%%/bin/Microsoft.Extensions.Options.DataAnnotations.dll >+%%DATADIR%%/bin/Microsoft.Extensions.Options.dll >+%%DATADIR%%/bin/Microsoft.Extensions.Primitives.dll >+%%DATADIR%%/bin/Microsoft.Extensions.WebEncoders.dll >+%%DATADIR%%/bin/Microsoft.Identity.Client.dll >+%%DATADIR%%/bin/Microsoft.IdentityModel.JsonWebTokens.dll >+%%DATADIR%%/bin/Microsoft.IdentityModel.Logging.dll >+%%DATADIR%%/bin/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll >+%%DATADIR%%/bin/Microsoft.IdentityModel.Protocols.dll >+%%DATADIR%%/bin/Microsoft.IdentityModel.Tokens.dll >+%%DATADIR%%/bin/Microsoft.JSInterop.dll >+%%DATADIR%%/bin/Microsoft.Net.Http.Headers.dll >+%%DATADIR%%/bin/Microsoft.VisualBasic.Core.dll >+%%DATADIR%%/bin/Microsoft.VisualBasic.dll >+%%DATADIR%%/bin/Microsoft.Win32.Primitives.dll >+%%DATADIR%%/bin/Microsoft.Win32.Registry.dll >+%%DATADIR%%/bin/Microsoft.Win32.SystemEvents.dll >+%%DATADIR%%/bin/MimeKit.dll >+%%DATADIR%%/bin/Mono.Nat.dll >+%%DATADIR%%/bin/Mono.Posix.NETStandard.dll >+%%DATADIR%%/bin/MonoTorrent.dll >+%%DATADIR%%/bin/NLog.Extensions.Logging.dll >+%%DATADIR%%/bin/NLog.dll >+%%DATADIR%%/bin/Newtonsoft.Json.dll >+%%DATADIR%%/bin/NodaTime.dll >+%%DATADIR%%/bin/Radarr >+%%DATADIR%%/bin/Radarr.Api.V3.deps.json >+%%DATADIR%%/bin/Radarr.Api.V3.dll >+%%DATADIR%%/bin/Radarr.Api.V3.pdb >+%%DATADIR%%/bin/Radarr.Common.deps.json >+%%DATADIR%%/bin/Radarr.Common.dll >+%%DATADIR%%/bin/Radarr.Common.pdb >+%%DATADIR%%/bin/Radarr.Core.deps.json >+%%DATADIR%%/bin/Radarr.Core.dll >+%%DATADIR%%/bin/Radarr.Core.pdb >+%%DATADIR%%/bin/Radarr.Host.deps.json >+%%DATADIR%%/bin/Radarr.Host.dll >+%%DATADIR%%/bin/Radarr.Host.pdb >+%%DATADIR%%/bin/Radarr.Http.deps.json >+%%DATADIR%%/bin/Radarr.Http.dll >+%%DATADIR%%/bin/Radarr.Http.pdb >+%%DATADIR%%/bin/Radarr.Mono.deps.json >+%%DATADIR%%/bin/Radarr.Mono.dll >+%%DATADIR%%/bin/Radarr.Mono.pdb >+%%DATADIR%%/bin/Radarr.SignalR.deps.json >+%%DATADIR%%/bin/Radarr.SignalR.dll >+%%DATADIR%%/bin/Radarr.SignalR.pdb >+%%DATADIR%%/bin/Radarr.Update/DryIoc.Microsoft.DependencyInjection.dll >+%%DATADIR%%/bin/Radarr.Update/DryIoc.dll >+%%DATADIR%%/bin/Radarr.Update/ICSharpCode.SharpZipLib.dll >+%%DATADIR%%/bin/Radarr.Update/Microsoft.CSharp.dll >+%%DATADIR%%/bin/Radarr.Update/Microsoft.Extensions.Configuration.Abstractions.dll >+%%DATADIR%%/bin/Radarr.Update/Microsoft.Extensions.Configuration.Binder.dll >+%%DATADIR%%/bin/Radarr.Update/Microsoft.Extensions.Configuration.CommandLine.dll >+%%DATADIR%%/bin/Radarr.Update/Microsoft.Extensions.Configuration.EnvironmentVariables.dll >+%%DATADIR%%/bin/Radarr.Update/Microsoft.Extensions.Configuration.FileExtensions.dll >+%%DATADIR%%/bin/Radarr.Update/Microsoft.Extensions.Configuration.Json.dll >+%%DATADIR%%/bin/Radarr.Update/Microsoft.Extensions.Configuration.UserSecrets.dll >+%%DATADIR%%/bin/Radarr.Update/Microsoft.Extensions.Configuration.dll >+%%DATADIR%%/bin/Radarr.Update/Microsoft.Extensions.DependencyInjection.Abstractions.dll >+%%DATADIR%%/bin/Radarr.Update/Microsoft.Extensions.DependencyInjection.dll >+%%DATADIR%%/bin/Radarr.Update/Microsoft.Extensions.FileProviders.Abstractions.dll >+%%DATADIR%%/bin/Radarr.Update/Microsoft.Extensions.FileProviders.Physical.dll >+%%DATADIR%%/bin/Radarr.Update/Microsoft.Extensions.FileSystemGlobbing.dll >+%%DATADIR%%/bin/Radarr.Update/Microsoft.Extensions.Hosting.Abstractions.dll >+%%DATADIR%%/bin/Radarr.Update/Microsoft.Extensions.Hosting.WindowsServices.dll >+%%DATADIR%%/bin/Radarr.Update/Microsoft.Extensions.Hosting.dll >+%%DATADIR%%/bin/Radarr.Update/Microsoft.Extensions.Logging.Abstractions.dll >+%%DATADIR%%/bin/Radarr.Update/Microsoft.Extensions.Logging.Configuration.dll >+%%DATADIR%%/bin/Radarr.Update/Microsoft.Extensions.Logging.Console.dll >+%%DATADIR%%/bin/Radarr.Update/Microsoft.Extensions.Logging.Debug.dll >+%%DATADIR%%/bin/Radarr.Update/Microsoft.Extensions.Logging.EventLog.dll >+%%DATADIR%%/bin/Radarr.Update/Microsoft.Extensions.Logging.EventSource.dll >+%%DATADIR%%/bin/Radarr.Update/Microsoft.Extensions.Logging.dll >+%%DATADIR%%/bin/Radarr.Update/Microsoft.Extensions.Options.ConfigurationExtensions.dll >+%%DATADIR%%/bin/Radarr.Update/Microsoft.Extensions.Options.dll >+%%DATADIR%%/bin/Radarr.Update/Microsoft.Extensions.Primitives.dll >+%%DATADIR%%/bin/Radarr.Update/Microsoft.VisualBasic.Core.dll >+%%DATADIR%%/bin/Radarr.Update/Microsoft.VisualBasic.dll >+%%DATADIR%%/bin/Radarr.Update/Microsoft.Win32.Primitives.dll >+%%DATADIR%%/bin/Radarr.Update/Microsoft.Win32.Registry.dll >+%%DATADIR%%/bin/Radarr.Update/Microsoft.Win32.SystemEvents.dll >+%%DATADIR%%/bin/Radarr.Update/Mono.Posix.NETStandard.dll >+%%DATADIR%%/bin/Radarr.Update/NLog.Extensions.Logging.dll >+%%DATADIR%%/bin/Radarr.Update/NLog.dll >+%%DATADIR%%/bin/Radarr.Update/Newtonsoft.Json.dll >+%%DATADIR%%/bin/Radarr.Update/Radarr.Common.dll >+%%DATADIR%%/bin/Radarr.Update/Radarr.Common.pdb >+%%DATADIR%%/bin/Radarr.Update/Radarr.Mono.deps.json >+%%DATADIR%%/bin/Radarr.Update/Radarr.Mono.dll >+%%DATADIR%%/bin/Radarr.Update/Radarr.Mono.pdb >+%%DATADIR%%/bin/Radarr.Update/Radarr.Update >+%%DATADIR%%/bin/Radarr.Update/Radarr.Update.deps.json >+%%DATADIR%%/bin/Radarr.Update/Radarr.Update.dll >+%%DATADIR%%/bin/Radarr.Update/Radarr.Update.dll.config >+%%DATADIR%%/bin/Radarr.Update/Radarr.Update.pdb >+%%DATADIR%%/bin/Radarr.Update/Radarr.Update.runtimeconfig.json >+%%DATADIR%%/bin/Radarr.Update/Sentry.dll >+%%DATADIR%%/bin/Radarr.Update/System.AppContext.dll >+%%DATADIR%%/bin/Radarr.Update/System.Buffers.dll >+%%DATADIR%%/bin/Radarr.Update/System.Collections.Concurrent.dll >+%%DATADIR%%/bin/Radarr.Update/System.Collections.Immutable.dll >+%%DATADIR%%/bin/Radarr.Update/System.Collections.NonGeneric.dll >+%%DATADIR%%/bin/Radarr.Update/System.Collections.Specialized.dll >+%%DATADIR%%/bin/Radarr.Update/System.Collections.dll >+%%DATADIR%%/bin/Radarr.Update/System.ComponentModel.Annotations.dll >+%%DATADIR%%/bin/Radarr.Update/System.ComponentModel.DataAnnotations.dll >+%%DATADIR%%/bin/Radarr.Update/System.ComponentModel.EventBasedAsync.dll >+%%DATADIR%%/bin/Radarr.Update/System.ComponentModel.Primitives.dll >+%%DATADIR%%/bin/Radarr.Update/System.ComponentModel.TypeConverter.dll >+%%DATADIR%%/bin/Radarr.Update/System.ComponentModel.dll >+%%DATADIR%%/bin/Radarr.Update/System.Configuration.ConfigurationManager.dll >+%%DATADIR%%/bin/Radarr.Update/System.Configuration.dll >+%%DATADIR%%/bin/Radarr.Update/System.Console.dll >+%%DATADIR%%/bin/Radarr.Update/System.Core.dll >+%%DATADIR%%/bin/Radarr.Update/System.Data.Common.dll >+%%DATADIR%%/bin/Radarr.Update/System.Data.DataSetExtensions.dll >+%%DATADIR%%/bin/Radarr.Update/System.Data.SQLite.dll >+%%DATADIR%%/bin/Radarr.Update/System.Data.dll >+%%DATADIR%%/bin/Radarr.Update/System.Diagnostics.Contracts.dll >+%%DATADIR%%/bin/Radarr.Update/System.Diagnostics.Debug.dll >+%%DATADIR%%/bin/Radarr.Update/System.Diagnostics.DiagnosticSource.dll >+%%DATADIR%%/bin/Radarr.Update/System.Diagnostics.EventLog.dll >+%%DATADIR%%/bin/Radarr.Update/System.Diagnostics.FileVersionInfo.dll >+%%DATADIR%%/bin/Radarr.Update/System.Diagnostics.Process.dll >+%%DATADIR%%/bin/Radarr.Update/System.Diagnostics.StackTrace.dll >+%%DATADIR%%/bin/Radarr.Update/System.Diagnostics.TextWriterTraceListener.dll >+%%DATADIR%%/bin/Radarr.Update/System.Diagnostics.Tools.dll >+%%DATADIR%%/bin/Radarr.Update/System.Diagnostics.TraceSource.dll >+%%DATADIR%%/bin/Radarr.Update/System.Diagnostics.Tracing.dll >+%%DATADIR%%/bin/Radarr.Update/System.Drawing.Common.dll >+%%DATADIR%%/bin/Radarr.Update/System.Drawing.Primitives.dll >+%%DATADIR%%/bin/Radarr.Update/System.Drawing.dll >+%%DATADIR%%/bin/Radarr.Update/System.Dynamic.Runtime.dll >+%%DATADIR%%/bin/Radarr.Update/System.Formats.Asn1.dll >+%%DATADIR%%/bin/Radarr.Update/System.Globalization.Calendars.dll >+%%DATADIR%%/bin/Radarr.Update/System.Globalization.Extensions.dll >+%%DATADIR%%/bin/Radarr.Update/System.Globalization.dll >+%%DATADIR%%/bin/Radarr.Update/System.IO.Compression.Brotli.dll >+%%DATADIR%%/bin/Radarr.Update/System.IO.Compression.FileSystem.dll >+%%DATADIR%%/bin/Radarr.Update/System.IO.Compression.ZipFile.dll >+%%DATADIR%%/bin/Radarr.Update/System.IO.Compression.dll >+%%DATADIR%%/bin/Radarr.Update/System.IO.FileSystem.AccessControl.dll >+%%DATADIR%%/bin/Radarr.Update/System.IO.FileSystem.DriveInfo.dll >+%%DATADIR%%/bin/Radarr.Update/System.IO.FileSystem.Primitives.dll >+%%DATADIR%%/bin/Radarr.Update/System.IO.FileSystem.Watcher.dll >+%%DATADIR%%/bin/Radarr.Update/System.IO.FileSystem.dll >+%%DATADIR%%/bin/Radarr.Update/System.IO.IsolatedStorage.dll >+%%DATADIR%%/bin/Radarr.Update/System.IO.MemoryMappedFiles.dll >+%%DATADIR%%/bin/Radarr.Update/System.IO.Pipes.AccessControl.dll >+%%DATADIR%%/bin/Radarr.Update/System.IO.Pipes.dll >+%%DATADIR%%/bin/Radarr.Update/System.IO.UnmanagedMemoryStream.dll >+%%DATADIR%%/bin/Radarr.Update/System.IO.dll >+%%DATADIR%%/bin/Radarr.Update/System.Linq.Expressions.dll >+%%DATADIR%%/bin/Radarr.Update/System.Linq.Parallel.dll >+%%DATADIR%%/bin/Radarr.Update/System.Linq.Queryable.dll >+%%DATADIR%%/bin/Radarr.Update/System.Linq.dll >+%%DATADIR%%/bin/Radarr.Update/System.Memory.dll >+%%DATADIR%%/bin/Radarr.Update/System.Net.Http.Json.dll >+%%DATADIR%%/bin/Radarr.Update/System.Net.Http.dll >+%%DATADIR%%/bin/Radarr.Update/System.Net.HttpListener.dll >+%%DATADIR%%/bin/Radarr.Update/System.Net.Mail.dll >+%%DATADIR%%/bin/Radarr.Update/System.Net.NameResolution.dll >+%%DATADIR%%/bin/Radarr.Update/System.Net.NetworkInformation.dll >+%%DATADIR%%/bin/Radarr.Update/System.Net.Ping.dll >+%%DATADIR%%/bin/Radarr.Update/System.Net.Primitives.dll >+%%DATADIR%%/bin/Radarr.Update/System.Net.Quic.dll >+%%DATADIR%%/bin/Radarr.Update/System.Net.Requests.dll >+%%DATADIR%%/bin/Radarr.Update/System.Net.Security.dll >+%%DATADIR%%/bin/Radarr.Update/System.Net.ServicePoint.dll >+%%DATADIR%%/bin/Radarr.Update/System.Net.Sockets.dll >+%%DATADIR%%/bin/Radarr.Update/System.Net.WebClient.dll >+%%DATADIR%%/bin/Radarr.Update/System.Net.WebHeaderCollection.dll >+%%DATADIR%%/bin/Radarr.Update/System.Net.WebProxy.dll >+%%DATADIR%%/bin/Radarr.Update/System.Net.WebSockets.Client.dll >+%%DATADIR%%/bin/Radarr.Update/System.Net.WebSockets.dll >+%%DATADIR%%/bin/Radarr.Update/System.Net.dll >+%%DATADIR%%/bin/Radarr.Update/System.Numerics.Vectors.dll >+%%DATADIR%%/bin/Radarr.Update/System.Numerics.dll >+%%DATADIR%%/bin/Radarr.Update/System.ObjectModel.dll >+%%DATADIR%%/bin/Radarr.Update/System.Private.CoreLib.dll >+%%DATADIR%%/bin/Radarr.Update/System.Private.DataContractSerialization.dll >+%%DATADIR%%/bin/Radarr.Update/System.Private.Uri.dll >+%%DATADIR%%/bin/Radarr.Update/System.Private.Xml.Linq.dll >+%%DATADIR%%/bin/Radarr.Update/System.Private.Xml.dll >+%%DATADIR%%/bin/Radarr.Update/System.Reflection.DispatchProxy.dll >+%%DATADIR%%/bin/Radarr.Update/System.Reflection.Emit.ILGeneration.dll >+%%DATADIR%%/bin/Radarr.Update/System.Reflection.Emit.Lightweight.dll >+%%DATADIR%%/bin/Radarr.Update/System.Reflection.Emit.dll >+%%DATADIR%%/bin/Radarr.Update/System.Reflection.Extensions.dll >+%%DATADIR%%/bin/Radarr.Update/System.Reflection.Metadata.dll >+%%DATADIR%%/bin/Radarr.Update/System.Reflection.Primitives.dll >+%%DATADIR%%/bin/Radarr.Update/System.Reflection.TypeExtensions.dll >+%%DATADIR%%/bin/Radarr.Update/System.Reflection.dll >+%%DATADIR%%/bin/Radarr.Update/System.Resources.Reader.dll >+%%DATADIR%%/bin/Radarr.Update/System.Resources.ResourceManager.dll >+%%DATADIR%%/bin/Radarr.Update/System.Resources.Writer.dll >+%%DATADIR%%/bin/Radarr.Update/System.Runtime.CompilerServices.Unsafe.dll >+%%DATADIR%%/bin/Radarr.Update/System.Runtime.CompilerServices.VisualC.dll >+%%DATADIR%%/bin/Radarr.Update/System.Runtime.Extensions.dll >+%%DATADIR%%/bin/Radarr.Update/System.Runtime.Handles.dll >+%%DATADIR%%/bin/Radarr.Update/System.Runtime.InteropServices.RuntimeInformation.dll >+%%DATADIR%%/bin/Radarr.Update/System.Runtime.InteropServices.dll >+%%DATADIR%%/bin/Radarr.Update/System.Runtime.Intrinsics.dll >+%%DATADIR%%/bin/Radarr.Update/System.Runtime.Loader.dll >+%%DATADIR%%/bin/Radarr.Update/System.Runtime.Numerics.dll >+%%DATADIR%%/bin/Radarr.Update/System.Runtime.Serialization.Formatters.dll >+%%DATADIR%%/bin/Radarr.Update/System.Runtime.Serialization.Json.dll >+%%DATADIR%%/bin/Radarr.Update/System.Runtime.Serialization.Primitives.dll >+%%DATADIR%%/bin/Radarr.Update/System.Runtime.Serialization.Xml.dll >+%%DATADIR%%/bin/Radarr.Update/System.Runtime.Serialization.dll >+%%DATADIR%%/bin/Radarr.Update/System.Runtime.dll >+%%DATADIR%%/bin/Radarr.Update/System.Security.AccessControl.dll >+%%DATADIR%%/bin/Radarr.Update/System.Security.Claims.dll >+%%DATADIR%%/bin/Radarr.Update/System.Security.Cryptography.Algorithms.dll >+%%DATADIR%%/bin/Radarr.Update/System.Security.Cryptography.Cng.dll >+%%DATADIR%%/bin/Radarr.Update/System.Security.Cryptography.Csp.dll >+%%DATADIR%%/bin/Radarr.Update/System.Security.Cryptography.Encoding.dll >+%%DATADIR%%/bin/Radarr.Update/System.Security.Cryptography.OpenSsl.dll >+%%DATADIR%%/bin/Radarr.Update/System.Security.Cryptography.Primitives.dll >+%%DATADIR%%/bin/Radarr.Update/System.Security.Cryptography.ProtectedData.dll >+%%DATADIR%%/bin/Radarr.Update/System.Security.Cryptography.X509Certificates.dll >+%%DATADIR%%/bin/Radarr.Update/System.Security.Permissions.dll >+%%DATADIR%%/bin/Radarr.Update/System.Security.Principal.Windows.dll >+%%DATADIR%%/bin/Radarr.Update/System.Security.Principal.dll >+%%DATADIR%%/bin/Radarr.Update/System.Security.SecureString.dll >+%%DATADIR%%/bin/Radarr.Update/System.Security.dll >+%%DATADIR%%/bin/Radarr.Update/System.ServiceModel.Web.dll >+%%DATADIR%%/bin/Radarr.Update/System.ServiceProcess.ServiceController.dll >+%%DATADIR%%/bin/Radarr.Update/System.ServiceProcess.dll >+%%DATADIR%%/bin/Radarr.Update/System.Text.Encoding.CodePages.dll >+%%DATADIR%%/bin/Radarr.Update/System.Text.Encoding.Extensions.dll >+%%DATADIR%%/bin/Radarr.Update/System.Text.Encoding.dll >+%%DATADIR%%/bin/Radarr.Update/System.Text.Encodings.Web.dll >+%%DATADIR%%/bin/Radarr.Update/System.Text.Json.dll >+%%DATADIR%%/bin/Radarr.Update/System.Text.RegularExpressions.dll >+%%DATADIR%%/bin/Radarr.Update/System.Threading.Channels.dll >+%%DATADIR%%/bin/Radarr.Update/System.Threading.Overlapped.dll >+%%DATADIR%%/bin/Radarr.Update/System.Threading.Tasks.Dataflow.dll >+%%DATADIR%%/bin/Radarr.Update/System.Threading.Tasks.Extensions.dll >+%%DATADIR%%/bin/Radarr.Update/System.Threading.Tasks.Parallel.dll >+%%DATADIR%%/bin/Radarr.Update/System.Threading.Tasks.dll >+%%DATADIR%%/bin/Radarr.Update/System.Threading.Thread.dll >+%%DATADIR%%/bin/Radarr.Update/System.Threading.ThreadPool.dll >+%%DATADIR%%/bin/Radarr.Update/System.Threading.Timer.dll >+%%DATADIR%%/bin/Radarr.Update/System.Threading.dll >+%%DATADIR%%/bin/Radarr.Update/System.Transactions.Local.dll >+%%DATADIR%%/bin/Radarr.Update/System.Transactions.dll >+%%DATADIR%%/bin/Radarr.Update/System.ValueTuple.dll >+%%DATADIR%%/bin/Radarr.Update/System.Web.HttpUtility.dll >+%%DATADIR%%/bin/Radarr.Update/System.Web.dll >+%%DATADIR%%/bin/Radarr.Update/System.Windows.Extensions.dll >+%%DATADIR%%/bin/Radarr.Update/System.Windows.dll >+%%DATADIR%%/bin/Radarr.Update/System.Xml.Linq.dll >+%%DATADIR%%/bin/Radarr.Update/System.Xml.ReaderWriter.dll >+%%DATADIR%%/bin/Radarr.Update/System.Xml.Serialization.dll >+%%DATADIR%%/bin/Radarr.Update/System.Xml.XDocument.dll >+%%DATADIR%%/bin/Radarr.Update/System.Xml.XPath.XDocument.dll >+%%DATADIR%%/bin/Radarr.Update/System.Xml.XPath.dll >+%%DATADIR%%/bin/Radarr.Update/System.Xml.XmlDocument.dll >+%%DATADIR%%/bin/Radarr.Update/System.Xml.XmlSerializer.dll >+%%DATADIR%%/bin/Radarr.Update/System.Xml.dll >+%%DATADIR%%/bin/Radarr.Update/System.dll >+%%DATADIR%%/bin/Radarr.Update/WindowsBase.dll >+%%DATADIR%%/bin/Radarr.Update/libMonoPosixHelper.so >+%%DATADIR%%/bin/Radarr.Update/libSystem.Globalization.Native.so >+%%DATADIR%%/bin/Radarr.Update/libSystem.IO.Compression.Native.so >+%%DATADIR%%/bin/Radarr.Update/libSystem.Native.so >+%%DATADIR%%/bin/Radarr.Update/libSystem.Net.Security.Native.so >+%%DATADIR%%/bin/Radarr.Update/libSystem.Security.Cryptography.Native.OpenSsl.so >+%%DATADIR%%/bin/Radarr.Update/libclrjit.so >+%%DATADIR%%/bin/Radarr.Update/libcoreclr.so >+%%DATADIR%%/bin/Radarr.Update/libcoreclrtraceptprovider.so >+%%DATADIR%%/bin/Radarr.Update/libdbgshim.so >+%%DATADIR%%/bin/Radarr.Update/libhostfxr.so >+%%DATADIR%%/bin/Radarr.Update/libhostpolicy.so >+%%DATADIR%%/bin/Radarr.Update/libmscordaccore.so >+%%DATADIR%%/bin/Radarr.Update/libmscordbi.so >+%%DATADIR%%/bin/Radarr.Update/mscorlib.dll >+%%DATADIR%%/bin/Radarr.Update/netstandard.dll >+%%DATADIR%%/bin/Radarr.deps.json >+%%DATADIR%%/bin/Radarr.dll >+%%DATADIR%%/bin/Radarr.pdb >+%%DATADIR%%/bin/Radarr.runtimeconfig.json >+%%DATADIR%%/bin/ReusableTasks.dll >+%%DATADIR%%/bin/Sentry.dll >+%%DATADIR%%/bin/ServiceInstall >+%%DATADIR%%/bin/ServiceUninstall >+%%DATADIR%%/bin/SixLabors.ImageSharp.dll >+%%DATADIR%%/bin/System.AppContext.dll >+%%DATADIR%%/bin/System.Buffers.dll >+%%DATADIR%%/bin/System.Collections.Concurrent.dll >+%%DATADIR%%/bin/System.Collections.Immutable.dll >+%%DATADIR%%/bin/System.Collections.NonGeneric.dll >+%%DATADIR%%/bin/System.Collections.Specialized.dll >+%%DATADIR%%/bin/System.Collections.dll >+%%DATADIR%%/bin/System.ComponentModel.Annotations.dll >+%%DATADIR%%/bin/System.ComponentModel.DataAnnotations.dll >+%%DATADIR%%/bin/System.ComponentModel.EventBasedAsync.dll >+%%DATADIR%%/bin/System.ComponentModel.Primitives.dll >+%%DATADIR%%/bin/System.ComponentModel.TypeConverter.dll >+%%DATADIR%%/bin/System.ComponentModel.dll >+%%DATADIR%%/bin/System.Configuration.ConfigurationManager.dll >+%%DATADIR%%/bin/System.Configuration.dll >+%%DATADIR%%/bin/System.Console.dll >+%%DATADIR%%/bin/System.Core.dll >+%%DATADIR%%/bin/System.Data.Common.dll >+%%DATADIR%%/bin/System.Data.DataSetExtensions.dll >+%%DATADIR%%/bin/System.Data.SQLite.dll >+%%DATADIR%%/bin/System.Data.SqlServerCe.dll >+%%DATADIR%%/bin/System.Data.dll >+%%DATADIR%%/bin/System.Diagnostics.Contracts.dll >+%%DATADIR%%/bin/System.Diagnostics.Debug.dll >+%%DATADIR%%/bin/System.Diagnostics.DiagnosticSource.dll >+%%DATADIR%%/bin/System.Diagnostics.EventLog.dll >+%%DATADIR%%/bin/System.Diagnostics.FileVersionInfo.dll >+%%DATADIR%%/bin/System.Diagnostics.Process.dll >+%%DATADIR%%/bin/System.Diagnostics.StackTrace.dll >+%%DATADIR%%/bin/System.Diagnostics.TextWriterTraceListener.dll >+%%DATADIR%%/bin/System.Diagnostics.Tools.dll >+%%DATADIR%%/bin/System.Diagnostics.TraceSource.dll >+%%DATADIR%%/bin/System.Diagnostics.Tracing.dll >+%%DATADIR%%/bin/System.Drawing.Common.dll >+%%DATADIR%%/bin/System.Drawing.Primitives.dll >+%%DATADIR%%/bin/System.Drawing.dll >+%%DATADIR%%/bin/System.Dynamic.Runtime.dll >+%%DATADIR%%/bin/System.Formats.Asn1.dll >+%%DATADIR%%/bin/System.Globalization.Calendars.dll >+%%DATADIR%%/bin/System.Globalization.Extensions.dll >+%%DATADIR%%/bin/System.Globalization.dll >+%%DATADIR%%/bin/System.IO.Compression.Brotli.dll >+%%DATADIR%%/bin/System.IO.Compression.FileSystem.dll >+%%DATADIR%%/bin/System.IO.Compression.ZipFile.dll >+%%DATADIR%%/bin/System.IO.Compression.dll >+%%DATADIR%%/bin/System.IO.FileSystem.AccessControl.dll >+%%DATADIR%%/bin/System.IO.FileSystem.DriveInfo.dll >+%%DATADIR%%/bin/System.IO.FileSystem.Primitives.dll >+%%DATADIR%%/bin/System.IO.FileSystem.Watcher.dll >+%%DATADIR%%/bin/System.IO.FileSystem.dll >+%%DATADIR%%/bin/System.IO.IsolatedStorage.dll >+%%DATADIR%%/bin/System.IO.MemoryMappedFiles.dll >+%%DATADIR%%/bin/System.IO.Pipelines.dll >+%%DATADIR%%/bin/System.IO.Pipes.AccessControl.dll >+%%DATADIR%%/bin/System.IO.Pipes.dll >+%%DATADIR%%/bin/System.IO.UnmanagedMemoryStream.dll >+%%DATADIR%%/bin/System.IO.dll >+%%DATADIR%%/bin/System.IdentityModel.Tokens.Jwt.dll >+%%DATADIR%%/bin/System.Linq.Expressions.dll >+%%DATADIR%%/bin/System.Linq.Parallel.dll >+%%DATADIR%%/bin/System.Linq.Queryable.dll >+%%DATADIR%%/bin/System.Linq.dll >+%%DATADIR%%/bin/System.Memory.dll >+%%DATADIR%%/bin/System.Net.Http.Json.dll >+%%DATADIR%%/bin/System.Net.Http.dll >+%%DATADIR%%/bin/System.Net.HttpListener.dll >+%%DATADIR%%/bin/System.Net.Mail.dll >+%%DATADIR%%/bin/System.Net.NameResolution.dll >+%%DATADIR%%/bin/System.Net.NetworkInformation.dll >+%%DATADIR%%/bin/System.Net.Ping.dll >+%%DATADIR%%/bin/System.Net.Primitives.dll >+%%DATADIR%%/bin/System.Net.Quic.dll >+%%DATADIR%%/bin/System.Net.Requests.dll >+%%DATADIR%%/bin/System.Net.Security.dll >+%%DATADIR%%/bin/System.Net.ServicePoint.dll >+%%DATADIR%%/bin/System.Net.Sockets.dll >+%%DATADIR%%/bin/System.Net.WebClient.dll >+%%DATADIR%%/bin/System.Net.WebHeaderCollection.dll >+%%DATADIR%%/bin/System.Net.WebProxy.dll >+%%DATADIR%%/bin/System.Net.WebSockets.Client.dll >+%%DATADIR%%/bin/System.Net.WebSockets.dll >+%%DATADIR%%/bin/System.Net.dll >+%%DATADIR%%/bin/System.Numerics.Vectors.dll >+%%DATADIR%%/bin/System.Numerics.dll >+%%DATADIR%%/bin/System.ObjectModel.dll >+%%DATADIR%%/bin/System.Private.CoreLib.dll >+%%DATADIR%%/bin/System.Private.DataContractSerialization.dll >+%%DATADIR%%/bin/System.Private.Uri.dll >+%%DATADIR%%/bin/System.Private.Xml.Linq.dll >+%%DATADIR%%/bin/System.Private.Xml.dll >+%%DATADIR%%/bin/System.Reflection.DispatchProxy.dll >+%%DATADIR%%/bin/System.Reflection.Emit.ILGeneration.dll >+%%DATADIR%%/bin/System.Reflection.Emit.Lightweight.dll >+%%DATADIR%%/bin/System.Reflection.Emit.dll >+%%DATADIR%%/bin/System.Reflection.Extensions.dll >+%%DATADIR%%/bin/System.Reflection.Metadata.dll >+%%DATADIR%%/bin/System.Reflection.Primitives.dll >+%%DATADIR%%/bin/System.Reflection.TypeExtensions.dll >+%%DATADIR%%/bin/System.Reflection.dll >+%%DATADIR%%/bin/System.Resources.Reader.dll >+%%DATADIR%%/bin/System.Resources.ResourceManager.dll >+%%DATADIR%%/bin/System.Resources.Writer.dll >+%%DATADIR%%/bin/System.Runtime.Caching.dll >+%%DATADIR%%/bin/System.Runtime.CompilerServices.Unsafe.dll >+%%DATADIR%%/bin/System.Runtime.CompilerServices.VisualC.dll >+%%DATADIR%%/bin/System.Runtime.Extensions.dll >+%%DATADIR%%/bin/System.Runtime.Handles.dll >+%%DATADIR%%/bin/System.Runtime.InteropServices.RuntimeInformation.dll >+%%DATADIR%%/bin/System.Runtime.InteropServices.dll >+%%DATADIR%%/bin/System.Runtime.Intrinsics.dll >+%%DATADIR%%/bin/System.Runtime.Loader.dll >+%%DATADIR%%/bin/System.Runtime.Numerics.dll >+%%DATADIR%%/bin/System.Runtime.Serialization.Formatters.dll >+%%DATADIR%%/bin/System.Runtime.Serialization.Json.dll >+%%DATADIR%%/bin/System.Runtime.Serialization.Primitives.dll >+%%DATADIR%%/bin/System.Runtime.Serialization.Xml.dll >+%%DATADIR%%/bin/System.Runtime.Serialization.dll >+%%DATADIR%%/bin/System.Runtime.dll >+%%DATADIR%%/bin/System.Security.AccessControl.dll >+%%DATADIR%%/bin/System.Security.Claims.dll >+%%DATADIR%%/bin/System.Security.Cryptography.Algorithms.dll >+%%DATADIR%%/bin/System.Security.Cryptography.Cng.dll >+%%DATADIR%%/bin/System.Security.Cryptography.Csp.dll >+%%DATADIR%%/bin/System.Security.Cryptography.Encoding.dll >+%%DATADIR%%/bin/System.Security.Cryptography.OpenSsl.dll >+%%DATADIR%%/bin/System.Security.Cryptography.Pkcs.dll >+%%DATADIR%%/bin/System.Security.Cryptography.Primitives.dll >+%%DATADIR%%/bin/System.Security.Cryptography.ProtectedData.dll >+%%DATADIR%%/bin/System.Security.Cryptography.X509Certificates.dll >+%%DATADIR%%/bin/System.Security.Cryptography.Xml.dll >+%%DATADIR%%/bin/System.Security.Permissions.dll >+%%DATADIR%%/bin/System.Security.Principal.Windows.dll >+%%DATADIR%%/bin/System.Security.Principal.dll >+%%DATADIR%%/bin/System.Security.SecureString.dll >+%%DATADIR%%/bin/System.Security.dll >+%%DATADIR%%/bin/System.ServiceModel.Web.dll >+%%DATADIR%%/bin/System.ServiceProcess.ServiceController.dll >+%%DATADIR%%/bin/System.ServiceProcess.dll >+%%DATADIR%%/bin/System.Text.Encoding.CodePages.dll >+%%DATADIR%%/bin/System.Text.Encoding.Extensions.dll >+%%DATADIR%%/bin/System.Text.Encoding.dll >+%%DATADIR%%/bin/System.Text.Encodings.Web.dll >+%%DATADIR%%/bin/System.Text.Json.dll >+%%DATADIR%%/bin/System.Text.RegularExpressions.dll >+%%DATADIR%%/bin/System.Threading.Channels.dll >+%%DATADIR%%/bin/System.Threading.Overlapped.dll >+%%DATADIR%%/bin/System.Threading.Tasks.Dataflow.dll >+%%DATADIR%%/bin/System.Threading.Tasks.Extensions.dll >+%%DATADIR%%/bin/System.Threading.Tasks.Parallel.dll >+%%DATADIR%%/bin/System.Threading.Tasks.dll >+%%DATADIR%%/bin/System.Threading.Thread.dll >+%%DATADIR%%/bin/System.Threading.ThreadPool.dll >+%%DATADIR%%/bin/System.Threading.Timer.dll >+%%DATADIR%%/bin/System.Threading.dll >+%%DATADIR%%/bin/System.Transactions.Local.dll >+%%DATADIR%%/bin/System.Transactions.dll >+%%DATADIR%%/bin/System.ValueTuple.dll >+%%DATADIR%%/bin/System.Web.HttpUtility.dll >+%%DATADIR%%/bin/System.Web.dll >+%%DATADIR%%/bin/System.Windows.Extensions.dll >+%%DATADIR%%/bin/System.Windows.dll >+%%DATADIR%%/bin/System.Xml.Linq.dll >+%%DATADIR%%/bin/System.Xml.ReaderWriter.dll >+%%DATADIR%%/bin/System.Xml.Serialization.dll >+%%DATADIR%%/bin/System.Xml.XDocument.dll >+%%DATADIR%%/bin/System.Xml.XPath.XDocument.dll >+%%DATADIR%%/bin/System.Xml.XPath.dll >+%%DATADIR%%/bin/System.Xml.XmlDocument.dll >+%%DATADIR%%/bin/System.Xml.XmlSerializer.dll >+%%DATADIR%%/bin/System.Xml.dll >+%%DATADIR%%/bin/System.dll >+%%DATADIR%%/bin/UI/Content/Fonts/Roboto-Light.ttf >+%%DATADIR%%/bin/UI/Content/Fonts/Roboto-Light.woff >+%%DATADIR%%/bin/UI/Content/Fonts/Roboto-Light.woff2 >+%%DATADIR%%/bin/UI/Content/Fonts/Roboto-Regular.ttf >+%%DATADIR%%/bin/UI/Content/Fonts/Roboto-Regular.woff >+%%DATADIR%%/bin/UI/Content/Fonts/Roboto-Regular.woff2 >+%%DATADIR%%/bin/UI/Content/Fonts/UbuntuMono-Regular.eot >+%%DATADIR%%/bin/UI/Content/Fonts/UbuntuMono-Regular.ttf >+%%DATADIR%%/bin/UI/Content/Fonts/UbuntuMono-Regular.woff >+%%DATADIR%%/bin/UI/Content/Fonts/fonts.css >+%%DATADIR%%/bin/UI/Content/Fonts/text-security-disc.ttf >+%%DATADIR%%/bin/UI/Content/Fonts/text-security-disc.woff >+%%DATADIR%%/bin/UI/Content/Images/404.png >+%%DATADIR%%/bin/UI/Content/Images/Icons/android-chrome-192x192.png >+%%DATADIR%%/bin/UI/Content/Images/Icons/android-chrome-512x512.png >+%%DATADIR%%/bin/UI/Content/Images/Icons/apple-touch-icon.png >+%%DATADIR%%/bin/UI/Content/Images/Icons/browserconfig.xml >+%%DATADIR%%/bin/UI/Content/Images/Icons/favicon-16x16.png >+%%DATADIR%%/bin/UI/Content/Images/Icons/favicon-32x32.png >+%%DATADIR%%/bin/UI/Content/Images/Icons/favicon-debug-16x16.png >+%%DATADIR%%/bin/UI/Content/Images/Icons/favicon-debug-32x32.png >+%%DATADIR%%/bin/UI/Content/Images/Icons/favicon-debug.ico >+%%DATADIR%%/bin/UI/Content/Images/Icons/favicon.ico >+%%DATADIR%%/bin/UI/Content/Images/Icons/logo-lidarr.png >+%%DATADIR%%/bin/UI/Content/Images/Icons/logo-prowlarr.png >+%%DATADIR%%/bin/UI/Content/Images/Icons/logo-radarr.png >+%%DATADIR%%/bin/UI/Content/Images/Icons/logo-readarr.png >+%%DATADIR%%/bin/UI/Content/Images/Icons/logo-sonarr.png >+%%DATADIR%%/bin/UI/Content/Images/Icons/manifest.json >+%%DATADIR%%/bin/UI/Content/Images/Icons/mstile-144x144.png >+%%DATADIR%%/bin/UI/Content/Images/Icons/mstile-150x150.png >+%%DATADIR%%/bin/UI/Content/Images/Icons/mstile-310x150.png >+%%DATADIR%%/bin/UI/Content/Images/Icons/mstile-310x310.png >+%%DATADIR%%/bin/UI/Content/Images/Icons/mstile-70x70.png >+%%DATADIR%%/bin/UI/Content/Images/Icons/safari-pinned-tab.svg >+%%DATADIR%%/bin/UI/Content/Images/error.png >+%%DATADIR%%/bin/UI/Content/Images/logo-full.png >+%%DATADIR%%/bin/UI/Content/Images/logo.png >+%%DATADIR%%/bin/UI/Content/Images/logo.svg >+%%DATADIR%%/bin/UI/Content/Images/poster-dark.png >+%%DATADIR%%/bin/UI/Content/robots.txt >+%%DATADIR%%/bin/UI/Content/styles.css >+%%DATADIR%%/bin/UI/Content/styles.css.map >+%%DATADIR%%/bin/UI/index.html >+%%DATADIR%%/bin/UI/index.js >+%%DATADIR%%/bin/UI/index.js.map >+%%DATADIR%%/bin/UI/login.html >+%%DATADIR%%/bin/UI/oauth.html >+%%DATADIR%%/bin/UI/vendors.js >+%%DATADIR%%/bin/UI/vendors.js.LICENSE.txt >+%%DATADIR%%/bin/UI/vendors.js.map >+%%DATADIR%%/bin/WindowsBase.dll >+%%DATADIR%%/bin/de-DE/FluentMigrator.Abstractions.resources.dll >+%%DATADIR%%/bin/ffprobe >+%%DATADIR%%/bin/libMonoPosixHelper.so >+%%DATADIR%%/bin/libSystem.Globalization.Native.so >+%%DATADIR%%/bin/libSystem.IO.Compression.Native.so >+%%DATADIR%%/bin/libSystem.Native.so >+%%DATADIR%%/bin/libSystem.Net.Security.Native.so >+%%DATADIR%%/bin/libSystem.Security.Cryptography.Native.OpenSsl.so >+%%DATADIR%%/bin/libclrjit.so >+%%DATADIR%%/bin/libcoreclr.so >+%%DATADIR%%/bin/libcoreclrtraceptprovider.so >+%%DATADIR%%/bin/libdbgshim.so >+%%DATADIR%%/bin/libhostfxr.so >+%%DATADIR%%/bin/libhostpolicy.so >+%%DATADIR%%/bin/libmscordaccore.so >+%%DATADIR%%/bin/libmscordbi.so >+%%DATADIR%%/bin/mscorlib.dll >+%%DATADIR%%/bin/netstandard.dll >+%%DATADIR%%/package_info >-- >2.32.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 260920
:
230682
|
230683
|
230687
|
230688
|
230953
|
231077
|
231163
|
231313