View | Details | Raw Unified | Return to bug 261339
Collapse All | Expand All

(-)b/net-p2p/prowlarr/Makefile (-4 / +10 lines)
Lines 1-5 Link Here
1
PORTNAME=	prowlarr
1
PORTNAME=	prowlarr
2
PORTVERSION=	0.1.10.1375
2
PORTVERSION=	0.1.10.1375
3
PORTREVISION=	1
3
CATEGORIES=	net-p2p
4
CATEGORIES=	net-p2p
4
MASTER_SITES=	https://github.com/Prowlarr/Prowlarr/releases/download/v${PORTVERSION}/
5
MASTER_SITES=	https://github.com/Prowlarr/Prowlarr/releases/download/v${PORTVERSION}/
5
DISTNAME=	Prowlarr.develop.${PORTVERSION}.freebsd-core-x64
6
DISTNAME=	Prowlarr.develop.${PORTVERSION}.freebsd-core-x64
Lines 23-31 USE_RC_SUBR= ${PORTNAME} Link Here
23
24
24
NO_BUILD=	YES
25
NO_BUILD=	YES
25
26
26
SUB_FILES=	${PORTNAME} pkg-message
27
SUB_FILES=	${PORTNAME} package_info pkg-message
27
SUB_LIST=	DATADIR=${DATADIR} \
28
SUB_LIST=	DATADIR=${DATADIR} \
28
		GROUPS=${GROUPS} \
29
		GROUPS=${GROUPS} \
30
		MAINTAINER=${MAINTAINER} \
31
		PKGNAME=${PKGNAME} \
29
		PORTNAME=${PORTNAME} \
32
		PORTNAME=${PORTNAME} \
30
		USERS=${USERS}
33
		USERS=${USERS}
31
34
Lines 37-44 WRKSRC= ${WRKDIR}/Prowlarr Link Here
37
.include <bsd.port.options.mk>
40
.include <bsd.port.options.mk>
38
41
39
do-install:
42
do-install:
40
	${INSTALL} -d -m 755 ${STAGEDIR}/${DATADIR}
43
	${INSTALL} -d -m 755 ${STAGEDIR}/${DATADIR}/bin/
41
	cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}/${DATADIR} "! -name Prowlarr"
44
	cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}/${DATADIR}/bin/ "! -name Prowlarr"
42
	${INSTALL_PROGRAM} ${WRKSRC}/Prowlarr ${STAGEDIR}/${DATADIR}
45
	${INSTALL_PROGRAM} ${WRKSRC}/Prowlarr ${STAGEDIR}/${DATADIR}/bin/
46
47
post-install:
48
	${INSTALL_DATA} ${WRKDIR}/package_info ${STAGEDIR}/${DATADIR}/
43
49
44
.include <bsd.port.mk>
50
.include <bsd.port.mk>
(-)b/net-p2p/prowlarr/files/package_info.in (+5 lines)
Added Link Here
1
PackageVersion=%%PKGNAME%%
2
PackageAuthor=%%MAINTAINER%%
3
UpdateMethod=External
4
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
5
Branch=develop
(-)b/net-p2p/prowlarr/files/pkg-message.in (-6 / +5 lines)
Lines 13-27 This package installs a service file. Link Here
13
Enable it with "sysrc %%PORTNAME%%_enable=TRUE"
13
Enable it with "sysrc %%PORTNAME%%_enable=TRUE"
14
Start it with "service %%PORTNAME%% start".
14
Start it with "service %%PORTNAME%% start".
15
15
16
The service file uses daemon to restart %%PORTNAME%% if it crashes.
17
The service file will also change the permissions so that the updater works.
18
If this behavior is unwanted you will need to edit the RC file manually and
19
remove the daemon and/or the permissions changes.
20
21
If you are running this in a jail please set "allow_mlock=1" or similar
16
If you are running this in a jail please set "allow_mlock=1" or similar
22
for this jail otherwise the program will fail to start
17
for this jail otherwise the program will fail to start
23
18
24
Finally, while the built-in updater will update %%PORTNAME%% it has side-effects:
19
Finally, the built-in updater is disabled.
20
If you like to use the updater, remove the file %%DATADIR%%/package_info and restart %%PORTNAME%%
21
The built-in updater can now be configured in the Settings tab of %%PORTNAME%%
22
23
NOTE: While the built-in updater will update %%PORTNAME%% it has side-effects:
25
it breaks the ability of pkg to check for corruption in %%PORTNAME%% files
24
it breaks the ability of pkg to check for corruption in %%PORTNAME%% files
26
it breaks the ability of pkg to determine if it has removed files correctly
25
it breaks the ability of pkg to determine if it has removed files correctly
27
during "pkg remove %%PORTNAME%%" and also
26
during "pkg remove %%PORTNAME%%" and also
(-)b/net-p2p/prowlarr/files/prowlarr.in (-3 / +4 lines)
Lines 22-28 load_rc_config $name Link Here
22
: ${%%PORTNAME%%_enable:=NO}
22
: ${%%PORTNAME%%_enable:=NO}
23
: ${%%PORTNAME%%_user:="%%USERS%%"}
23
: ${%%PORTNAME%%_user:="%%USERS%%"}
24
: ${%%PORTNAME%%_group:="%%GROUPS%%"}
24
: ${%%PORTNAME%%_group:="%%GROUPS%%"}
25
: ${%%PORTNAME%%_exec_dir:="%%DATADIR%%"}
25
: ${%%PORTNAME%%_exec_dir:="%%DATADIR%%/bin"}
26
: ${%%PORTNAME%%_data_dir:="%%PREFIX%%/%%PORTNAME%%"}
26
: ${%%PORTNAME%%_data_dir:="%%PREFIX%%/%%PORTNAME%%"}
27
: ${%%PORTNAME%%_pid_dir:="/var/run/%%PORTNAME%%"}
27
: ${%%PORTNAME%%_pid_dir:="/var/run/%%PORTNAME%%"}
28
28
Lines 40-45 start_precmd=${name}_precmd Link Here
40
        install -d -o ${%%PORTNAME%%_user} -g ${%%PORTNAME%%_group} ${%%PORTNAME%%_pid_dir}
40
        install -d -o ${%%PORTNAME%%_user} -g ${%%PORTNAME%%_group} ${%%PORTNAME%%_pid_dir}
41
    fi
41
    fi
42
42
43
    # Needed for built-in updater
44
    chown -R ${%%PORTNAME%%_user}:${%%PORTNAME%%_group} ${%%PORTNAME%%_exec_dir}
45
43
    # .NET 6+ use dual mode sockets to avoid the separate AF handling.
46
    # .NET 6+ use dual mode sockets to avoid the separate AF handling.
44
    # disable .NET use of V6 if no ipv6 is configured.
47
    # disable .NET use of V6 if no ipv6 is configured.
45
    # See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259194#c17
48
    # See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259194#c17
Lines 48-55 start_precmd=${name}_precmd Link Here
48
        export DOTNET_SYSTEM_NET_DISABLEIPV6=1
51
        export DOTNET_SYSTEM_NET_DISABLEIPV6=1
49
    fi
52
    fi
50
53
51
    chown -R ${%%PORTNAME%%_user}:${%%PORTNAME%%_group} ${%%PORTNAME%%_exec_dir}
52
53
    rc_flags="-r -f -p ${pidfile_child} -P ${pidfile} ${%%PORTNAME%%_exec_dir}/Prowlarr --data=${%%PORTNAME%%_data_dir} --nobrowser >> /dev/null 2>&1 ${rc_flags}"
54
    rc_flags="-r -f -p ${pidfile_child} -P ${pidfile} ${%%PORTNAME%%_exec_dir}/Prowlarr --data=${%%PORTNAME%%_data_dir} --nobrowser >> /dev/null 2>&1 ${rc_flags}"
54
}
55
}
55
56
(-)b/net-p2p/prowlarr/pkg-plist (-724 / +724 lines)
Lines 1-723 Link Here
1
%%DATADIR%%/AngleSharp.Xml.dll
1
%%DATADIR%%/bin/AngleSharp.Xml.dll
2
%%DATADIR%%/AngleSharp.dll
2
%%DATADIR%%/bin/AngleSharp.dll
3
%%DATADIR%%/BouncyCastle.Crypto.dll
3
%%DATADIR%%/bin/BouncyCastle.Crypto.dll
4
%%DATADIR%%/Dapper.dll
4
%%DATADIR%%/bin/Dapper.dll
5
%%DATADIR%%/DryIoc.Microsoft.DependencyInjection.dll
5
%%DATADIR%%/bin/DryIoc.Microsoft.DependencyInjection.dll
6
%%DATADIR%%/DryIoc.dll
6
%%DATADIR%%/bin/DryIoc.dll
7
%%DATADIR%%/Dynamitey.dll
7
%%DATADIR%%/bin/Dynamitey.dll
8
%%DATADIR%%/FluentMigrator.Abstractions.dll
8
%%DATADIR%%/bin/FluentMigrator.Abstractions.dll
9
%%DATADIR%%/FluentMigrator.Extensions.Oracle.dll
9
%%DATADIR%%/bin/FluentMigrator.Extensions.Oracle.dll
10
%%DATADIR%%/FluentMigrator.Extensions.Postgres.dll
10
%%DATADIR%%/bin/FluentMigrator.Extensions.Postgres.dll
11
%%DATADIR%%/FluentMigrator.Extensions.SqlAnywhere.dll
11
%%DATADIR%%/bin/FluentMigrator.Extensions.SqlAnywhere.dll
12
%%DATADIR%%/FluentMigrator.Extensions.SqlServer.dll
12
%%DATADIR%%/bin/FluentMigrator.Extensions.SqlServer.dll
13
%%DATADIR%%/FluentMigrator.Runner.Core.dll
13
%%DATADIR%%/bin/FluentMigrator.Runner.Core.dll
14
%%DATADIR%%/FluentMigrator.Runner.Db2.dll
14
%%DATADIR%%/bin/FluentMigrator.Runner.Db2.dll
15
%%DATADIR%%/FluentMigrator.Runner.Firebird.dll
15
%%DATADIR%%/bin/FluentMigrator.Runner.Firebird.dll
16
%%DATADIR%%/FluentMigrator.Runner.Hana.dll
16
%%DATADIR%%/bin/FluentMigrator.Runner.Hana.dll
17
%%DATADIR%%/FluentMigrator.Runner.MySql.dll
17
%%DATADIR%%/bin/FluentMigrator.Runner.MySql.dll
18
%%DATADIR%%/FluentMigrator.Runner.Oracle.dll
18
%%DATADIR%%/bin/FluentMigrator.Runner.Oracle.dll
19
%%DATADIR%%/FluentMigrator.Runner.Postgres.dll
19
%%DATADIR%%/bin/FluentMigrator.Runner.Postgres.dll
20
%%DATADIR%%/FluentMigrator.Runner.Redshift.dll
20
%%DATADIR%%/bin/FluentMigrator.Runner.Redshift.dll
21
%%DATADIR%%/FluentMigrator.Runner.SQLite.dll
21
%%DATADIR%%/bin/FluentMigrator.Runner.SQLite.dll
22
%%DATADIR%%/FluentMigrator.Runner.SqlAnywhere.dll
22
%%DATADIR%%/bin/FluentMigrator.Runner.SqlAnywhere.dll
23
%%DATADIR%%/FluentMigrator.Runner.SqlServer.dll
23
%%DATADIR%%/bin/FluentMigrator.Runner.SqlServer.dll
24
%%DATADIR%%/FluentMigrator.Runner.SqlServerCe.dll
24
%%DATADIR%%/bin/FluentMigrator.Runner.SqlServerCe.dll
25
%%DATADIR%%/FluentMigrator.Runner.dll
25
%%DATADIR%%/bin/FluentMigrator.Runner.dll
26
%%DATADIR%%/FluentMigrator.dll
26
%%DATADIR%%/bin/FluentMigrator.dll
27
%%DATADIR%%/FluentValidation.dll
27
%%DATADIR%%/bin/FluentValidation.dll
28
%%DATADIR%%/ICSharpCode.SharpZipLib.dll
28
%%DATADIR%%/bin/ICSharpCode.SharpZipLib.dll
29
%%DATADIR%%/ImpromptuInterface.dll
29
%%DATADIR%%/bin/ImpromptuInterface.dll
30
%%DATADIR%%/Kveer.XmlRPC.dll
30
%%DATADIR%%/bin/Kveer.XmlRPC.dll
31
%%DATADIR%%/LICENSE
31
%%DATADIR%%/bin/LICENSE
32
%%DATADIR%%/Localization/Core/ar.json
32
%%DATADIR%%/bin/Localization/Core/ar.json
33
%%DATADIR%%/Localization/Core/bg.json
33
%%DATADIR%%/bin/Localization/Core/bg.json
34
%%DATADIR%%/Localization/Core/ca.json
34
%%DATADIR%%/bin/Localization/Core/ca.json
35
%%DATADIR%%/Localization/Core/cs.json
35
%%DATADIR%%/bin/Localization/Core/cs.json
36
%%DATADIR%%/Localization/Core/da.json
36
%%DATADIR%%/bin/Localization/Core/da.json
37
%%DATADIR%%/Localization/Core/de.json
37
%%DATADIR%%/bin/Localization/Core/de.json
38
%%DATADIR%%/Localization/Core/el.json
38
%%DATADIR%%/bin/Localization/Core/el.json
39
%%DATADIR%%/Localization/Core/en.json
39
%%DATADIR%%/bin/Localization/Core/en.json
40
%%DATADIR%%/Localization/Core/es.json
40
%%DATADIR%%/bin/Localization/Core/es.json
41
%%DATADIR%%/Localization/Core/fi.json
41
%%DATADIR%%/bin/Localization/Core/fi.json
42
%%DATADIR%%/Localization/Core/fr.json
42
%%DATADIR%%/bin/Localization/Core/fr.json
43
%%DATADIR%%/Localization/Core/he.json
43
%%DATADIR%%/bin/Localization/Core/he.json
44
%%DATADIR%%/Localization/Core/hi.json
44
%%DATADIR%%/bin/Localization/Core/hi.json
45
%%DATADIR%%/Localization/Core/hu.json
45
%%DATADIR%%/bin/Localization/Core/hu.json
46
%%DATADIR%%/Localization/Core/is.json
46
%%DATADIR%%/bin/Localization/Core/is.json
47
%%DATADIR%%/Localization/Core/it.json
47
%%DATADIR%%/bin/Localization/Core/it.json
48
%%DATADIR%%/Localization/Core/ja.json
48
%%DATADIR%%/bin/Localization/Core/ja.json
49
%%DATADIR%%/Localization/Core/ko.json
49
%%DATADIR%%/bin/Localization/Core/ko.json
50
%%DATADIR%%/Localization/Core/nan.json
50
%%DATADIR%%/bin/Localization/Core/nan.json
51
%%DATADIR%%/Localization/Core/nb_NO.json
51
%%DATADIR%%/bin/Localization/Core/nb_NO.json
52
%%DATADIR%%/Localization/Core/nl.json
52
%%DATADIR%%/bin/Localization/Core/nl.json
53
%%DATADIR%%/Localization/Core/pl.json
53
%%DATADIR%%/bin/Localization/Core/pl.json
54
%%DATADIR%%/Localization/Core/pt.json
54
%%DATADIR%%/bin/Localization/Core/pt.json
55
%%DATADIR%%/Localization/Core/pt_BR.json
55
%%DATADIR%%/bin/Localization/Core/pt_BR.json
56
%%DATADIR%%/Localization/Core/ro.json
56
%%DATADIR%%/bin/Localization/Core/ro.json
57
%%DATADIR%%/Localization/Core/ru.json
57
%%DATADIR%%/bin/Localization/Core/ru.json
58
%%DATADIR%%/Localization/Core/sk.json
58
%%DATADIR%%/bin/Localization/Core/sk.json
59
%%DATADIR%%/Localization/Core/sv.json
59
%%DATADIR%%/bin/Localization/Core/sv.json
60
%%DATADIR%%/Localization/Core/th.json
60
%%DATADIR%%/bin/Localization/Core/th.json
61
%%DATADIR%%/Localization/Core/tr.json
61
%%DATADIR%%/bin/Localization/Core/tr.json
62
%%DATADIR%%/Localization/Core/vi.json
62
%%DATADIR%%/bin/Localization/Core/vi.json
63
%%DATADIR%%/Localization/Core/zh_CN.json
63
%%DATADIR%%/bin/Localization/Core/zh_CN.json
64
%%DATADIR%%/Localization/Core/zh_Hans.json
64
%%DATADIR%%/bin/Localization/Core/zh_Hans.json
65
%%DATADIR%%/Localization/Core/zh_TW.json
65
%%DATADIR%%/bin/Localization/Core/zh_TW.json
66
%%DATADIR%%/MailKit.dll
66
%%DATADIR%%/bin/MailKit.dll
67
%%DATADIR%%/Microsoft.AspNetCore.Antiforgery.dll
67
%%DATADIR%%/bin/Microsoft.AspNetCore.Antiforgery.dll
68
%%DATADIR%%/Microsoft.AspNetCore.Authentication.Abstractions.dll
68
%%DATADIR%%/bin/Microsoft.AspNetCore.Authentication.Abstractions.dll
69
%%DATADIR%%/Microsoft.AspNetCore.Authentication.Cookies.dll
69
%%DATADIR%%/bin/Microsoft.AspNetCore.Authentication.Cookies.dll
70
%%DATADIR%%/Microsoft.AspNetCore.Authentication.Core.dll
70
%%DATADIR%%/bin/Microsoft.AspNetCore.Authentication.Core.dll
71
%%DATADIR%%/Microsoft.AspNetCore.Authentication.OAuth.dll
71
%%DATADIR%%/bin/Microsoft.AspNetCore.Authentication.OAuth.dll
72
%%DATADIR%%/Microsoft.AspNetCore.Authentication.dll
72
%%DATADIR%%/bin/Microsoft.AspNetCore.Authentication.dll
73
%%DATADIR%%/Microsoft.AspNetCore.Authorization.Policy.dll
73
%%DATADIR%%/bin/Microsoft.AspNetCore.Authorization.Policy.dll
74
%%DATADIR%%/Microsoft.AspNetCore.Authorization.dll
74
%%DATADIR%%/bin/Microsoft.AspNetCore.Authorization.dll
75
%%DATADIR%%/Microsoft.AspNetCore.Components.Authorization.dll
75
%%DATADIR%%/bin/Microsoft.AspNetCore.Components.Authorization.dll
76
%%DATADIR%%/Microsoft.AspNetCore.Components.Forms.dll
76
%%DATADIR%%/bin/Microsoft.AspNetCore.Components.Forms.dll
77
%%DATADIR%%/Microsoft.AspNetCore.Components.Server.dll
77
%%DATADIR%%/bin/Microsoft.AspNetCore.Components.Server.dll
78
%%DATADIR%%/Microsoft.AspNetCore.Components.Web.dll
78
%%DATADIR%%/bin/Microsoft.AspNetCore.Components.Web.dll
79
%%DATADIR%%/Microsoft.AspNetCore.Components.dll
79
%%DATADIR%%/bin/Microsoft.AspNetCore.Components.dll
80
%%DATADIR%%/Microsoft.AspNetCore.Connections.Abstractions.dll
80
%%DATADIR%%/bin/Microsoft.AspNetCore.Connections.Abstractions.dll
81
%%DATADIR%%/Microsoft.AspNetCore.CookiePolicy.dll
81
%%DATADIR%%/bin/Microsoft.AspNetCore.CookiePolicy.dll
82
%%DATADIR%%/Microsoft.AspNetCore.Cors.dll
82
%%DATADIR%%/bin/Microsoft.AspNetCore.Cors.dll
83
%%DATADIR%%/Microsoft.AspNetCore.Cryptography.Internal.dll
83
%%DATADIR%%/bin/Microsoft.AspNetCore.Cryptography.Internal.dll
84
%%DATADIR%%/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll
84
%%DATADIR%%/bin/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll
85
%%DATADIR%%/Microsoft.AspNetCore.DataProtection.Abstractions.dll
85
%%DATADIR%%/bin/Microsoft.AspNetCore.DataProtection.Abstractions.dll
86
%%DATADIR%%/Microsoft.AspNetCore.DataProtection.Extensions.dll
86
%%DATADIR%%/bin/Microsoft.AspNetCore.DataProtection.Extensions.dll
87
%%DATADIR%%/Microsoft.AspNetCore.DataProtection.dll
87
%%DATADIR%%/bin/Microsoft.AspNetCore.DataProtection.dll
88
%%DATADIR%%/Microsoft.AspNetCore.Diagnostics.Abstractions.dll
88
%%DATADIR%%/bin/Microsoft.AspNetCore.Diagnostics.Abstractions.dll
89
%%DATADIR%%/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll
89
%%DATADIR%%/bin/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll
90
%%DATADIR%%/Microsoft.AspNetCore.Diagnostics.dll
90
%%DATADIR%%/bin/Microsoft.AspNetCore.Diagnostics.dll
91
%%DATADIR%%/Microsoft.AspNetCore.HostFiltering.dll
91
%%DATADIR%%/bin/Microsoft.AspNetCore.HostFiltering.dll
92
%%DATADIR%%/Microsoft.AspNetCore.Hosting.Abstractions.dll
92
%%DATADIR%%/bin/Microsoft.AspNetCore.Hosting.Abstractions.dll
93
%%DATADIR%%/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll
93
%%DATADIR%%/bin/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll
94
%%DATADIR%%/Microsoft.AspNetCore.Hosting.dll
94
%%DATADIR%%/bin/Microsoft.AspNetCore.Hosting.dll
95
%%DATADIR%%/Microsoft.AspNetCore.Html.Abstractions.dll
95
%%DATADIR%%/bin/Microsoft.AspNetCore.Html.Abstractions.dll
96
%%DATADIR%%/Microsoft.AspNetCore.Http.Abstractions.dll
96
%%DATADIR%%/bin/Microsoft.AspNetCore.Http.Abstractions.dll
97
%%DATADIR%%/Microsoft.AspNetCore.Http.Connections.Common.dll
97
%%DATADIR%%/bin/Microsoft.AspNetCore.Http.Connections.Common.dll
98
%%DATADIR%%/Microsoft.AspNetCore.Http.Connections.dll
98
%%DATADIR%%/bin/Microsoft.AspNetCore.Http.Connections.dll
99
%%DATADIR%%/Microsoft.AspNetCore.Http.Extensions.dll
99
%%DATADIR%%/bin/Microsoft.AspNetCore.Http.Extensions.dll
100
%%DATADIR%%/Microsoft.AspNetCore.Http.Features.dll
100
%%DATADIR%%/bin/Microsoft.AspNetCore.Http.Features.dll
101
%%DATADIR%%/Microsoft.AspNetCore.Http.Results.dll
101
%%DATADIR%%/bin/Microsoft.AspNetCore.Http.Results.dll
102
%%DATADIR%%/Microsoft.AspNetCore.Http.dll
102
%%DATADIR%%/bin/Microsoft.AspNetCore.Http.dll
103
%%DATADIR%%/Microsoft.AspNetCore.HttpLogging.dll
103
%%DATADIR%%/bin/Microsoft.AspNetCore.HttpLogging.dll
104
%%DATADIR%%/Microsoft.AspNetCore.HttpOverrides.dll
104
%%DATADIR%%/bin/Microsoft.AspNetCore.HttpOverrides.dll
105
%%DATADIR%%/Microsoft.AspNetCore.HttpsPolicy.dll
105
%%DATADIR%%/bin/Microsoft.AspNetCore.HttpsPolicy.dll
106
%%DATADIR%%/Microsoft.AspNetCore.Identity.dll
106
%%DATADIR%%/bin/Microsoft.AspNetCore.Identity.dll
107
%%DATADIR%%/Microsoft.AspNetCore.Localization.Routing.dll
107
%%DATADIR%%/bin/Microsoft.AspNetCore.Localization.Routing.dll
108
%%DATADIR%%/Microsoft.AspNetCore.Localization.dll
108
%%DATADIR%%/bin/Microsoft.AspNetCore.Localization.dll
109
%%DATADIR%%/Microsoft.AspNetCore.Metadata.dll
109
%%DATADIR%%/bin/Microsoft.AspNetCore.Metadata.dll
110
%%DATADIR%%/Microsoft.AspNetCore.Mvc.Abstractions.dll
110
%%DATADIR%%/bin/Microsoft.AspNetCore.Mvc.Abstractions.dll
111
%%DATADIR%%/Microsoft.AspNetCore.Mvc.ApiExplorer.dll
111
%%DATADIR%%/bin/Microsoft.AspNetCore.Mvc.ApiExplorer.dll
112
%%DATADIR%%/Microsoft.AspNetCore.Mvc.Core.dll
112
%%DATADIR%%/bin/Microsoft.AspNetCore.Mvc.Core.dll
113
%%DATADIR%%/Microsoft.AspNetCore.Mvc.Cors.dll
113
%%DATADIR%%/bin/Microsoft.AspNetCore.Mvc.Cors.dll
114
%%DATADIR%%/Microsoft.AspNetCore.Mvc.DataAnnotations.dll
114
%%DATADIR%%/bin/Microsoft.AspNetCore.Mvc.DataAnnotations.dll
115
%%DATADIR%%/Microsoft.AspNetCore.Mvc.Formatters.Json.dll
115
%%DATADIR%%/bin/Microsoft.AspNetCore.Mvc.Formatters.Json.dll
116
%%DATADIR%%/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll
116
%%DATADIR%%/bin/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll
117
%%DATADIR%%/Microsoft.AspNetCore.Mvc.Localization.dll
117
%%DATADIR%%/bin/Microsoft.AspNetCore.Mvc.Localization.dll
118
%%DATADIR%%/Microsoft.AspNetCore.Mvc.Razor.dll
118
%%DATADIR%%/bin/Microsoft.AspNetCore.Mvc.Razor.dll
119
%%DATADIR%%/Microsoft.AspNetCore.Mvc.RazorPages.dll
119
%%DATADIR%%/bin/Microsoft.AspNetCore.Mvc.RazorPages.dll
120
%%DATADIR%%/Microsoft.AspNetCore.Mvc.TagHelpers.dll
120
%%DATADIR%%/bin/Microsoft.AspNetCore.Mvc.TagHelpers.dll
121
%%DATADIR%%/Microsoft.AspNetCore.Mvc.ViewFeatures.dll
121
%%DATADIR%%/bin/Microsoft.AspNetCore.Mvc.ViewFeatures.dll
122
%%DATADIR%%/Microsoft.AspNetCore.Mvc.dll
122
%%DATADIR%%/bin/Microsoft.AspNetCore.Mvc.dll
123
%%DATADIR%%/Microsoft.AspNetCore.Razor.Runtime.dll
123
%%DATADIR%%/bin/Microsoft.AspNetCore.Razor.Runtime.dll
124
%%DATADIR%%/Microsoft.AspNetCore.Razor.dll
124
%%DATADIR%%/bin/Microsoft.AspNetCore.Razor.dll
125
%%DATADIR%%/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll
125
%%DATADIR%%/bin/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll
126
%%DATADIR%%/Microsoft.AspNetCore.ResponseCaching.dll
126
%%DATADIR%%/bin/Microsoft.AspNetCore.ResponseCaching.dll
127
%%DATADIR%%/Microsoft.AspNetCore.ResponseCompression.dll
127
%%DATADIR%%/bin/Microsoft.AspNetCore.ResponseCompression.dll
128
%%DATADIR%%/Microsoft.AspNetCore.Rewrite.dll
128
%%DATADIR%%/bin/Microsoft.AspNetCore.Rewrite.dll
129
%%DATADIR%%/Microsoft.AspNetCore.Routing.Abstractions.dll
129
%%DATADIR%%/bin/Microsoft.AspNetCore.Routing.Abstractions.dll
130
%%DATADIR%%/Microsoft.AspNetCore.Routing.dll
130
%%DATADIR%%/bin/Microsoft.AspNetCore.Routing.dll
131
%%DATADIR%%/Microsoft.AspNetCore.Server.HttpSys.dll
131
%%DATADIR%%/bin/Microsoft.AspNetCore.Server.HttpSys.dll
132
%%DATADIR%%/Microsoft.AspNetCore.Server.IIS.dll
132
%%DATADIR%%/bin/Microsoft.AspNetCore.Server.IIS.dll
133
%%DATADIR%%/Microsoft.AspNetCore.Server.IISIntegration.dll
133
%%DATADIR%%/bin/Microsoft.AspNetCore.Server.IISIntegration.dll
134
%%DATADIR%%/Microsoft.AspNetCore.Server.Kestrel.Core.dll
134
%%DATADIR%%/bin/Microsoft.AspNetCore.Server.Kestrel.Core.dll
135
%%DATADIR%%/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll
135
%%DATADIR%%/bin/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll
136
%%DATADIR%%/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll
136
%%DATADIR%%/bin/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll
137
%%DATADIR%%/Microsoft.AspNetCore.Server.Kestrel.dll
137
%%DATADIR%%/bin/Microsoft.AspNetCore.Server.Kestrel.dll
138
%%DATADIR%%/Microsoft.AspNetCore.Session.dll
138
%%DATADIR%%/bin/Microsoft.AspNetCore.Session.dll
139
%%DATADIR%%/Microsoft.AspNetCore.SignalR.Common.dll
139
%%DATADIR%%/bin/Microsoft.AspNetCore.SignalR.Common.dll
140
%%DATADIR%%/Microsoft.AspNetCore.SignalR.Core.dll
140
%%DATADIR%%/bin/Microsoft.AspNetCore.SignalR.Core.dll
141
%%DATADIR%%/Microsoft.AspNetCore.SignalR.Protocols.Json.dll
141
%%DATADIR%%/bin/Microsoft.AspNetCore.SignalR.Protocols.Json.dll
142
%%DATADIR%%/Microsoft.AspNetCore.SignalR.dll
142
%%DATADIR%%/bin/Microsoft.AspNetCore.SignalR.dll
143
%%DATADIR%%/Microsoft.AspNetCore.StaticFiles.dll
143
%%DATADIR%%/bin/Microsoft.AspNetCore.StaticFiles.dll
144
%%DATADIR%%/Microsoft.AspNetCore.WebSockets.dll
144
%%DATADIR%%/bin/Microsoft.AspNetCore.WebSockets.dll
145
%%DATADIR%%/Microsoft.AspNetCore.WebUtilities.dll
145
%%DATADIR%%/bin/Microsoft.AspNetCore.WebUtilities.dll
146
%%DATADIR%%/Microsoft.AspNetCore.dll
146
%%DATADIR%%/bin/Microsoft.AspNetCore.dll
147
%%DATADIR%%/Microsoft.CSharp.dll
147
%%DATADIR%%/bin/Microsoft.CSharp.dll
148
%%DATADIR%%/Microsoft.Data.SqlClient.dll
148
%%DATADIR%%/bin/Microsoft.Data.SqlClient.dll
149
%%DATADIR%%/Microsoft.Extensions.Caching.Abstractions.dll
149
%%DATADIR%%/bin/Microsoft.Extensions.Caching.Abstractions.dll
150
%%DATADIR%%/Microsoft.Extensions.Caching.Memory.dll
150
%%DATADIR%%/bin/Microsoft.Extensions.Caching.Memory.dll
151
%%DATADIR%%/Microsoft.Extensions.Configuration.Abstractions.dll
151
%%DATADIR%%/bin/Microsoft.Extensions.Configuration.Abstractions.dll
152
%%DATADIR%%/Microsoft.Extensions.Configuration.Binder.dll
152
%%DATADIR%%/bin/Microsoft.Extensions.Configuration.Binder.dll
153
%%DATADIR%%/Microsoft.Extensions.Configuration.CommandLine.dll
153
%%DATADIR%%/bin/Microsoft.Extensions.Configuration.CommandLine.dll
154
%%DATADIR%%/Microsoft.Extensions.Configuration.EnvironmentVariables.dll
154
%%DATADIR%%/bin/Microsoft.Extensions.Configuration.EnvironmentVariables.dll
155
%%DATADIR%%/Microsoft.Extensions.Configuration.FileExtensions.dll
155
%%DATADIR%%/bin/Microsoft.Extensions.Configuration.FileExtensions.dll
156
%%DATADIR%%/Microsoft.Extensions.Configuration.Ini.dll
156
%%DATADIR%%/bin/Microsoft.Extensions.Configuration.Ini.dll
157
%%DATADIR%%/Microsoft.Extensions.Configuration.Json.dll
157
%%DATADIR%%/bin/Microsoft.Extensions.Configuration.Json.dll
158
%%DATADIR%%/Microsoft.Extensions.Configuration.KeyPerFile.dll
158
%%DATADIR%%/bin/Microsoft.Extensions.Configuration.KeyPerFile.dll
159
%%DATADIR%%/Microsoft.Extensions.Configuration.UserSecrets.dll
159
%%DATADIR%%/bin/Microsoft.Extensions.Configuration.UserSecrets.dll
160
%%DATADIR%%/Microsoft.Extensions.Configuration.Xml.dll
160
%%DATADIR%%/bin/Microsoft.Extensions.Configuration.Xml.dll
161
%%DATADIR%%/Microsoft.Extensions.Configuration.dll
161
%%DATADIR%%/bin/Microsoft.Extensions.Configuration.dll
162
%%DATADIR%%/Microsoft.Extensions.DependencyInjection.Abstractions.dll
162
%%DATADIR%%/bin/Microsoft.Extensions.DependencyInjection.Abstractions.dll
163
%%DATADIR%%/Microsoft.Extensions.DependencyInjection.dll
163
%%DATADIR%%/bin/Microsoft.Extensions.DependencyInjection.dll
164
%%DATADIR%%/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll
164
%%DATADIR%%/bin/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll
165
%%DATADIR%%/Microsoft.Extensions.Diagnostics.HealthChecks.dll
165
%%DATADIR%%/bin/Microsoft.Extensions.Diagnostics.HealthChecks.dll
166
%%DATADIR%%/Microsoft.Extensions.Features.dll
166
%%DATADIR%%/bin/Microsoft.Extensions.Features.dll
167
%%DATADIR%%/Microsoft.Extensions.FileProviders.Abstractions.dll
167
%%DATADIR%%/bin/Microsoft.Extensions.FileProviders.Abstractions.dll
168
%%DATADIR%%/Microsoft.Extensions.FileProviders.Composite.dll
168
%%DATADIR%%/bin/Microsoft.Extensions.FileProviders.Composite.dll
169
%%DATADIR%%/Microsoft.Extensions.FileProviders.Embedded.dll
169
%%DATADIR%%/bin/Microsoft.Extensions.FileProviders.Embedded.dll
170
%%DATADIR%%/Microsoft.Extensions.FileProviders.Physical.dll
170
%%DATADIR%%/bin/Microsoft.Extensions.FileProviders.Physical.dll
171
%%DATADIR%%/Microsoft.Extensions.FileSystemGlobbing.dll
171
%%DATADIR%%/bin/Microsoft.Extensions.FileSystemGlobbing.dll
172
%%DATADIR%%/Microsoft.Extensions.Hosting.Abstractions.dll
172
%%DATADIR%%/bin/Microsoft.Extensions.Hosting.Abstractions.dll
173
%%DATADIR%%/Microsoft.Extensions.Hosting.WindowsServices.dll
173
%%DATADIR%%/bin/Microsoft.Extensions.Hosting.WindowsServices.dll
174
%%DATADIR%%/Microsoft.Extensions.Hosting.dll
174
%%DATADIR%%/bin/Microsoft.Extensions.Hosting.dll
175
%%DATADIR%%/Microsoft.Extensions.Http.dll
175
%%DATADIR%%/bin/Microsoft.Extensions.Http.dll
176
%%DATADIR%%/Microsoft.Extensions.Identity.Core.dll
176
%%DATADIR%%/bin/Microsoft.Extensions.Identity.Core.dll
177
%%DATADIR%%/Microsoft.Extensions.Identity.Stores.dll
177
%%DATADIR%%/bin/Microsoft.Extensions.Identity.Stores.dll
178
%%DATADIR%%/Microsoft.Extensions.Localization.Abstractions.dll
178
%%DATADIR%%/bin/Microsoft.Extensions.Localization.Abstractions.dll
179
%%DATADIR%%/Microsoft.Extensions.Localization.dll
179
%%DATADIR%%/bin/Microsoft.Extensions.Localization.dll
180
%%DATADIR%%/Microsoft.Extensions.Logging.Abstractions.dll
180
%%DATADIR%%/bin/Microsoft.Extensions.Logging.Abstractions.dll
181
%%DATADIR%%/Microsoft.Extensions.Logging.Configuration.dll
181
%%DATADIR%%/bin/Microsoft.Extensions.Logging.Configuration.dll
182
%%DATADIR%%/Microsoft.Extensions.Logging.Console.dll
182
%%DATADIR%%/bin/Microsoft.Extensions.Logging.Console.dll
183
%%DATADIR%%/Microsoft.Extensions.Logging.Debug.dll
183
%%DATADIR%%/bin/Microsoft.Extensions.Logging.Debug.dll
184
%%DATADIR%%/Microsoft.Extensions.Logging.EventLog.dll
184
%%DATADIR%%/bin/Microsoft.Extensions.Logging.EventLog.dll
185
%%DATADIR%%/Microsoft.Extensions.Logging.EventSource.dll
185
%%DATADIR%%/bin/Microsoft.Extensions.Logging.EventSource.dll
186
%%DATADIR%%/Microsoft.Extensions.Logging.TraceSource.dll
186
%%DATADIR%%/bin/Microsoft.Extensions.Logging.TraceSource.dll
187
%%DATADIR%%/Microsoft.Extensions.Logging.dll
187
%%DATADIR%%/bin/Microsoft.Extensions.Logging.dll
188
%%DATADIR%%/Microsoft.Extensions.ObjectPool.dll
188
%%DATADIR%%/bin/Microsoft.Extensions.ObjectPool.dll
189
%%DATADIR%%/Microsoft.Extensions.Options.ConfigurationExtensions.dll
189
%%DATADIR%%/bin/Microsoft.Extensions.Options.ConfigurationExtensions.dll
190
%%DATADIR%%/Microsoft.Extensions.Options.DataAnnotations.dll
190
%%DATADIR%%/bin/Microsoft.Extensions.Options.DataAnnotations.dll
191
%%DATADIR%%/Microsoft.Extensions.Options.dll
191
%%DATADIR%%/bin/Microsoft.Extensions.Options.dll
192
%%DATADIR%%/Microsoft.Extensions.Primitives.dll
192
%%DATADIR%%/bin/Microsoft.Extensions.Primitives.dll
193
%%DATADIR%%/Microsoft.Extensions.WebEncoders.dll
193
%%DATADIR%%/bin/Microsoft.Extensions.WebEncoders.dll
194
%%DATADIR%%/Microsoft.Identity.Client.dll
194
%%DATADIR%%/bin/Microsoft.Identity.Client.dll
195
%%DATADIR%%/Microsoft.IdentityModel.JsonWebTokens.dll
195
%%DATADIR%%/bin/Microsoft.IdentityModel.JsonWebTokens.dll
196
%%DATADIR%%/Microsoft.IdentityModel.Logging.dll
196
%%DATADIR%%/bin/Microsoft.IdentityModel.Logging.dll
197
%%DATADIR%%/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
197
%%DATADIR%%/bin/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
198
%%DATADIR%%/Microsoft.IdentityModel.Protocols.dll
198
%%DATADIR%%/bin/Microsoft.IdentityModel.Protocols.dll
199
%%DATADIR%%/Microsoft.IdentityModel.Tokens.dll
199
%%DATADIR%%/bin/Microsoft.IdentityModel.Tokens.dll
200
%%DATADIR%%/Microsoft.JSInterop.dll
200
%%DATADIR%%/bin/Microsoft.JSInterop.dll
201
%%DATADIR%%/Microsoft.Net.Http.Headers.dll
201
%%DATADIR%%/bin/Microsoft.Net.Http.Headers.dll
202
%%DATADIR%%/Microsoft.OpenApi.dll
202
%%DATADIR%%/bin/Microsoft.OpenApi.dll
203
%%DATADIR%%/Microsoft.VisualBasic.Core.dll
203
%%DATADIR%%/bin/Microsoft.VisualBasic.Core.dll
204
%%DATADIR%%/Microsoft.VisualBasic.dll
204
%%DATADIR%%/bin/Microsoft.VisualBasic.dll
205
%%DATADIR%%/Microsoft.Win32.Primitives.dll
205
%%DATADIR%%/bin/Microsoft.Win32.Primitives.dll
206
%%DATADIR%%/Microsoft.Win32.Registry.dll
206
%%DATADIR%%/bin/Microsoft.Win32.Registry.dll
207
%%DATADIR%%/Microsoft.Win32.SystemEvents.dll
207
%%DATADIR%%/bin/Microsoft.Win32.SystemEvents.dll
208
%%DATADIR%%/MimeKit.dll
208
%%DATADIR%%/bin/MimeKit.dll
209
%%DATADIR%%/Mono.Nat.dll
209
%%DATADIR%%/bin/Mono.Nat.dll
210
%%DATADIR%%/Mono.Posix.NETStandard.dll
210
%%DATADIR%%/bin/Mono.Posix.NETStandard.dll
211
%%DATADIR%%/MonoTorrent.dll
211
%%DATADIR%%/bin/MonoTorrent.dll
212
%%DATADIR%%/NLog.Extensions.Logging.dll
212
%%DATADIR%%/bin/NLog.Extensions.Logging.dll
213
%%DATADIR%%/NLog.Targets.Syslog.dll
213
%%DATADIR%%/bin/NLog.Targets.Syslog.dll
214
%%DATADIR%%/NLog.dll
214
%%DATADIR%%/bin/NLog.dll
215
%%DATADIR%%/Newtonsoft.Json.dll
215
%%DATADIR%%/bin/Newtonsoft.Json.dll
216
%%DATADIR%%/Npgsql.dll
216
%%DATADIR%%/bin/Npgsql.dll
217
%%DATADIR%%/Prowlarr
217
%%DATADIR%%/bin/Prowlarr
218
%%DATADIR%%/Prowlarr.Api.V1.deps.json
218
%%DATADIR%%/bin/Prowlarr.Api.V1.deps.json
219
%%DATADIR%%/Prowlarr.Api.V1.dll
219
%%DATADIR%%/bin/Prowlarr.Api.V1.dll
220
%%DATADIR%%/Prowlarr.Api.V1.pdb
220
%%DATADIR%%/bin/Prowlarr.Api.V1.pdb
221
%%DATADIR%%/Prowlarr.Common.deps.json
221
%%DATADIR%%/bin/Prowlarr.Common.deps.json
222
%%DATADIR%%/Prowlarr.Common.dll
222
%%DATADIR%%/bin/Prowlarr.Common.dll
223
%%DATADIR%%/Prowlarr.Common.pdb
223
%%DATADIR%%/bin/Prowlarr.Common.pdb
224
%%DATADIR%%/Prowlarr.Core.deps.json
224
%%DATADIR%%/bin/Prowlarr.Core.deps.json
225
%%DATADIR%%/Prowlarr.Core.dll
225
%%DATADIR%%/bin/Prowlarr.Core.dll
226
%%DATADIR%%/Prowlarr.Core.pdb
226
%%DATADIR%%/bin/Prowlarr.Core.pdb
227
%%DATADIR%%/Prowlarr.Host.deps.json
227
%%DATADIR%%/bin/Prowlarr.Host.deps.json
228
%%DATADIR%%/Prowlarr.Host.dll
228
%%DATADIR%%/bin/Prowlarr.Host.dll
229
%%DATADIR%%/Prowlarr.Host.pdb
229
%%DATADIR%%/bin/Prowlarr.Host.pdb
230
%%DATADIR%%/Prowlarr.Http.deps.json
230
%%DATADIR%%/bin/Prowlarr.Http.deps.json
231
%%DATADIR%%/Prowlarr.Http.dll
231
%%DATADIR%%/bin/Prowlarr.Http.dll
232
%%DATADIR%%/Prowlarr.Http.pdb
232
%%DATADIR%%/bin/Prowlarr.Http.pdb
233
%%DATADIR%%/Prowlarr.Mono.deps.json
233
%%DATADIR%%/bin/Prowlarr.Mono.deps.json
234
%%DATADIR%%/Prowlarr.Mono.dll
234
%%DATADIR%%/bin/Prowlarr.Mono.dll
235
%%DATADIR%%/Prowlarr.Mono.pdb
235
%%DATADIR%%/bin/Prowlarr.Mono.pdb
236
%%DATADIR%%/Prowlarr.SignalR.deps.json
236
%%DATADIR%%/bin/Prowlarr.SignalR.deps.json
237
%%DATADIR%%/Prowlarr.SignalR.dll
237
%%DATADIR%%/bin/Prowlarr.SignalR.dll
238
%%DATADIR%%/Prowlarr.SignalR.pdb
238
%%DATADIR%%/bin/Prowlarr.SignalR.pdb
239
%%DATADIR%%/Prowlarr.Update/DryIoc.Microsoft.DependencyInjection.dll
239
%%DATADIR%%/bin/Prowlarr.Update/DryIoc.Microsoft.DependencyInjection.dll
240
%%DATADIR%%/Prowlarr.Update/DryIoc.dll
240
%%DATADIR%%/bin/Prowlarr.Update/DryIoc.dll
241
%%DATADIR%%/Prowlarr.Update/ICSharpCode.SharpZipLib.dll
241
%%DATADIR%%/bin/Prowlarr.Update/ICSharpCode.SharpZipLib.dll
242
%%DATADIR%%/Prowlarr.Update/Microsoft.CSharp.dll
242
%%DATADIR%%/bin/Prowlarr.Update/Microsoft.CSharp.dll
243
%%DATADIR%%/Prowlarr.Update/Microsoft.Extensions.Configuration.Abstractions.dll
243
%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.Configuration.Abstractions.dll
244
%%DATADIR%%/Prowlarr.Update/Microsoft.Extensions.Configuration.Binder.dll
244
%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.Configuration.Binder.dll
245
%%DATADIR%%/Prowlarr.Update/Microsoft.Extensions.Configuration.CommandLine.dll
245
%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.Configuration.CommandLine.dll
246
%%DATADIR%%/Prowlarr.Update/Microsoft.Extensions.Configuration.EnvironmentVariables.dll
246
%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.Configuration.EnvironmentVariables.dll
247
%%DATADIR%%/Prowlarr.Update/Microsoft.Extensions.Configuration.FileExtensions.dll
247
%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.Configuration.FileExtensions.dll
248
%%DATADIR%%/Prowlarr.Update/Microsoft.Extensions.Configuration.Json.dll
248
%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.Configuration.Json.dll
249
%%DATADIR%%/Prowlarr.Update/Microsoft.Extensions.Configuration.UserSecrets.dll
249
%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.Configuration.UserSecrets.dll
250
%%DATADIR%%/Prowlarr.Update/Microsoft.Extensions.Configuration.dll
250
%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.Configuration.dll
251
%%DATADIR%%/Prowlarr.Update/Microsoft.Extensions.DependencyInjection.Abstractions.dll
251
%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.DependencyInjection.Abstractions.dll
252
%%DATADIR%%/Prowlarr.Update/Microsoft.Extensions.DependencyInjection.dll
252
%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.DependencyInjection.dll
253
%%DATADIR%%/Prowlarr.Update/Microsoft.Extensions.FileProviders.Abstractions.dll
253
%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.FileProviders.Abstractions.dll
254
%%DATADIR%%/Prowlarr.Update/Microsoft.Extensions.FileProviders.Physical.dll
254
%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.FileProviders.Physical.dll
255
%%DATADIR%%/Prowlarr.Update/Microsoft.Extensions.FileSystemGlobbing.dll
255
%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.FileSystemGlobbing.dll
256
%%DATADIR%%/Prowlarr.Update/Microsoft.Extensions.Hosting.Abstractions.dll
256
%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.Hosting.Abstractions.dll
257
%%DATADIR%%/Prowlarr.Update/Microsoft.Extensions.Hosting.WindowsServices.dll
257
%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.Hosting.WindowsServices.dll
258
%%DATADIR%%/Prowlarr.Update/Microsoft.Extensions.Hosting.dll
258
%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.Hosting.dll
259
%%DATADIR%%/Prowlarr.Update/Microsoft.Extensions.Logging.Abstractions.dll
259
%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.Logging.Abstractions.dll
260
%%DATADIR%%/Prowlarr.Update/Microsoft.Extensions.Logging.Configuration.dll
260
%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.Logging.Configuration.dll
261
%%DATADIR%%/Prowlarr.Update/Microsoft.Extensions.Logging.Console.dll
261
%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.Logging.Console.dll
262
%%DATADIR%%/Prowlarr.Update/Microsoft.Extensions.Logging.Debug.dll
262
%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.Logging.Debug.dll
263
%%DATADIR%%/Prowlarr.Update/Microsoft.Extensions.Logging.EventLog.dll
263
%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.Logging.EventLog.dll
264
%%DATADIR%%/Prowlarr.Update/Microsoft.Extensions.Logging.EventSource.dll
264
%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.Logging.EventSource.dll
265
%%DATADIR%%/Prowlarr.Update/Microsoft.Extensions.Logging.dll
265
%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.Logging.dll
266
%%DATADIR%%/Prowlarr.Update/Microsoft.Extensions.Options.ConfigurationExtensions.dll
266
%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.Options.ConfigurationExtensions.dll
267
%%DATADIR%%/Prowlarr.Update/Microsoft.Extensions.Options.dll
267
%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.Options.dll
268
%%DATADIR%%/Prowlarr.Update/Microsoft.Extensions.Primitives.dll
268
%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.Primitives.dll
269
%%DATADIR%%/Prowlarr.Update/Microsoft.VisualBasic.Core.dll
269
%%DATADIR%%/bin/Prowlarr.Update/Microsoft.VisualBasic.Core.dll
270
%%DATADIR%%/Prowlarr.Update/Microsoft.VisualBasic.dll
270
%%DATADIR%%/bin/Prowlarr.Update/Microsoft.VisualBasic.dll
271
%%DATADIR%%/Prowlarr.Update/Microsoft.Win32.Primitives.dll
271
%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Win32.Primitives.dll
272
%%DATADIR%%/Prowlarr.Update/Microsoft.Win32.Registry.dll
272
%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Win32.Registry.dll
273
%%DATADIR%%/Prowlarr.Update/Microsoft.Win32.SystemEvents.dll
273
%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Win32.SystemEvents.dll
274
%%DATADIR%%/Prowlarr.Update/Mono.Posix.NETStandard.dll
274
%%DATADIR%%/bin/Prowlarr.Update/Mono.Posix.NETStandard.dll
275
%%DATADIR%%/Prowlarr.Update/NLog.Extensions.Logging.dll
275
%%DATADIR%%/bin/Prowlarr.Update/NLog.Extensions.Logging.dll
276
%%DATADIR%%/Prowlarr.Update/NLog.dll
276
%%DATADIR%%/bin/Prowlarr.Update/NLog.dll
277
%%DATADIR%%/Prowlarr.Update/Newtonsoft.Json.dll
277
%%DATADIR%%/bin/Prowlarr.Update/Newtonsoft.Json.dll
278
%%DATADIR%%/Prowlarr.Update/Prowlarr.Common.dll
278
%%DATADIR%%/bin/Prowlarr.Update/Prowlarr.Common.dll
279
%%DATADIR%%/Prowlarr.Update/Prowlarr.Common.pdb
279
%%DATADIR%%/bin/Prowlarr.Update/Prowlarr.Common.pdb
280
%%DATADIR%%/Prowlarr.Update/Prowlarr.Mono.deps.json
280
%%DATADIR%%/bin/Prowlarr.Update/Prowlarr.Mono.deps.json
281
%%DATADIR%%/Prowlarr.Update/Prowlarr.Mono.dll
281
%%DATADIR%%/bin/Prowlarr.Update/Prowlarr.Mono.dll
282
%%DATADIR%%/Prowlarr.Update/Prowlarr.Mono.pdb
282
%%DATADIR%%/bin/Prowlarr.Update/Prowlarr.Mono.pdb
283
%%DATADIR%%/Prowlarr.Update/Prowlarr.Update
283
%%DATADIR%%/bin/Prowlarr.Update/Prowlarr.Update
284
%%DATADIR%%/Prowlarr.Update/Prowlarr.Update.deps.json
284
%%DATADIR%%/bin/Prowlarr.Update/Prowlarr.Update.deps.json
285
%%DATADIR%%/Prowlarr.Update/Prowlarr.Update.dll
285
%%DATADIR%%/bin/Prowlarr.Update/Prowlarr.Update.dll
286
%%DATADIR%%/Prowlarr.Update/Prowlarr.Update.dll.config
286
%%DATADIR%%/bin/Prowlarr.Update/Prowlarr.Update.dll.config
287
%%DATADIR%%/Prowlarr.Update/Prowlarr.Update.pdb
287
%%DATADIR%%/bin/Prowlarr.Update/Prowlarr.Update.pdb
288
%%DATADIR%%/Prowlarr.Update/Prowlarr.Update.runtimeconfig.json
288
%%DATADIR%%/bin/Prowlarr.Update/Prowlarr.Update.runtimeconfig.json
289
%%DATADIR%%/Prowlarr.Update/Sentry.dll
289
%%DATADIR%%/bin/Prowlarr.Update/Sentry.dll
290
%%DATADIR%%/Prowlarr.Update/System.AppContext.dll
290
%%DATADIR%%/bin/Prowlarr.Update/System.AppContext.dll
291
%%DATADIR%%/Prowlarr.Update/System.Buffers.dll
291
%%DATADIR%%/bin/Prowlarr.Update/System.Buffers.dll
292
%%DATADIR%%/Prowlarr.Update/System.Collections.Concurrent.dll
292
%%DATADIR%%/bin/Prowlarr.Update/System.Collections.Concurrent.dll
293
%%DATADIR%%/Prowlarr.Update/System.Collections.Immutable.dll
293
%%DATADIR%%/bin/Prowlarr.Update/System.Collections.Immutable.dll
294
%%DATADIR%%/Prowlarr.Update/System.Collections.NonGeneric.dll
294
%%DATADIR%%/bin/Prowlarr.Update/System.Collections.NonGeneric.dll
295
%%DATADIR%%/Prowlarr.Update/System.Collections.Specialized.dll
295
%%DATADIR%%/bin/Prowlarr.Update/System.Collections.Specialized.dll
296
%%DATADIR%%/Prowlarr.Update/System.Collections.dll
296
%%DATADIR%%/bin/Prowlarr.Update/System.Collections.dll
297
%%DATADIR%%/Prowlarr.Update/System.ComponentModel.Annotations.dll
297
%%DATADIR%%/bin/Prowlarr.Update/System.ComponentModel.Annotations.dll
298
%%DATADIR%%/Prowlarr.Update/System.ComponentModel.DataAnnotations.dll
298
%%DATADIR%%/bin/Prowlarr.Update/System.ComponentModel.DataAnnotations.dll
299
%%DATADIR%%/Prowlarr.Update/System.ComponentModel.EventBasedAsync.dll
299
%%DATADIR%%/bin/Prowlarr.Update/System.ComponentModel.EventBasedAsync.dll
300
%%DATADIR%%/Prowlarr.Update/System.ComponentModel.Primitives.dll
300
%%DATADIR%%/bin/Prowlarr.Update/System.ComponentModel.Primitives.dll
301
%%DATADIR%%/Prowlarr.Update/System.ComponentModel.TypeConverter.dll
301
%%DATADIR%%/bin/Prowlarr.Update/System.ComponentModel.TypeConverter.dll
302
%%DATADIR%%/Prowlarr.Update/System.ComponentModel.dll
302
%%DATADIR%%/bin/Prowlarr.Update/System.ComponentModel.dll
303
%%DATADIR%%/Prowlarr.Update/System.Configuration.ConfigurationManager.dll
303
%%DATADIR%%/bin/Prowlarr.Update/System.Configuration.ConfigurationManager.dll
304
%%DATADIR%%/Prowlarr.Update/System.Configuration.dll
304
%%DATADIR%%/bin/Prowlarr.Update/System.Configuration.dll
305
%%DATADIR%%/Prowlarr.Update/System.Console.dll
305
%%DATADIR%%/bin/Prowlarr.Update/System.Console.dll
306
%%DATADIR%%/Prowlarr.Update/System.Core.dll
306
%%DATADIR%%/bin/Prowlarr.Update/System.Core.dll
307
%%DATADIR%%/Prowlarr.Update/System.Data.Common.dll
307
%%DATADIR%%/bin/Prowlarr.Update/System.Data.Common.dll
308
%%DATADIR%%/Prowlarr.Update/System.Data.DataSetExtensions.dll
308
%%DATADIR%%/bin/Prowlarr.Update/System.Data.DataSetExtensions.dll
309
%%DATADIR%%/Prowlarr.Update/System.Data.SQLite.dll
309
%%DATADIR%%/bin/Prowlarr.Update/System.Data.SQLite.dll
310
%%DATADIR%%/Prowlarr.Update/System.Data.dll
310
%%DATADIR%%/bin/Prowlarr.Update/System.Data.dll
311
%%DATADIR%%/Prowlarr.Update/System.Diagnostics.Contracts.dll
311
%%DATADIR%%/bin/Prowlarr.Update/System.Diagnostics.Contracts.dll
312
%%DATADIR%%/Prowlarr.Update/System.Diagnostics.Debug.dll
312
%%DATADIR%%/bin/Prowlarr.Update/System.Diagnostics.Debug.dll
313
%%DATADIR%%/Prowlarr.Update/System.Diagnostics.DiagnosticSource.dll
313
%%DATADIR%%/bin/Prowlarr.Update/System.Diagnostics.DiagnosticSource.dll
314
%%DATADIR%%/Prowlarr.Update/System.Diagnostics.EventLog.dll
314
%%DATADIR%%/bin/Prowlarr.Update/System.Diagnostics.EventLog.dll
315
%%DATADIR%%/Prowlarr.Update/System.Diagnostics.FileVersionInfo.dll
315
%%DATADIR%%/bin/Prowlarr.Update/System.Diagnostics.FileVersionInfo.dll
316
%%DATADIR%%/Prowlarr.Update/System.Diagnostics.Process.dll
316
%%DATADIR%%/bin/Prowlarr.Update/System.Diagnostics.Process.dll
317
%%DATADIR%%/Prowlarr.Update/System.Diagnostics.StackTrace.dll
317
%%DATADIR%%/bin/Prowlarr.Update/System.Diagnostics.StackTrace.dll
318
%%DATADIR%%/Prowlarr.Update/System.Diagnostics.TextWriterTraceListener.dll
318
%%DATADIR%%/bin/Prowlarr.Update/System.Diagnostics.TextWriterTraceListener.dll
319
%%DATADIR%%/Prowlarr.Update/System.Diagnostics.Tools.dll
319
%%DATADIR%%/bin/Prowlarr.Update/System.Diagnostics.Tools.dll
320
%%DATADIR%%/Prowlarr.Update/System.Diagnostics.TraceSource.dll
320
%%DATADIR%%/bin/Prowlarr.Update/System.Diagnostics.TraceSource.dll
321
%%DATADIR%%/Prowlarr.Update/System.Diagnostics.Tracing.dll
321
%%DATADIR%%/bin/Prowlarr.Update/System.Diagnostics.Tracing.dll
322
%%DATADIR%%/Prowlarr.Update/System.Drawing.Common.dll
322
%%DATADIR%%/bin/Prowlarr.Update/System.Drawing.Common.dll
323
%%DATADIR%%/Prowlarr.Update/System.Drawing.Primitives.dll
323
%%DATADIR%%/bin/Prowlarr.Update/System.Drawing.Primitives.dll
324
%%DATADIR%%/Prowlarr.Update/System.Drawing.dll
324
%%DATADIR%%/bin/Prowlarr.Update/System.Drawing.dll
325
%%DATADIR%%/Prowlarr.Update/System.Dynamic.Runtime.dll
325
%%DATADIR%%/bin/Prowlarr.Update/System.Dynamic.Runtime.dll
326
%%DATADIR%%/Prowlarr.Update/System.Formats.Asn1.dll
326
%%DATADIR%%/bin/Prowlarr.Update/System.Formats.Asn1.dll
327
%%DATADIR%%/Prowlarr.Update/System.Globalization.Calendars.dll
327
%%DATADIR%%/bin/Prowlarr.Update/System.Globalization.Calendars.dll
328
%%DATADIR%%/Prowlarr.Update/System.Globalization.Extensions.dll
328
%%DATADIR%%/bin/Prowlarr.Update/System.Globalization.Extensions.dll
329
%%DATADIR%%/Prowlarr.Update/System.Globalization.dll
329
%%DATADIR%%/bin/Prowlarr.Update/System.Globalization.dll
330
%%DATADIR%%/Prowlarr.Update/System.IO.Compression.Brotli.dll
330
%%DATADIR%%/bin/Prowlarr.Update/System.IO.Compression.Brotli.dll
331
%%DATADIR%%/Prowlarr.Update/System.IO.Compression.FileSystem.dll
331
%%DATADIR%%/bin/Prowlarr.Update/System.IO.Compression.FileSystem.dll
332
%%DATADIR%%/Prowlarr.Update/System.IO.Compression.ZipFile.dll
332
%%DATADIR%%/bin/Prowlarr.Update/System.IO.Compression.ZipFile.dll
333
%%DATADIR%%/Prowlarr.Update/System.IO.Compression.dll
333
%%DATADIR%%/bin/Prowlarr.Update/System.IO.Compression.dll
334
%%DATADIR%%/Prowlarr.Update/System.IO.FileSystem.AccessControl.dll
334
%%DATADIR%%/bin/Prowlarr.Update/System.IO.FileSystem.AccessControl.dll
335
%%DATADIR%%/Prowlarr.Update/System.IO.FileSystem.DriveInfo.dll
335
%%DATADIR%%/bin/Prowlarr.Update/System.IO.FileSystem.DriveInfo.dll
336
%%DATADIR%%/Prowlarr.Update/System.IO.FileSystem.Primitives.dll
336
%%DATADIR%%/bin/Prowlarr.Update/System.IO.FileSystem.Primitives.dll
337
%%DATADIR%%/Prowlarr.Update/System.IO.FileSystem.Watcher.dll
337
%%DATADIR%%/bin/Prowlarr.Update/System.IO.FileSystem.Watcher.dll
338
%%DATADIR%%/Prowlarr.Update/System.IO.FileSystem.dll
338
%%DATADIR%%/bin/Prowlarr.Update/System.IO.FileSystem.dll
339
%%DATADIR%%/Prowlarr.Update/System.IO.IsolatedStorage.dll
339
%%DATADIR%%/bin/Prowlarr.Update/System.IO.IsolatedStorage.dll
340
%%DATADIR%%/Prowlarr.Update/System.IO.MemoryMappedFiles.dll
340
%%DATADIR%%/bin/Prowlarr.Update/System.IO.MemoryMappedFiles.dll
341
%%DATADIR%%/Prowlarr.Update/System.IO.Pipes.AccessControl.dll
341
%%DATADIR%%/bin/Prowlarr.Update/System.IO.Pipes.AccessControl.dll
342
%%DATADIR%%/Prowlarr.Update/System.IO.Pipes.dll
342
%%DATADIR%%/bin/Prowlarr.Update/System.IO.Pipes.dll
343
%%DATADIR%%/Prowlarr.Update/System.IO.UnmanagedMemoryStream.dll
343
%%DATADIR%%/bin/Prowlarr.Update/System.IO.UnmanagedMemoryStream.dll
344
%%DATADIR%%/Prowlarr.Update/System.IO.dll
344
%%DATADIR%%/bin/Prowlarr.Update/System.IO.dll
345
%%DATADIR%%/Prowlarr.Update/System.Linq.Expressions.dll
345
%%DATADIR%%/bin/Prowlarr.Update/System.Linq.Expressions.dll
346
%%DATADIR%%/Prowlarr.Update/System.Linq.Parallel.dll
346
%%DATADIR%%/bin/Prowlarr.Update/System.Linq.Parallel.dll
347
%%DATADIR%%/Prowlarr.Update/System.Linq.Queryable.dll
347
%%DATADIR%%/bin/Prowlarr.Update/System.Linq.Queryable.dll
348
%%DATADIR%%/Prowlarr.Update/System.Linq.dll
348
%%DATADIR%%/bin/Prowlarr.Update/System.Linq.dll
349
%%DATADIR%%/Prowlarr.Update/System.Memory.dll
349
%%DATADIR%%/bin/Prowlarr.Update/System.Memory.dll
350
%%DATADIR%%/Prowlarr.Update/System.Net.Http.Json.dll
350
%%DATADIR%%/bin/Prowlarr.Update/System.Net.Http.Json.dll
351
%%DATADIR%%/Prowlarr.Update/System.Net.Http.dll
351
%%DATADIR%%/bin/Prowlarr.Update/System.Net.Http.dll
352
%%DATADIR%%/Prowlarr.Update/System.Net.HttpListener.dll
352
%%DATADIR%%/bin/Prowlarr.Update/System.Net.HttpListener.dll
353
%%DATADIR%%/Prowlarr.Update/System.Net.Mail.dll
353
%%DATADIR%%/bin/Prowlarr.Update/System.Net.Mail.dll
354
%%DATADIR%%/Prowlarr.Update/System.Net.NameResolution.dll
354
%%DATADIR%%/bin/Prowlarr.Update/System.Net.NameResolution.dll
355
%%DATADIR%%/Prowlarr.Update/System.Net.NetworkInformation.dll
355
%%DATADIR%%/bin/Prowlarr.Update/System.Net.NetworkInformation.dll
356
%%DATADIR%%/Prowlarr.Update/System.Net.Ping.dll
356
%%DATADIR%%/bin/Prowlarr.Update/System.Net.Ping.dll
357
%%DATADIR%%/Prowlarr.Update/System.Net.Primitives.dll
357
%%DATADIR%%/bin/Prowlarr.Update/System.Net.Primitives.dll
358
%%DATADIR%%/Prowlarr.Update/System.Net.Quic.dll
358
%%DATADIR%%/bin/Prowlarr.Update/System.Net.Quic.dll
359
%%DATADIR%%/Prowlarr.Update/System.Net.Requests.dll
359
%%DATADIR%%/bin/Prowlarr.Update/System.Net.Requests.dll
360
%%DATADIR%%/Prowlarr.Update/System.Net.Security.dll
360
%%DATADIR%%/bin/Prowlarr.Update/System.Net.Security.dll
361
%%DATADIR%%/Prowlarr.Update/System.Net.ServicePoint.dll
361
%%DATADIR%%/bin/Prowlarr.Update/System.Net.ServicePoint.dll
362
%%DATADIR%%/Prowlarr.Update/System.Net.Sockets.dll
362
%%DATADIR%%/bin/Prowlarr.Update/System.Net.Sockets.dll
363
%%DATADIR%%/Prowlarr.Update/System.Net.WebClient.dll
363
%%DATADIR%%/bin/Prowlarr.Update/System.Net.WebClient.dll
364
%%DATADIR%%/Prowlarr.Update/System.Net.WebHeaderCollection.dll
364
%%DATADIR%%/bin/Prowlarr.Update/System.Net.WebHeaderCollection.dll
365
%%DATADIR%%/Prowlarr.Update/System.Net.WebProxy.dll
365
%%DATADIR%%/bin/Prowlarr.Update/System.Net.WebProxy.dll
366
%%DATADIR%%/Prowlarr.Update/System.Net.WebSockets.Client.dll
366
%%DATADIR%%/bin/Prowlarr.Update/System.Net.WebSockets.Client.dll
367
%%DATADIR%%/Prowlarr.Update/System.Net.WebSockets.dll
367
%%DATADIR%%/bin/Prowlarr.Update/System.Net.WebSockets.dll
368
%%DATADIR%%/Prowlarr.Update/System.Net.dll
368
%%DATADIR%%/bin/Prowlarr.Update/System.Net.dll
369
%%DATADIR%%/Prowlarr.Update/System.Numerics.Vectors.dll
369
%%DATADIR%%/bin/Prowlarr.Update/System.Numerics.Vectors.dll
370
%%DATADIR%%/Prowlarr.Update/System.Numerics.dll
370
%%DATADIR%%/bin/Prowlarr.Update/System.Numerics.dll
371
%%DATADIR%%/Prowlarr.Update/System.ObjectModel.dll
371
%%DATADIR%%/bin/Prowlarr.Update/System.ObjectModel.dll
372
%%DATADIR%%/Prowlarr.Update/System.Private.CoreLib.dll
372
%%DATADIR%%/bin/Prowlarr.Update/System.Private.CoreLib.dll
373
%%DATADIR%%/Prowlarr.Update/System.Private.DataContractSerialization.dll
373
%%DATADIR%%/bin/Prowlarr.Update/System.Private.DataContractSerialization.dll
374
%%DATADIR%%/Prowlarr.Update/System.Private.Uri.dll
374
%%DATADIR%%/bin/Prowlarr.Update/System.Private.Uri.dll
375
%%DATADIR%%/Prowlarr.Update/System.Private.Xml.Linq.dll
375
%%DATADIR%%/bin/Prowlarr.Update/System.Private.Xml.Linq.dll
376
%%DATADIR%%/Prowlarr.Update/System.Private.Xml.dll
376
%%DATADIR%%/bin/Prowlarr.Update/System.Private.Xml.dll
377
%%DATADIR%%/Prowlarr.Update/System.Reflection.DispatchProxy.dll
377
%%DATADIR%%/bin/Prowlarr.Update/System.Reflection.DispatchProxy.dll
378
%%DATADIR%%/Prowlarr.Update/System.Reflection.Emit.ILGeneration.dll
378
%%DATADIR%%/bin/Prowlarr.Update/System.Reflection.Emit.ILGeneration.dll
379
%%DATADIR%%/Prowlarr.Update/System.Reflection.Emit.Lightweight.dll
379
%%DATADIR%%/bin/Prowlarr.Update/System.Reflection.Emit.Lightweight.dll
380
%%DATADIR%%/Prowlarr.Update/System.Reflection.Emit.dll
380
%%DATADIR%%/bin/Prowlarr.Update/System.Reflection.Emit.dll
381
%%DATADIR%%/Prowlarr.Update/System.Reflection.Extensions.dll
381
%%DATADIR%%/bin/Prowlarr.Update/System.Reflection.Extensions.dll
382
%%DATADIR%%/Prowlarr.Update/System.Reflection.Metadata.dll
382
%%DATADIR%%/bin/Prowlarr.Update/System.Reflection.Metadata.dll
383
%%DATADIR%%/Prowlarr.Update/System.Reflection.Primitives.dll
383
%%DATADIR%%/bin/Prowlarr.Update/System.Reflection.Primitives.dll
384
%%DATADIR%%/Prowlarr.Update/System.Reflection.TypeExtensions.dll
384
%%DATADIR%%/bin/Prowlarr.Update/System.Reflection.TypeExtensions.dll
385
%%DATADIR%%/Prowlarr.Update/System.Reflection.dll
385
%%DATADIR%%/bin/Prowlarr.Update/System.Reflection.dll
386
%%DATADIR%%/Prowlarr.Update/System.Resources.Reader.dll
386
%%DATADIR%%/bin/Prowlarr.Update/System.Resources.Reader.dll
387
%%DATADIR%%/Prowlarr.Update/System.Resources.ResourceManager.dll
387
%%DATADIR%%/bin/Prowlarr.Update/System.Resources.ResourceManager.dll
388
%%DATADIR%%/Prowlarr.Update/System.Resources.Writer.dll
388
%%DATADIR%%/bin/Prowlarr.Update/System.Resources.Writer.dll
389
%%DATADIR%%/Prowlarr.Update/System.Runtime.CompilerServices.Unsafe.dll
389
%%DATADIR%%/bin/Prowlarr.Update/System.Runtime.CompilerServices.Unsafe.dll
390
%%DATADIR%%/Prowlarr.Update/System.Runtime.CompilerServices.VisualC.dll
390
%%DATADIR%%/bin/Prowlarr.Update/System.Runtime.CompilerServices.VisualC.dll
391
%%DATADIR%%/Prowlarr.Update/System.Runtime.Extensions.dll
391
%%DATADIR%%/bin/Prowlarr.Update/System.Runtime.Extensions.dll
392
%%DATADIR%%/Prowlarr.Update/System.Runtime.Handles.dll
392
%%DATADIR%%/bin/Prowlarr.Update/System.Runtime.Handles.dll
393
%%DATADIR%%/Prowlarr.Update/System.Runtime.InteropServices.RuntimeInformation.dll
393
%%DATADIR%%/bin/Prowlarr.Update/System.Runtime.InteropServices.RuntimeInformation.dll
394
%%DATADIR%%/Prowlarr.Update/System.Runtime.InteropServices.dll
394
%%DATADIR%%/bin/Prowlarr.Update/System.Runtime.InteropServices.dll
395
%%DATADIR%%/Prowlarr.Update/System.Runtime.Intrinsics.dll
395
%%DATADIR%%/bin/Prowlarr.Update/System.Runtime.Intrinsics.dll
396
%%DATADIR%%/Prowlarr.Update/System.Runtime.Loader.dll
396
%%DATADIR%%/bin/Prowlarr.Update/System.Runtime.Loader.dll
397
%%DATADIR%%/Prowlarr.Update/System.Runtime.Numerics.dll
397
%%DATADIR%%/bin/Prowlarr.Update/System.Runtime.Numerics.dll
398
%%DATADIR%%/Prowlarr.Update/System.Runtime.Serialization.Formatters.dll
398
%%DATADIR%%/bin/Prowlarr.Update/System.Runtime.Serialization.Formatters.dll
399
%%DATADIR%%/Prowlarr.Update/System.Runtime.Serialization.Json.dll
399
%%DATADIR%%/bin/Prowlarr.Update/System.Runtime.Serialization.Json.dll
400
%%DATADIR%%/Prowlarr.Update/System.Runtime.Serialization.Primitives.dll
400
%%DATADIR%%/bin/Prowlarr.Update/System.Runtime.Serialization.Primitives.dll
401
%%DATADIR%%/Prowlarr.Update/System.Runtime.Serialization.Xml.dll
401
%%DATADIR%%/bin/Prowlarr.Update/System.Runtime.Serialization.Xml.dll
402
%%DATADIR%%/Prowlarr.Update/System.Runtime.Serialization.dll
402
%%DATADIR%%/bin/Prowlarr.Update/System.Runtime.Serialization.dll
403
%%DATADIR%%/Prowlarr.Update/System.Runtime.dll
403
%%DATADIR%%/bin/Prowlarr.Update/System.Runtime.dll
404
%%DATADIR%%/Prowlarr.Update/System.Security.AccessControl.dll
404
%%DATADIR%%/bin/Prowlarr.Update/System.Security.AccessControl.dll
405
%%DATADIR%%/Prowlarr.Update/System.Security.Claims.dll
405
%%DATADIR%%/bin/Prowlarr.Update/System.Security.Claims.dll
406
%%DATADIR%%/Prowlarr.Update/System.Security.Cryptography.Algorithms.dll
406
%%DATADIR%%/bin/Prowlarr.Update/System.Security.Cryptography.Algorithms.dll
407
%%DATADIR%%/Prowlarr.Update/System.Security.Cryptography.Cng.dll
407
%%DATADIR%%/bin/Prowlarr.Update/System.Security.Cryptography.Cng.dll
408
%%DATADIR%%/Prowlarr.Update/System.Security.Cryptography.Csp.dll
408
%%DATADIR%%/bin/Prowlarr.Update/System.Security.Cryptography.Csp.dll
409
%%DATADIR%%/Prowlarr.Update/System.Security.Cryptography.Encoding.dll
409
%%DATADIR%%/bin/Prowlarr.Update/System.Security.Cryptography.Encoding.dll
410
%%DATADIR%%/Prowlarr.Update/System.Security.Cryptography.OpenSsl.dll
410
%%DATADIR%%/bin/Prowlarr.Update/System.Security.Cryptography.OpenSsl.dll
411
%%DATADIR%%/Prowlarr.Update/System.Security.Cryptography.Primitives.dll
411
%%DATADIR%%/bin/Prowlarr.Update/System.Security.Cryptography.Primitives.dll
412
%%DATADIR%%/Prowlarr.Update/System.Security.Cryptography.ProtectedData.dll
412
%%DATADIR%%/bin/Prowlarr.Update/System.Security.Cryptography.ProtectedData.dll
413
%%DATADIR%%/Prowlarr.Update/System.Security.Cryptography.X509Certificates.dll
413
%%DATADIR%%/bin/Prowlarr.Update/System.Security.Cryptography.X509Certificates.dll
414
%%DATADIR%%/Prowlarr.Update/System.Security.Permissions.dll
414
%%DATADIR%%/bin/Prowlarr.Update/System.Security.Permissions.dll
415
%%DATADIR%%/Prowlarr.Update/System.Security.Principal.Windows.dll
415
%%DATADIR%%/bin/Prowlarr.Update/System.Security.Principal.Windows.dll
416
%%DATADIR%%/Prowlarr.Update/System.Security.Principal.dll
416
%%DATADIR%%/bin/Prowlarr.Update/System.Security.Principal.dll
417
%%DATADIR%%/Prowlarr.Update/System.Security.SecureString.dll
417
%%DATADIR%%/bin/Prowlarr.Update/System.Security.SecureString.dll
418
%%DATADIR%%/Prowlarr.Update/System.Security.dll
418
%%DATADIR%%/bin/Prowlarr.Update/System.Security.dll
419
%%DATADIR%%/Prowlarr.Update/System.ServiceModel.Web.dll
419
%%DATADIR%%/bin/Prowlarr.Update/System.ServiceModel.Web.dll
420
%%DATADIR%%/Prowlarr.Update/System.ServiceProcess.ServiceController.dll
420
%%DATADIR%%/bin/Prowlarr.Update/System.ServiceProcess.ServiceController.dll
421
%%DATADIR%%/Prowlarr.Update/System.ServiceProcess.dll
421
%%DATADIR%%/bin/Prowlarr.Update/System.ServiceProcess.dll
422
%%DATADIR%%/Prowlarr.Update/System.Text.Encoding.CodePages.dll
422
%%DATADIR%%/bin/Prowlarr.Update/System.Text.Encoding.CodePages.dll
423
%%DATADIR%%/Prowlarr.Update/System.Text.Encoding.Extensions.dll
423
%%DATADIR%%/bin/Prowlarr.Update/System.Text.Encoding.Extensions.dll
424
%%DATADIR%%/Prowlarr.Update/System.Text.Encoding.dll
424
%%DATADIR%%/bin/Prowlarr.Update/System.Text.Encoding.dll
425
%%DATADIR%%/Prowlarr.Update/System.Text.Encodings.Web.dll
425
%%DATADIR%%/bin/Prowlarr.Update/System.Text.Encodings.Web.dll
426
%%DATADIR%%/Prowlarr.Update/System.Text.Json.dll
426
%%DATADIR%%/bin/Prowlarr.Update/System.Text.Json.dll
427
%%DATADIR%%/Prowlarr.Update/System.Text.RegularExpressions.dll
427
%%DATADIR%%/bin/Prowlarr.Update/System.Text.RegularExpressions.dll
428
%%DATADIR%%/Prowlarr.Update/System.Threading.Channels.dll
428
%%DATADIR%%/bin/Prowlarr.Update/System.Threading.Channels.dll
429
%%DATADIR%%/Prowlarr.Update/System.Threading.Overlapped.dll
429
%%DATADIR%%/bin/Prowlarr.Update/System.Threading.Overlapped.dll
430
%%DATADIR%%/Prowlarr.Update/System.Threading.Tasks.Dataflow.dll
430
%%DATADIR%%/bin/Prowlarr.Update/System.Threading.Tasks.Dataflow.dll
431
%%DATADIR%%/Prowlarr.Update/System.Threading.Tasks.Extensions.dll
431
%%DATADIR%%/bin/Prowlarr.Update/System.Threading.Tasks.Extensions.dll
432
%%DATADIR%%/Prowlarr.Update/System.Threading.Tasks.Parallel.dll
432
%%DATADIR%%/bin/Prowlarr.Update/System.Threading.Tasks.Parallel.dll
433
%%DATADIR%%/Prowlarr.Update/System.Threading.Tasks.dll
433
%%DATADIR%%/bin/Prowlarr.Update/System.Threading.Tasks.dll
434
%%DATADIR%%/Prowlarr.Update/System.Threading.Thread.dll
434
%%DATADIR%%/bin/Prowlarr.Update/System.Threading.Thread.dll
435
%%DATADIR%%/Prowlarr.Update/System.Threading.ThreadPool.dll
435
%%DATADIR%%/bin/Prowlarr.Update/System.Threading.ThreadPool.dll
436
%%DATADIR%%/Prowlarr.Update/System.Threading.Timer.dll
436
%%DATADIR%%/bin/Prowlarr.Update/System.Threading.Timer.dll
437
%%DATADIR%%/Prowlarr.Update/System.Threading.dll
437
%%DATADIR%%/bin/Prowlarr.Update/System.Threading.dll
438
%%DATADIR%%/Prowlarr.Update/System.Transactions.Local.dll
438
%%DATADIR%%/bin/Prowlarr.Update/System.Transactions.Local.dll
439
%%DATADIR%%/Prowlarr.Update/System.Transactions.dll
439
%%DATADIR%%/bin/Prowlarr.Update/System.Transactions.dll
440
%%DATADIR%%/Prowlarr.Update/System.ValueTuple.dll
440
%%DATADIR%%/bin/Prowlarr.Update/System.ValueTuple.dll
441
%%DATADIR%%/Prowlarr.Update/System.Web.HttpUtility.dll
441
%%DATADIR%%/bin/Prowlarr.Update/System.Web.HttpUtility.dll
442
%%DATADIR%%/Prowlarr.Update/System.Web.dll
442
%%DATADIR%%/bin/Prowlarr.Update/System.Web.dll
443
%%DATADIR%%/Prowlarr.Update/System.Windows.Extensions.dll
443
%%DATADIR%%/bin/Prowlarr.Update/System.Windows.Extensions.dll
444
%%DATADIR%%/Prowlarr.Update/System.Windows.dll
444
%%DATADIR%%/bin/Prowlarr.Update/System.Windows.dll
445
%%DATADIR%%/Prowlarr.Update/System.Xml.Linq.dll
445
%%DATADIR%%/bin/Prowlarr.Update/System.Xml.Linq.dll
446
%%DATADIR%%/Prowlarr.Update/System.Xml.ReaderWriter.dll
446
%%DATADIR%%/bin/Prowlarr.Update/System.Xml.ReaderWriter.dll
447
%%DATADIR%%/Prowlarr.Update/System.Xml.Serialization.dll
447
%%DATADIR%%/bin/Prowlarr.Update/System.Xml.Serialization.dll
448
%%DATADIR%%/Prowlarr.Update/System.Xml.XDocument.dll
448
%%DATADIR%%/bin/Prowlarr.Update/System.Xml.XDocument.dll
449
%%DATADIR%%/Prowlarr.Update/System.Xml.XPath.XDocument.dll
449
%%DATADIR%%/bin/Prowlarr.Update/System.Xml.XPath.XDocument.dll
450
%%DATADIR%%/Prowlarr.Update/System.Xml.XPath.dll
450
%%DATADIR%%/bin/Prowlarr.Update/System.Xml.XPath.dll
451
%%DATADIR%%/Prowlarr.Update/System.Xml.XmlDocument.dll
451
%%DATADIR%%/bin/Prowlarr.Update/System.Xml.XmlDocument.dll
452
%%DATADIR%%/Prowlarr.Update/System.Xml.XmlSerializer.dll
452
%%DATADIR%%/bin/Prowlarr.Update/System.Xml.XmlSerializer.dll
453
%%DATADIR%%/Prowlarr.Update/System.Xml.dll
453
%%DATADIR%%/bin/Prowlarr.Update/System.Xml.dll
454
%%DATADIR%%/Prowlarr.Update/System.dll
454
%%DATADIR%%/bin/Prowlarr.Update/System.dll
455
%%DATADIR%%/Prowlarr.Update/WindowsBase.dll
455
%%DATADIR%%/bin/Prowlarr.Update/WindowsBase.dll
456
%%DATADIR%%/Prowlarr.Update/libMonoPosixHelper.so
456
%%DATADIR%%/bin/Prowlarr.Update/libMonoPosixHelper.so
457
%%DATADIR%%/Prowlarr.Update/libSystem.Globalization.Native.so
457
%%DATADIR%%/bin/Prowlarr.Update/libSystem.Globalization.Native.so
458
%%DATADIR%%/Prowlarr.Update/libSystem.IO.Compression.Native.so
458
%%DATADIR%%/bin/Prowlarr.Update/libSystem.IO.Compression.Native.so
459
%%DATADIR%%/Prowlarr.Update/libSystem.Native.so
459
%%DATADIR%%/bin/Prowlarr.Update/libSystem.Native.so
460
%%DATADIR%%/Prowlarr.Update/libSystem.Net.Security.Native.so
460
%%DATADIR%%/bin/Prowlarr.Update/libSystem.Net.Security.Native.so
461
%%DATADIR%%/Prowlarr.Update/libSystem.Security.Cryptography.Native.OpenSsl.so
461
%%DATADIR%%/bin/Prowlarr.Update/libSystem.Security.Cryptography.Native.OpenSsl.so
462
%%DATADIR%%/Prowlarr.Update/libclrjit.so
462
%%DATADIR%%/bin/Prowlarr.Update/libclrjit.so
463
%%DATADIR%%/Prowlarr.Update/libcoreclr.so
463
%%DATADIR%%/bin/Prowlarr.Update/libcoreclr.so
464
%%DATADIR%%/Prowlarr.Update/libcoreclrtraceptprovider.so
464
%%DATADIR%%/bin/Prowlarr.Update/libcoreclrtraceptprovider.so
465
%%DATADIR%%/Prowlarr.Update/libdbgshim.so
465
%%DATADIR%%/bin/Prowlarr.Update/libdbgshim.so
466
%%DATADIR%%/Prowlarr.Update/libhostfxr.so
466
%%DATADIR%%/bin/Prowlarr.Update/libhostfxr.so
467
%%DATADIR%%/Prowlarr.Update/libhostpolicy.so
467
%%DATADIR%%/bin/Prowlarr.Update/libhostpolicy.so
468
%%DATADIR%%/Prowlarr.Update/libmscordaccore.so
468
%%DATADIR%%/bin/Prowlarr.Update/libmscordaccore.so
469
%%DATADIR%%/Prowlarr.Update/libmscordbi.so
469
%%DATADIR%%/bin/Prowlarr.Update/libmscordbi.so
470
%%DATADIR%%/Prowlarr.Update/mscorlib.dll
470
%%DATADIR%%/bin/Prowlarr.Update/mscorlib.dll
471
%%DATADIR%%/Prowlarr.Update/netstandard.dll
471
%%DATADIR%%/bin/Prowlarr.Update/netstandard.dll
472
%%DATADIR%%/Prowlarr.deps.json
472
%%DATADIR%%/bin/Prowlarr.deps.json
473
%%DATADIR%%/Prowlarr.dll
473
%%DATADIR%%/bin/Prowlarr.dll
474
%%DATADIR%%/Prowlarr.pdb
474
%%DATADIR%%/bin/Prowlarr.pdb
475
%%DATADIR%%/Prowlarr.runtimeconfig.json
475
%%DATADIR%%/bin/Prowlarr.runtimeconfig.json
476
%%DATADIR%%/ReusableTasks.dll
476
%%DATADIR%%/bin/ReusableTasks.dll
477
%%DATADIR%%/Sentry.dll
477
%%DATADIR%%/bin/Sentry.dll
478
%%DATADIR%%/ServiceInstall
478
%%DATADIR%%/bin/ServiceInstall
479
%%DATADIR%%/ServiceUninstall
479
%%DATADIR%%/bin/ServiceUninstall
480
%%DATADIR%%/Swashbuckle.AspNetCore.Swagger.dll
480
%%DATADIR%%/bin/Swashbuckle.AspNetCore.Swagger.dll
481
%%DATADIR%%/Swashbuckle.AspNetCore.SwaggerGen.dll
481
%%DATADIR%%/bin/Swashbuckle.AspNetCore.SwaggerGen.dll
482
%%DATADIR%%/System.AppContext.dll
482
%%DATADIR%%/bin/System.AppContext.dll
483
%%DATADIR%%/System.Buffers.dll
483
%%DATADIR%%/bin/System.Buffers.dll
484
%%DATADIR%%/System.Collections.Concurrent.dll
484
%%DATADIR%%/bin/System.Collections.Concurrent.dll
485
%%DATADIR%%/System.Collections.Immutable.dll
485
%%DATADIR%%/bin/System.Collections.Immutable.dll
486
%%DATADIR%%/System.Collections.NonGeneric.dll
486
%%DATADIR%%/bin/System.Collections.NonGeneric.dll
487
%%DATADIR%%/System.Collections.Specialized.dll
487
%%DATADIR%%/bin/System.Collections.Specialized.dll
488
%%DATADIR%%/System.Collections.dll
488
%%DATADIR%%/bin/System.Collections.dll
489
%%DATADIR%%/System.ComponentModel.Annotations.dll
489
%%DATADIR%%/bin/System.ComponentModel.Annotations.dll
490
%%DATADIR%%/System.ComponentModel.DataAnnotations.dll
490
%%DATADIR%%/bin/System.ComponentModel.DataAnnotations.dll
491
%%DATADIR%%/System.ComponentModel.EventBasedAsync.dll
491
%%DATADIR%%/bin/System.ComponentModel.EventBasedAsync.dll
492
%%DATADIR%%/System.ComponentModel.Primitives.dll
492
%%DATADIR%%/bin/System.ComponentModel.Primitives.dll
493
%%DATADIR%%/System.ComponentModel.TypeConverter.dll
493
%%DATADIR%%/bin/System.ComponentModel.TypeConverter.dll
494
%%DATADIR%%/System.ComponentModel.dll
494
%%DATADIR%%/bin/System.ComponentModel.dll
495
%%DATADIR%%/System.Configuration.ConfigurationManager.dll
495
%%DATADIR%%/bin/System.Configuration.ConfigurationManager.dll
496
%%DATADIR%%/System.Configuration.dll
496
%%DATADIR%%/bin/System.Configuration.dll
497
%%DATADIR%%/System.Console.dll
497
%%DATADIR%%/bin/System.Console.dll
498
%%DATADIR%%/System.Core.dll
498
%%DATADIR%%/bin/System.Core.dll
499
%%DATADIR%%/System.Data.Common.dll
499
%%DATADIR%%/bin/System.Data.Common.dll
500
%%DATADIR%%/System.Data.DataSetExtensions.dll
500
%%DATADIR%%/bin/System.Data.DataSetExtensions.dll
501
%%DATADIR%%/System.Data.SQLite.dll
501
%%DATADIR%%/bin/System.Data.SQLite.dll
502
%%DATADIR%%/System.Data.SqlServerCe.dll
502
%%DATADIR%%/bin/System.Data.SqlServerCe.dll
503
%%DATADIR%%/System.Data.dll
503
%%DATADIR%%/bin/System.Data.dll
504
%%DATADIR%%/System.Diagnostics.Contracts.dll
504
%%DATADIR%%/bin/System.Diagnostics.Contracts.dll
505
%%DATADIR%%/System.Diagnostics.Debug.dll
505
%%DATADIR%%/bin/System.Diagnostics.Debug.dll
506
%%DATADIR%%/System.Diagnostics.DiagnosticSource.dll
506
%%DATADIR%%/bin/System.Diagnostics.DiagnosticSource.dll
507
%%DATADIR%%/System.Diagnostics.EventLog.dll
507
%%DATADIR%%/bin/System.Diagnostics.EventLog.dll
508
%%DATADIR%%/System.Diagnostics.FileVersionInfo.dll
508
%%DATADIR%%/bin/System.Diagnostics.FileVersionInfo.dll
509
%%DATADIR%%/System.Diagnostics.Process.dll
509
%%DATADIR%%/bin/System.Diagnostics.Process.dll
510
%%DATADIR%%/System.Diagnostics.StackTrace.dll
510
%%DATADIR%%/bin/System.Diagnostics.StackTrace.dll
511
%%DATADIR%%/System.Diagnostics.TextWriterTraceListener.dll
511
%%DATADIR%%/bin/System.Diagnostics.TextWriterTraceListener.dll
512
%%DATADIR%%/System.Diagnostics.Tools.dll
512
%%DATADIR%%/bin/System.Diagnostics.Tools.dll
513
%%DATADIR%%/System.Diagnostics.TraceSource.dll
513
%%DATADIR%%/bin/System.Diagnostics.TraceSource.dll
514
%%DATADIR%%/System.Diagnostics.Tracing.dll
514
%%DATADIR%%/bin/System.Diagnostics.Tracing.dll
515
%%DATADIR%%/System.Drawing.Common.dll
515
%%DATADIR%%/bin/System.Drawing.Common.dll
516
%%DATADIR%%/System.Drawing.Primitives.dll
516
%%DATADIR%%/bin/System.Drawing.Primitives.dll
517
%%DATADIR%%/System.Drawing.dll
517
%%DATADIR%%/bin/System.Drawing.dll
518
%%DATADIR%%/System.Dynamic.Runtime.dll
518
%%DATADIR%%/bin/System.Dynamic.Runtime.dll
519
%%DATADIR%%/System.Formats.Asn1.dll
519
%%DATADIR%%/bin/System.Formats.Asn1.dll
520
%%DATADIR%%/System.Globalization.Calendars.dll
520
%%DATADIR%%/bin/System.Globalization.Calendars.dll
521
%%DATADIR%%/System.Globalization.Extensions.dll
521
%%DATADIR%%/bin/System.Globalization.Extensions.dll
522
%%DATADIR%%/System.Globalization.dll
522
%%DATADIR%%/bin/System.Globalization.dll
523
%%DATADIR%%/System.IO.Compression.Brotli.dll
523
%%DATADIR%%/bin/System.IO.Compression.Brotli.dll
524
%%DATADIR%%/System.IO.Compression.FileSystem.dll
524
%%DATADIR%%/bin/System.IO.Compression.FileSystem.dll
525
%%DATADIR%%/System.IO.Compression.ZipFile.dll
525
%%DATADIR%%/bin/System.IO.Compression.ZipFile.dll
526
%%DATADIR%%/System.IO.Compression.dll
526
%%DATADIR%%/bin/System.IO.Compression.dll
527
%%DATADIR%%/System.IO.FileSystem.AccessControl.dll
527
%%DATADIR%%/bin/System.IO.FileSystem.AccessControl.dll
528
%%DATADIR%%/System.IO.FileSystem.DriveInfo.dll
528
%%DATADIR%%/bin/System.IO.FileSystem.DriveInfo.dll
529
%%DATADIR%%/System.IO.FileSystem.Primitives.dll
529
%%DATADIR%%/bin/System.IO.FileSystem.Primitives.dll
530
%%DATADIR%%/System.IO.FileSystem.Watcher.dll
530
%%DATADIR%%/bin/System.IO.FileSystem.Watcher.dll
531
%%DATADIR%%/System.IO.FileSystem.dll
531
%%DATADIR%%/bin/System.IO.FileSystem.dll
532
%%DATADIR%%/System.IO.IsolatedStorage.dll
532
%%DATADIR%%/bin/System.IO.IsolatedStorage.dll
533
%%DATADIR%%/System.IO.MemoryMappedFiles.dll
533
%%DATADIR%%/bin/System.IO.MemoryMappedFiles.dll
534
%%DATADIR%%/System.IO.Pipelines.dll
534
%%DATADIR%%/bin/System.IO.Pipelines.dll
535
%%DATADIR%%/System.IO.Pipes.AccessControl.dll
535
%%DATADIR%%/bin/System.IO.Pipes.AccessControl.dll
536
%%DATADIR%%/System.IO.Pipes.dll
536
%%DATADIR%%/bin/System.IO.Pipes.dll
537
%%DATADIR%%/System.IO.UnmanagedMemoryStream.dll
537
%%DATADIR%%/bin/System.IO.UnmanagedMemoryStream.dll
538
%%DATADIR%%/System.IO.dll
538
%%DATADIR%%/bin/System.IO.dll
539
%%DATADIR%%/System.IdentityModel.Tokens.Jwt.dll
539
%%DATADIR%%/bin/System.IdentityModel.Tokens.Jwt.dll
540
%%DATADIR%%/System.Linq.Expressions.dll
540
%%DATADIR%%/bin/System.Linq.Expressions.dll
541
%%DATADIR%%/System.Linq.Parallel.dll
541
%%DATADIR%%/bin/System.Linq.Parallel.dll
542
%%DATADIR%%/System.Linq.Queryable.dll
542
%%DATADIR%%/bin/System.Linq.Queryable.dll
543
%%DATADIR%%/System.Linq.dll
543
%%DATADIR%%/bin/System.Linq.dll
544
%%DATADIR%%/System.Memory.dll
544
%%DATADIR%%/bin/System.Memory.dll
545
%%DATADIR%%/System.Net.Http.Json.dll
545
%%DATADIR%%/bin/System.Net.Http.Json.dll
546
%%DATADIR%%/System.Net.Http.dll
546
%%DATADIR%%/bin/System.Net.Http.dll
547
%%DATADIR%%/System.Net.HttpListener.dll
547
%%DATADIR%%/bin/System.Net.HttpListener.dll
548
%%DATADIR%%/System.Net.Mail.dll
548
%%DATADIR%%/bin/System.Net.Mail.dll
549
%%DATADIR%%/System.Net.NameResolution.dll
549
%%DATADIR%%/bin/System.Net.NameResolution.dll
550
%%DATADIR%%/System.Net.NetworkInformation.dll
550
%%DATADIR%%/bin/System.Net.NetworkInformation.dll
551
%%DATADIR%%/System.Net.Ping.dll
551
%%DATADIR%%/bin/System.Net.Ping.dll
552
%%DATADIR%%/System.Net.Primitives.dll
552
%%DATADIR%%/bin/System.Net.Primitives.dll
553
%%DATADIR%%/System.Net.Quic.dll
553
%%DATADIR%%/bin/System.Net.Quic.dll
554
%%DATADIR%%/System.Net.Requests.dll
554
%%DATADIR%%/bin/System.Net.Requests.dll
555
%%DATADIR%%/System.Net.Security.dll
555
%%DATADIR%%/bin/System.Net.Security.dll
556
%%DATADIR%%/System.Net.ServicePoint.dll
556
%%DATADIR%%/bin/System.Net.ServicePoint.dll
557
%%DATADIR%%/System.Net.Sockets.dll
557
%%DATADIR%%/bin/System.Net.Sockets.dll
558
%%DATADIR%%/System.Net.WebClient.dll
558
%%DATADIR%%/bin/System.Net.WebClient.dll
559
%%DATADIR%%/System.Net.WebHeaderCollection.dll
559
%%DATADIR%%/bin/System.Net.WebHeaderCollection.dll
560
%%DATADIR%%/System.Net.WebProxy.dll
560
%%DATADIR%%/bin/System.Net.WebProxy.dll
561
%%DATADIR%%/System.Net.WebSockets.Client.dll
561
%%DATADIR%%/bin/System.Net.WebSockets.Client.dll
562
%%DATADIR%%/System.Net.WebSockets.dll
562
%%DATADIR%%/bin/System.Net.WebSockets.dll
563
%%DATADIR%%/System.Net.dll
563
%%DATADIR%%/bin/System.Net.dll
564
%%DATADIR%%/System.Numerics.Vectors.dll
564
%%DATADIR%%/bin/System.Numerics.Vectors.dll
565
%%DATADIR%%/System.Numerics.dll
565
%%DATADIR%%/bin/System.Numerics.dll
566
%%DATADIR%%/System.ObjectModel.dll
566
%%DATADIR%%/bin/System.ObjectModel.dll
567
%%DATADIR%%/System.Private.CoreLib.dll
567
%%DATADIR%%/bin/System.Private.CoreLib.dll
568
%%DATADIR%%/System.Private.DataContractSerialization.dll
568
%%DATADIR%%/bin/System.Private.DataContractSerialization.dll
569
%%DATADIR%%/System.Private.Uri.dll
569
%%DATADIR%%/bin/System.Private.Uri.dll
570
%%DATADIR%%/System.Private.Xml.Linq.dll
570
%%DATADIR%%/bin/System.Private.Xml.Linq.dll
571
%%DATADIR%%/System.Private.Xml.dll
571
%%DATADIR%%/bin/System.Private.Xml.dll
572
%%DATADIR%%/System.Reflection.DispatchProxy.dll
572
%%DATADIR%%/bin/System.Reflection.DispatchProxy.dll
573
%%DATADIR%%/System.Reflection.Emit.ILGeneration.dll
573
%%DATADIR%%/bin/System.Reflection.Emit.ILGeneration.dll
574
%%DATADIR%%/System.Reflection.Emit.Lightweight.dll
574
%%DATADIR%%/bin/System.Reflection.Emit.Lightweight.dll
575
%%DATADIR%%/System.Reflection.Emit.dll
575
%%DATADIR%%/bin/System.Reflection.Emit.dll
576
%%DATADIR%%/System.Reflection.Extensions.dll
576
%%DATADIR%%/bin/System.Reflection.Extensions.dll
577
%%DATADIR%%/System.Reflection.Metadata.dll
577
%%DATADIR%%/bin/System.Reflection.Metadata.dll
578
%%DATADIR%%/System.Reflection.Primitives.dll
578
%%DATADIR%%/bin/System.Reflection.Primitives.dll
579
%%DATADIR%%/System.Reflection.TypeExtensions.dll
579
%%DATADIR%%/bin/System.Reflection.TypeExtensions.dll
580
%%DATADIR%%/System.Reflection.dll
580
%%DATADIR%%/bin/System.Reflection.dll
581
%%DATADIR%%/System.Resources.Reader.dll
581
%%DATADIR%%/bin/System.Resources.Reader.dll
582
%%DATADIR%%/System.Resources.ResourceManager.dll
582
%%DATADIR%%/bin/System.Resources.ResourceManager.dll
583
%%DATADIR%%/System.Resources.Writer.dll
583
%%DATADIR%%/bin/System.Resources.Writer.dll
584
%%DATADIR%%/System.Runtime.Caching.dll
584
%%DATADIR%%/bin/System.Runtime.Caching.dll
585
%%DATADIR%%/System.Runtime.CompilerServices.Unsafe.dll
585
%%DATADIR%%/bin/System.Runtime.CompilerServices.Unsafe.dll
586
%%DATADIR%%/System.Runtime.CompilerServices.VisualC.dll
586
%%DATADIR%%/bin/System.Runtime.CompilerServices.VisualC.dll
587
%%DATADIR%%/System.Runtime.Extensions.dll
587
%%DATADIR%%/bin/System.Runtime.Extensions.dll
588
%%DATADIR%%/System.Runtime.Handles.dll
588
%%DATADIR%%/bin/System.Runtime.Handles.dll
589
%%DATADIR%%/System.Runtime.InteropServices.RuntimeInformation.dll
589
%%DATADIR%%/bin/System.Runtime.InteropServices.RuntimeInformation.dll
590
%%DATADIR%%/System.Runtime.InteropServices.dll
590
%%DATADIR%%/bin/System.Runtime.InteropServices.dll
591
%%DATADIR%%/System.Runtime.Intrinsics.dll
591
%%DATADIR%%/bin/System.Runtime.Intrinsics.dll
592
%%DATADIR%%/System.Runtime.Loader.dll
592
%%DATADIR%%/bin/System.Runtime.Loader.dll
593
%%DATADIR%%/System.Runtime.Numerics.dll
593
%%DATADIR%%/bin/System.Runtime.Numerics.dll
594
%%DATADIR%%/System.Runtime.Serialization.Formatters.dll
594
%%DATADIR%%/bin/System.Runtime.Serialization.Formatters.dll
595
%%DATADIR%%/System.Runtime.Serialization.Json.dll
595
%%DATADIR%%/bin/System.Runtime.Serialization.Json.dll
596
%%DATADIR%%/System.Runtime.Serialization.Primitives.dll
596
%%DATADIR%%/bin/System.Runtime.Serialization.Primitives.dll
597
%%DATADIR%%/System.Runtime.Serialization.Xml.dll
597
%%DATADIR%%/bin/System.Runtime.Serialization.Xml.dll
598
%%DATADIR%%/System.Runtime.Serialization.dll
598
%%DATADIR%%/bin/System.Runtime.Serialization.dll
599
%%DATADIR%%/System.Runtime.dll
599
%%DATADIR%%/bin/System.Runtime.dll
600
%%DATADIR%%/System.Security.AccessControl.dll
600
%%DATADIR%%/bin/System.Security.AccessControl.dll
601
%%DATADIR%%/System.Security.Claims.dll
601
%%DATADIR%%/bin/System.Security.Claims.dll
602
%%DATADIR%%/System.Security.Cryptography.Algorithms.dll
602
%%DATADIR%%/bin/System.Security.Cryptography.Algorithms.dll
603
%%DATADIR%%/System.Security.Cryptography.Cng.dll
603
%%DATADIR%%/bin/System.Security.Cryptography.Cng.dll
604
%%DATADIR%%/System.Security.Cryptography.Csp.dll
604
%%DATADIR%%/bin/System.Security.Cryptography.Csp.dll
605
%%DATADIR%%/System.Security.Cryptography.Encoding.dll
605
%%DATADIR%%/bin/System.Security.Cryptography.Encoding.dll
606
%%DATADIR%%/System.Security.Cryptography.OpenSsl.dll
606
%%DATADIR%%/bin/System.Security.Cryptography.OpenSsl.dll
607
%%DATADIR%%/System.Security.Cryptography.Pkcs.dll
607
%%DATADIR%%/bin/System.Security.Cryptography.Pkcs.dll
608
%%DATADIR%%/System.Security.Cryptography.Primitives.dll
608
%%DATADIR%%/bin/System.Security.Cryptography.Primitives.dll
609
%%DATADIR%%/System.Security.Cryptography.ProtectedData.dll
609
%%DATADIR%%/bin/System.Security.Cryptography.ProtectedData.dll
610
%%DATADIR%%/System.Security.Cryptography.X509Certificates.dll
610
%%DATADIR%%/bin/System.Security.Cryptography.X509Certificates.dll
611
%%DATADIR%%/System.Security.Cryptography.Xml.dll
611
%%DATADIR%%/bin/System.Security.Cryptography.Xml.dll
612
%%DATADIR%%/System.Security.Permissions.dll
612
%%DATADIR%%/bin/System.Security.Permissions.dll
613
%%DATADIR%%/System.Security.Principal.Windows.dll
613
%%DATADIR%%/bin/System.Security.Principal.Windows.dll
614
%%DATADIR%%/System.Security.Principal.dll
614
%%DATADIR%%/bin/System.Security.Principal.dll
615
%%DATADIR%%/System.Security.SecureString.dll
615
%%DATADIR%%/bin/System.Security.SecureString.dll
616
%%DATADIR%%/System.Security.dll
616
%%DATADIR%%/bin/System.Security.dll
617
%%DATADIR%%/System.ServiceModel.Syndication.dll
617
%%DATADIR%%/bin/System.ServiceModel.Syndication.dll
618
%%DATADIR%%/System.ServiceModel.Web.dll
618
%%DATADIR%%/bin/System.ServiceModel.Web.dll
619
%%DATADIR%%/System.ServiceProcess.ServiceController.dll
619
%%DATADIR%%/bin/System.ServiceProcess.ServiceController.dll
620
%%DATADIR%%/System.ServiceProcess.dll
620
%%DATADIR%%/bin/System.ServiceProcess.dll
621
%%DATADIR%%/System.Text.Encoding.CodePages.dll
621
%%DATADIR%%/bin/System.Text.Encoding.CodePages.dll
622
%%DATADIR%%/System.Text.Encoding.Extensions.dll
622
%%DATADIR%%/bin/System.Text.Encoding.Extensions.dll
623
%%DATADIR%%/System.Text.Encoding.dll
623
%%DATADIR%%/bin/System.Text.Encoding.dll
624
%%DATADIR%%/System.Text.Encodings.Web.dll
624
%%DATADIR%%/bin/System.Text.Encodings.Web.dll
625
%%DATADIR%%/System.Text.Json.dll
625
%%DATADIR%%/bin/System.Text.Json.dll
626
%%DATADIR%%/System.Text.RegularExpressions.dll
626
%%DATADIR%%/bin/System.Text.RegularExpressions.dll
627
%%DATADIR%%/System.Threading.Channels.dll
627
%%DATADIR%%/bin/System.Threading.Channels.dll
628
%%DATADIR%%/System.Threading.Overlapped.dll
628
%%DATADIR%%/bin/System.Threading.Overlapped.dll
629
%%DATADIR%%/System.Threading.Tasks.Dataflow.dll
629
%%DATADIR%%/bin/System.Threading.Tasks.Dataflow.dll
630
%%DATADIR%%/System.Threading.Tasks.Extensions.dll
630
%%DATADIR%%/bin/System.Threading.Tasks.Extensions.dll
631
%%DATADIR%%/System.Threading.Tasks.Parallel.dll
631
%%DATADIR%%/bin/System.Threading.Tasks.Parallel.dll
632
%%DATADIR%%/System.Threading.Tasks.dll
632
%%DATADIR%%/bin/System.Threading.Tasks.dll
633
%%DATADIR%%/System.Threading.Thread.dll
633
%%DATADIR%%/bin/System.Threading.Thread.dll
634
%%DATADIR%%/System.Threading.ThreadPool.dll
634
%%DATADIR%%/bin/System.Threading.ThreadPool.dll
635
%%DATADIR%%/System.Threading.Timer.dll
635
%%DATADIR%%/bin/System.Threading.Timer.dll
636
%%DATADIR%%/System.Threading.dll
636
%%DATADIR%%/bin/System.Threading.dll
637
%%DATADIR%%/System.Transactions.Local.dll
637
%%DATADIR%%/bin/System.Transactions.Local.dll
638
%%DATADIR%%/System.Transactions.dll
638
%%DATADIR%%/bin/System.Transactions.dll
639
%%DATADIR%%/System.ValueTuple.dll
639
%%DATADIR%%/bin/System.ValueTuple.dll
640
%%DATADIR%%/System.Web.HttpUtility.dll
640
%%DATADIR%%/bin/System.Web.HttpUtility.dll
641
%%DATADIR%%/System.Web.dll
641
%%DATADIR%%/bin/System.Web.dll
642
%%DATADIR%%/System.Windows.Extensions.dll
642
%%DATADIR%%/bin/System.Windows.Extensions.dll
643
%%DATADIR%%/System.Windows.dll
643
%%DATADIR%%/bin/System.Windows.dll
644
%%DATADIR%%/System.Xml.Linq.dll
644
%%DATADIR%%/bin/System.Xml.Linq.dll
645
%%DATADIR%%/System.Xml.ReaderWriter.dll
645
%%DATADIR%%/bin/System.Xml.ReaderWriter.dll
646
%%DATADIR%%/System.Xml.Serialization.dll
646
%%DATADIR%%/bin/System.Xml.Serialization.dll
647
%%DATADIR%%/System.Xml.XDocument.dll
647
%%DATADIR%%/bin/System.Xml.XDocument.dll
648
%%DATADIR%%/System.Xml.XPath.XDocument.dll
648
%%DATADIR%%/bin/System.Xml.XPath.XDocument.dll
649
%%DATADIR%%/System.Xml.XPath.dll
649
%%DATADIR%%/bin/System.Xml.XPath.dll
650
%%DATADIR%%/System.Xml.XmlDocument.dll
650
%%DATADIR%%/bin/System.Xml.XmlDocument.dll
651
%%DATADIR%%/System.Xml.XmlSerializer.dll
651
%%DATADIR%%/bin/System.Xml.XmlSerializer.dll
652
%%DATADIR%%/System.Xml.dll
652
%%DATADIR%%/bin/System.Xml.dll
653
%%DATADIR%%/System.dll
653
%%DATADIR%%/bin/System.dll
654
%%DATADIR%%/UI/Content/Fonts/Roboto-Light.ttf
654
%%DATADIR%%/bin/UI/Content/Fonts/Roboto-Light.ttf
655
%%DATADIR%%/UI/Content/Fonts/Roboto-Light.woff
655
%%DATADIR%%/bin/UI/Content/Fonts/Roboto-Light.woff
656
%%DATADIR%%/UI/Content/Fonts/Roboto-Light.woff2
656
%%DATADIR%%/bin/UI/Content/Fonts/Roboto-Light.woff2
657
%%DATADIR%%/UI/Content/Fonts/Roboto-Regular.ttf
657
%%DATADIR%%/bin/UI/Content/Fonts/Roboto-Regular.ttf
658
%%DATADIR%%/UI/Content/Fonts/Roboto-Regular.woff
658
%%DATADIR%%/bin/UI/Content/Fonts/Roboto-Regular.woff
659
%%DATADIR%%/UI/Content/Fonts/Roboto-Regular.woff2
659
%%DATADIR%%/bin/UI/Content/Fonts/Roboto-Regular.woff2
660
%%DATADIR%%/UI/Content/Fonts/UbuntuMono-Regular.eot
660
%%DATADIR%%/bin/UI/Content/Fonts/UbuntuMono-Regular.eot
661
%%DATADIR%%/UI/Content/Fonts/UbuntuMono-Regular.ttf
661
%%DATADIR%%/bin/UI/Content/Fonts/UbuntuMono-Regular.ttf
662
%%DATADIR%%/UI/Content/Fonts/UbuntuMono-Regular.woff
662
%%DATADIR%%/bin/UI/Content/Fonts/UbuntuMono-Regular.woff
663
%%DATADIR%%/UI/Content/Fonts/fonts.css
663
%%DATADIR%%/bin/UI/Content/Fonts/fonts.css
664
%%DATADIR%%/UI/Content/Fonts/text-security-disc.ttf
664
%%DATADIR%%/bin/UI/Content/Fonts/text-security-disc.ttf
665
%%DATADIR%%/UI/Content/Fonts/text-security-disc.woff
665
%%DATADIR%%/bin/UI/Content/Fonts/text-security-disc.woff
666
%%DATADIR%%/UI/Content/Images/404.png
666
%%DATADIR%%/bin/UI/Content/Images/404.png
667
%%DATADIR%%/UI/Content/Images/Icons/android-chrome-192x192.png
667
%%DATADIR%%/bin/UI/Content/Images/Icons/android-chrome-192x192.png
668
%%DATADIR%%/UI/Content/Images/Icons/android-chrome-512x512.png
668
%%DATADIR%%/bin/UI/Content/Images/Icons/android-chrome-512x512.png
669
%%DATADIR%%/UI/Content/Images/Icons/apple-touch-icon.png
669
%%DATADIR%%/bin/UI/Content/Images/Icons/apple-touch-icon.png
670
%%DATADIR%%/UI/Content/Images/Icons/browserconfig.xml
670
%%DATADIR%%/bin/UI/Content/Images/Icons/browserconfig.xml
671
%%DATADIR%%/UI/Content/Images/Icons/favicon-16x16.png
671
%%DATADIR%%/bin/UI/Content/Images/Icons/favicon-16x16.png
672
%%DATADIR%%/UI/Content/Images/Icons/favicon-32x32.png
672
%%DATADIR%%/bin/UI/Content/Images/Icons/favicon-32x32.png
673
%%DATADIR%%/UI/Content/Images/Icons/favicon-debug-16x16.png
673
%%DATADIR%%/bin/UI/Content/Images/Icons/favicon-debug-16x16.png
674
%%DATADIR%%/UI/Content/Images/Icons/favicon-debug-32x32.png
674
%%DATADIR%%/bin/UI/Content/Images/Icons/favicon-debug-32x32.png
675
%%DATADIR%%/UI/Content/Images/Icons/favicon-debug.ico
675
%%DATADIR%%/bin/UI/Content/Images/Icons/favicon-debug.ico
676
%%DATADIR%%/UI/Content/Images/Icons/favicon.ico
676
%%DATADIR%%/bin/UI/Content/Images/Icons/favicon.ico
677
%%DATADIR%%/UI/Content/Images/Icons/logo-lidarr.png
677
%%DATADIR%%/bin/UI/Content/Images/Icons/logo-lidarr.png
678
%%DATADIR%%/UI/Content/Images/Icons/logo-prowlarr.png
678
%%DATADIR%%/bin/UI/Content/Images/Icons/logo-prowlarr.png
679
%%DATADIR%%/UI/Content/Images/Icons/logo-radarr.png
679
%%DATADIR%%/bin/UI/Content/Images/Icons/logo-radarr.png
680
%%DATADIR%%/UI/Content/Images/Icons/logo-readarr.png
680
%%DATADIR%%/bin/UI/Content/Images/Icons/logo-readarr.png
681
%%DATADIR%%/UI/Content/Images/Icons/logo-sonarr.png
681
%%DATADIR%%/bin/UI/Content/Images/Icons/logo-sonarr.png
682
%%DATADIR%%/UI/Content/Images/Icons/manifest.json
682
%%DATADIR%%/bin/UI/Content/Images/Icons/manifest.json
683
%%DATADIR%%/UI/Content/Images/Icons/mstile-144x144.png
683
%%DATADIR%%/bin/UI/Content/Images/Icons/mstile-144x144.png
684
%%DATADIR%%/UI/Content/Images/Icons/mstile-150x150.png
684
%%DATADIR%%/bin/UI/Content/Images/Icons/mstile-150x150.png
685
%%DATADIR%%/UI/Content/Images/Icons/mstile-310x150.png
685
%%DATADIR%%/bin/UI/Content/Images/Icons/mstile-310x150.png
686
%%DATADIR%%/UI/Content/Images/Icons/mstile-310x310.png
686
%%DATADIR%%/bin/UI/Content/Images/Icons/mstile-310x310.png
687
%%DATADIR%%/UI/Content/Images/Icons/mstile-70x70.png
687
%%DATADIR%%/bin/UI/Content/Images/Icons/mstile-70x70.png
688
%%DATADIR%%/UI/Content/Images/Icons/safari-pinned-tab.svg
688
%%DATADIR%%/bin/UI/Content/Images/Icons/safari-pinned-tab.svg
689
%%DATADIR%%/UI/Content/Images/error.png
689
%%DATADIR%%/bin/UI/Content/Images/error.png
690
%%DATADIR%%/UI/Content/Images/logo-full.png
690
%%DATADIR%%/bin/UI/Content/Images/logo-full.png
691
%%DATADIR%%/UI/Content/Images/logo.png
691
%%DATADIR%%/bin/UI/Content/Images/logo.png
692
%%DATADIR%%/UI/Content/Images/logo.svg
692
%%DATADIR%%/bin/UI/Content/Images/logo.svg
693
%%DATADIR%%/UI/Content/Images/poster-dark.png
693
%%DATADIR%%/bin/UI/Content/Images/poster-dark.png
694
%%DATADIR%%/UI/Content/robots.txt
694
%%DATADIR%%/bin/UI/Content/robots.txt
695
%%DATADIR%%/UI/Content/styles.css
695
%%DATADIR%%/bin/UI/Content/styles.css
696
%%DATADIR%%/UI/Content/styles.css.map
696
%%DATADIR%%/bin/UI/Content/styles.css.map
697
%%DATADIR%%/UI/index.html
697
%%DATADIR%%/bin/UI/index.html
698
%%DATADIR%%/UI/index.js
698
%%DATADIR%%/bin/UI/index.js
699
%%DATADIR%%/UI/index.js.map
699
%%DATADIR%%/bin/UI/index.js.map
700
%%DATADIR%%/UI/login.html
700
%%DATADIR%%/bin/UI/login.html
701
%%DATADIR%%/UI/oauth.html
701
%%DATADIR%%/bin/UI/oauth.html
702
%%DATADIR%%/UI/vendors.js
702
%%DATADIR%%/bin/UI/vendors.js
703
%%DATADIR%%/UI/vendors.js.LICENSE.txt
703
%%DATADIR%%/bin/UI/vendors.js.LICENSE.txt
704
%%DATADIR%%/UI/vendors.js.map
704
%%DATADIR%%/bin/UI/vendors.js.map
705
%%DATADIR%%/WindowsBase.dll
705
%%DATADIR%%/bin/WindowsBase.dll
706
%%DATADIR%%/YamlDotNet.dll
706
%%DATADIR%%/bin/YamlDotNet.dll
707
%%DATADIR%%/de-DE/FluentMigrator.Abstractions.resources.dll
707
%%DATADIR%%/bin/de-DE/FluentMigrator.Abstractions.resources.dll
708
%%DATADIR%%/libMonoPosixHelper.so
708
%%DATADIR%%/bin/libMonoPosixHelper.so
709
%%DATADIR%%/libSystem.Globalization.Native.so
709
%%DATADIR%%/bin/libSystem.Globalization.Native.so
710
%%DATADIR%%/libSystem.IO.Compression.Native.so
710
%%DATADIR%%/bin/libSystem.IO.Compression.Native.so
711
%%DATADIR%%/libSystem.Native.so
711
%%DATADIR%%/bin/libSystem.Native.so
712
%%DATADIR%%/libSystem.Net.Security.Native.so
712
%%DATADIR%%/bin/libSystem.Net.Security.Native.so
713
%%DATADIR%%/libSystem.Security.Cryptography.Native.OpenSsl.so
713
%%DATADIR%%/bin/libSystem.Security.Cryptography.Native.OpenSsl.so
714
%%DATADIR%%/libclrjit.so
714
%%DATADIR%%/bin/libclrjit.so
715
%%DATADIR%%/libcoreclr.so
715
%%DATADIR%%/bin/libcoreclr.so
716
%%DATADIR%%/libcoreclrtraceptprovider.so
716
%%DATADIR%%/bin/libcoreclrtraceptprovider.so
717
%%DATADIR%%/libdbgshim.so
717
%%DATADIR%%/bin/libdbgshim.so
718
%%DATADIR%%/libhostfxr.so
718
%%DATADIR%%/bin/libhostfxr.so
719
%%DATADIR%%/libhostpolicy.so
719
%%DATADIR%%/bin/libhostpolicy.so
720
%%DATADIR%%/libmscordaccore.so
720
%%DATADIR%%/bin/libmscordaccore.so
721
%%DATADIR%%/libmscordbi.so
721
%%DATADIR%%/bin/libmscordbi.so
722
%%DATADIR%%/mscorlib.dll
722
%%DATADIR%%/bin/mscorlib.dll
723
%%DATADIR%%/netstandard.dll
723
%%DATADIR%%/bin/netstandard.dll
724
%%DATADIR%%/package_info
724
- 

Return to bug 261339