diff --git a/net-p2p/jackett/Makefile b/net-p2p/jackett/Makefile index 5a499fd579bd..198002822b5e 100644 --- a/net-p2p/jackett/Makefile +++ b/net-p2p/jackett/Makefile @@ -1,52 +1,52 @@ PORTNAME= jackett DISTVERSIONPREFIX= v -DISTVERSION= 0.24.1622 +DISTVERSION= 0.24.2330 CATEGORIES= net-p2p MAINTAINER= tremere@cainites.net COMMENT= Torznab proxy implementation of the Newznab API WWW= https://github.com/Jackett/Jackett LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= dotnet>=9.0.6:lang/dotnet LIB_DEPENDS= libbrotlidec.so:archivers/brotli \ libinotify.so:devel/libinotify \ libunwind.so:devel/libunwind RUN_DEPENDS= ${LOCALBASE}/lib/libicuuc.so:devel/icu \ dotnet:lang/dotnet-host USES= gssapi:mit ssl USE_GITHUB= yes GH_ACCOUNT= Jackett GH_PROJECT= Jackett USE_RC_SUBR= jackett USERS= jackett GROUPS= jackett DOTNET_ARCH= ${ARCH:S/amd64/x64/:S/aarch64/arm64/} DOTNET_CMD= ${SETENV} HOME=${WRKDIR} ${LOCALBASE}/bin/dotnet .include "Makefile.nuget" .include "../../shells/powershell/nuget.mk" post-patch: ${REINPLACE_CMD} "s/0.0.0/${DISTVERSION}/" \ ${WRKSRC}/src/Jackett.Common/Jackett.Common.csproj do-build: cd ${WRKSRC}/src && \ ${DOTNET_CMD} nuget add source ${DISTDIR}/nuget && \ ${DOTNET_CMD} nuget disable source nuget.org && \ ${DOTNET_CMD} restore Jackett.Server -s ${DISTDIR}/nuget --packages ${WRKDIR}/packages && \ ${DOTNET_CMD} publish Jackett.Server -f net9.0 -c Release \ -r freebsd.${_OSVERSION_MAJOR}-${DOTNET_ARCH} --sc -p:PublishReadyToRun=false -o bin/publish do-install: cd ${WRKSRC}/src/bin/publish && ${COPYTREE_SHARE} . ${STAGEDIR}/${DATADIR} "! -name jackett" ${INSTALL_PROGRAM} ${WRKSRC}/src/bin/publish/jackett ${STAGEDIR}/${DATADIR} .include diff --git a/net-p2p/jackett/Makefile.nuget b/net-p2p/jackett/Makefile.nuget index 6d8b50ce4369..0b31242003fc 100644 --- a/net-p2p/jackett/Makefile.nuget +++ b/net-p2p/jackett/Makefile.nuget @@ -1,273 +1,353 @@ NUGET_GROUPS= NUGET -NUGET_NUPKGS= AngleSharp.Xml:1.0.0 \ - AngleSharp:1.4.0 \ - Autofac.Extensions.DependencyInjection:9.0.0 \ - Autofac:8.0.0 \ - BencodeNET:4.0.0 \ - CommandLineParser:2.9.1 \ - DotNet4.SocksProxy:1.4.0.1 \ - FlareSolverrSharp:3.0.7 \ - Microsoft.AspNetCore.Antiforgery:2.3.0 \ - Microsoft.AspNetCore.Authentication.Abstractions:2.3.0 \ - Microsoft.AspNetCore.Authentication.Cookies:2.3.9 \ - Microsoft.AspNetCore.Authentication.Core:2.3.0 \ - Microsoft.AspNetCore.Authentication:2.3.9 \ - Microsoft.AspNetCore.Authorization.Policy:2.3.0 \ - Microsoft.AspNetCore.Authorization:2.3.0 \ - Microsoft.AspNetCore.Connections.Abstractions:2.3.0 \ - Microsoft.AspNetCore.Cors:2.3.0 \ - Microsoft.AspNetCore.Cryptography.Internal:2.3.0 \ - Microsoft.AspNetCore.DataProtection.Abstractions:2.3.0 \ - Microsoft.AspNetCore.DataProtection:2.3.0 \ - Microsoft.AspNetCore.Diagnostics.Abstractions:2.3.0 \ - Microsoft.AspNetCore.Diagnostics:2.3.0 \ - Microsoft.AspNetCore.HostFiltering:2.3.0 \ - Microsoft.AspNetCore.Hosting.Abstractions:2.3.0 \ - Microsoft.AspNetCore.Hosting.Server.Abstractions:2.3.0 \ - Microsoft.AspNetCore.Hosting:2.3.0 \ - Microsoft.AspNetCore.Html.Abstractions:2.3.0 \ - Microsoft.AspNetCore.Http.Abstractions:2.3.0 \ - Microsoft.AspNetCore.Http.Extensions:2.3.0 \ - Microsoft.AspNetCore.Http.Features:2.3.0 \ - Microsoft.AspNetCore.Http:2.3.9 \ - Microsoft.AspNetCore.HttpOverrides:2.1.1 \ - Microsoft.AspNetCore.JsonPatch:2.3.0 \ - Microsoft.AspNetCore.JsonPatch:9.0.14 \ - Microsoft.AspNetCore.Localization:2.3.0 \ - Microsoft.AspNetCore.Mvc.Abstractions:2.3.0 \ - Microsoft.AspNetCore.Mvc.ApiExplorer:2.3.0 \ - Microsoft.AspNetCore.Mvc.Core:2.3.0 \ - Microsoft.AspNetCore.Mvc.Cors:2.3.0 \ - Microsoft.AspNetCore.Mvc.DataAnnotations:2.3.0 \ - Microsoft.AspNetCore.Mvc.Formatters.Json:2.3.0 \ - Microsoft.AspNetCore.Mvc.Localization:2.3.0 \ - Microsoft.AspNetCore.Mvc.NewtonsoftJson:9.0.14 \ - Microsoft.AspNetCore.Mvc.Razor.Extensions:2.3.0 \ - Microsoft.AspNetCore.Mvc.Razor:2.3.0 \ - Microsoft.AspNetCore.Mvc.RazorPages:2.3.0 \ - Microsoft.AspNetCore.Mvc.TagHelpers:2.3.0 \ - Microsoft.AspNetCore.Mvc.ViewFeatures:2.3.0 \ - Microsoft.AspNetCore.Mvc:2.3.9 \ - Microsoft.AspNetCore.Razor.Design:2.3.0 \ - Microsoft.AspNetCore.Razor.Language:2.3.0 \ - Microsoft.AspNetCore.Razor.Runtime:2.3.0 \ - Microsoft.AspNetCore.Razor:2.3.0 \ - Microsoft.AspNetCore.ResponseCaching.Abstractions:2.3.0 \ - Microsoft.AspNetCore.ResponseCompression:2.3.9 \ - Microsoft.AspNetCore.Rewrite:2.3.9 \ - Microsoft.AspNetCore.Routing.Abstractions:2.3.0 \ - Microsoft.AspNetCore.Routing:2.3.0 \ - Microsoft.AspNetCore.Server.IISIntegration:2.1.7 \ - Microsoft.AspNetCore.Server.Kestrel.Core:2.3.0 \ - Microsoft.AspNetCore.Server.Kestrel.Https:2.3.0 \ - Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions:2.3.0 \ - Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets:2.3.0 \ - Microsoft.AspNetCore.Server.Kestrel:2.3.0 \ - Microsoft.AspNetCore.StaticFiles:2.3.9 \ - Microsoft.AspNetCore.WebUtilities:2.3.9 \ - Microsoft.AspNetCore:2.3.9 \ - Microsoft.Bcl.AsyncInterfaces:9.0.14 \ - Microsoft.Bcl.TimeProvider:8.0.0 \ - Microsoft.CSharp:4.7.0 \ - Microsoft.CodeAnalysis.Analyzers:1.1.0 \ - Microsoft.CodeAnalysis.CSharp:2.8.2 \ - Microsoft.CodeAnalysis.Common:2.8.2 \ - Microsoft.CodeAnalysis.Razor:2.3.0 \ - Microsoft.DiaSymReader.Native:1.7.0 \ - Microsoft.DotNet.PlatformAbstractions:2.1.0 \ - Microsoft.Extensions.Caching.Abstractions:8.0.0 \ - Microsoft.Extensions.Caching.Memory:8.0.1 \ - Microsoft.Extensions.Configuration.Abstractions:8.0.0 \ - Microsoft.Extensions.Configuration.Abstractions:9.0.14 \ - Microsoft.Extensions.Configuration.Binder:8.0.2 \ - Microsoft.Extensions.Configuration.CommandLine:8.0.0 \ - Microsoft.Extensions.Configuration.EnvironmentVariables:8.0.0 \ - Microsoft.Extensions.Configuration.FileExtensions:8.0.1 \ - Microsoft.Extensions.Configuration.Json:8.0.1 \ - Microsoft.Extensions.Configuration.UserSecrets:8.0.1 \ - Microsoft.Extensions.Configuration:8.0.0 \ - Microsoft.Extensions.Configuration:9.0.14 \ - Microsoft.Extensions.DependencyInjection.Abstractions:8.0.0 \ - Microsoft.Extensions.DependencyInjection.Abstractions:8.0.2 \ - Microsoft.Extensions.DependencyInjection:8.0.0 \ - Microsoft.Extensions.DependencyInjection:8.0.1 \ - Microsoft.Extensions.DependencyModel:2.1.0 \ - Microsoft.Extensions.Diagnostics.Abstractions:8.0.1 \ - Microsoft.Extensions.FileProviders.Abstractions:8.0.0 \ - Microsoft.Extensions.FileProviders.Composite:8.0.0 \ - Microsoft.Extensions.FileProviders.Physical:8.0.0 \ - Microsoft.Extensions.FileSystemGlobbing:8.0.0 \ - Microsoft.Extensions.Hosting.Abstractions:8.0.1 \ - Microsoft.Extensions.Localization.Abstractions:8.0.11 \ - Microsoft.Extensions.Localization:8.0.11 \ - Microsoft.Extensions.Logging.Abstractions:8.0.0 \ - Microsoft.Extensions.Logging.Abstractions:8.0.2 \ - Microsoft.Extensions.Logging.Configuration:8.0.1 \ - Microsoft.Extensions.Logging.Console:8.0.1 \ - Microsoft.Extensions.Logging.Debug:8.0.1 \ - Microsoft.Extensions.Logging:8.0.0 \ - Microsoft.Extensions.Logging:8.0.1 \ - Microsoft.Extensions.ObjectPool:8.0.11 \ - Microsoft.Extensions.Options.ConfigurationExtensions:8.0.0 \ - Microsoft.Extensions.Options:8.0.2 \ - Microsoft.Extensions.Primitives:8.0.0 \ - Microsoft.Extensions.Primitives:9.0.14 \ - Microsoft.Extensions.WebEncoders:8.0.11 \ - Microsoft.NETCore.Platforms:1.1.0 \ - Microsoft.NETCore.Platforms:5.0.0 \ - Microsoft.NETCore.Targets:1.1.0 \ - Microsoft.NETFramework.ReferenceAssemblies.net471:1.0.3 \ - Microsoft.NETFramework.ReferenceAssemblies:1.0.3 \ - Microsoft.Net.Http.Headers:2.3.8 \ - Microsoft.Win32.Primitives:4.3.0 \ - Microsoft.Win32.Registry:4.5.0 \ - MimeMapping:1.0.1.50 \ - Mono.Posix:7.1.0-final.1.21458.1 \ - Mono.Unix:7.1.0-final.1.21458.1 \ - NETStandard.Library:1.6.1 \ - NETStandard.Library:2.0.3 \ - NLog.Extensions.Logging:5.5.0 \ - NLog.Web.AspNetCore:5.5.0 \ - NLog:5.5.1 \ - Newtonsoft.Json.Bson:1.0.2 \ - Newtonsoft.Json:13.0.4 \ - Polly.Core:8.6.6 \ - Polly:8.6.6 \ - SharpZipLib:1.4.2 \ - System.AppContext:4.3.0 \ - System.Buffers:4.6.0 \ - System.Collections.Concurrent:4.3.0 \ - System.Collections.Immutable:8.0.0 \ - System.Collections:4.3.0 \ - System.ComponentModel.Annotations:5.0.0 \ - System.Console:4.3.0 \ - System.Diagnostics.Debug:4.3.0 \ - System.Diagnostics.DiagnosticSource:7.0.2 \ - System.Diagnostics.DiagnosticSource:8.0.1 \ - System.Diagnostics.EventLog:9.0.14 \ - System.Diagnostics.FileVersionInfo:4.3.0 \ - System.Diagnostics.StackTrace:4.3.0 \ - System.Diagnostics.Tools:4.3.0 \ - System.Diagnostics.Tracing:4.3.0 \ - System.Dynamic.Runtime:4.3.0 \ - System.Formats.Asn1:9.0.12 \ - System.Globalization.Calendars:4.3.0 \ - System.Globalization.Extensions:4.3.0 \ - System.Globalization:4.3.0 \ - System.IO.Compression.ZipFile:4.3.0 \ - System.IO.Compression:4.3.0 \ - System.IO.FileSystem.AccessControl:5.0.0 \ - System.IO.FileSystem.Primitives:4.3.0 \ - System.IO.FileSystem:4.3.0 \ - System.IO.Pipelines:4.6.0 \ - System.IO.Pipelines:5.0.1 \ - System.IO.Pipelines:9.0.14 \ - System.IO.Pipelines:9.0.9 \ - System.IO:4.3.0 \ - System.Linq.Expressions:4.3.0 \ - System.Linq:4.3.0 \ - System.Memory:4.5.5 \ - System.Memory:4.6.0 \ - System.Net.Http:4.3.0 \ - System.Net.NameResolution:4.3.0 \ - System.Net.Primitives:4.3.0 \ - System.Net.Sockets:4.3.0 \ - System.Numerics.Vectors:4.4.0 \ - System.Numerics.Vectors:4.6.0 \ - System.ObjectModel:4.3.0 \ - System.Private.Uri:4.3.0 \ - System.Reflection.Emit.ILGeneration:4.3.0 \ - System.Reflection.Emit.Lightweight:4.3.0 \ - System.Reflection.Emit:4.3.0 \ - System.Reflection.Extensions:4.3.0 \ - System.Reflection.Metadata:8.0.1 \ - System.Reflection.Primitives:4.3.0 \ - System.Reflection.TypeExtensions:4.3.0 \ - System.Reflection:4.3.0 \ - System.Resources.ResourceManager:4.3.0 \ - System.Runtime.CompilerServices.Unsafe:6.0.0 \ - System.Runtime.CompilerServices.Unsafe:6.1.0 \ - System.Runtime.Extensions:4.3.0 \ - System.Runtime.Handles:4.3.0 \ - System.Runtime.InteropServices.RuntimeInformation:4.3.0 \ - System.Runtime.InteropServices:4.3.0 \ - System.Runtime.Numerics:4.3.0 \ - System.Runtime:4.3.0 \ - System.Security.AccessControl:5.0.0 \ - System.Security.Cryptography.Algorithms:4.3.0 \ - System.Security.Cryptography.Algorithms:4.3.1 \ - System.Security.Cryptography.Cng:4.3.0 \ - System.Security.Cryptography.Cng:5.0.0 \ - System.Security.Cryptography.Csp:4.3.0 \ - System.Security.Cryptography.Encoding:4.3.0 \ - System.Security.Cryptography.OpenSsl:4.3.0 \ - System.Security.Cryptography.Primitives:4.3.0 \ - System.Security.Cryptography.ProtectedData:9.0.14 \ - System.Security.Cryptography.X509Certificates:4.3.0 \ - System.Security.Cryptography.Xml:8.0.2 \ - System.Security.Principal.Windows:5.0.0 \ - System.ServiceProcess.ServiceController:9.0.14 \ - System.Text.Encoding.CodePages:9.0.14 \ - System.Text.Encoding.Extensions:4.3.0 \ - System.Text.Encoding:4.3.0 \ - System.Text.Encodings.Web:8.0.0 \ - System.Text.Encodings.Web:9.0.14 \ - System.Text.Json:9.0.14 \ - System.Text.RegularExpressions:4.3.0 \ - System.Threading.Tasks.Extensions:4.3.0 \ - System.Threading.Tasks.Extensions:4.5.4 \ - System.Threading.Tasks.Extensions:4.6.0 \ - System.Threading.Tasks.Parallel:4.3.0 \ - System.Threading.Tasks:4.3.0 \ - System.Threading.Thread:4.3.0 \ - System.Threading.ThreadPool:4.3.0 \ - System.Threading.Timer:4.3.0 \ - System.Threading:4.3.0 \ - System.ValueTuple:4.5.0 \ - System.Xml.ReaderWriter:4.3.0 \ - System.Xml.XDocument:4.3.0 \ - System.Xml.XPath.XDocument:4.3.0 \ - System.Xml.XPath:4.3.0 \ - System.Xml.XmlDocument:4.3.0 \ - runtime.any.System.Collections:4.3.0 \ - runtime.any.System.Diagnostics.Tools:4.3.0 \ - runtime.any.System.Diagnostics.Tracing:4.3.0 \ - runtime.any.System.Globalization.Calendars:4.3.0 \ - runtime.any.System.Globalization:4.3.0 \ - runtime.any.System.IO:4.3.0 \ - runtime.any.System.Reflection.Extensions:4.3.0 \ - runtime.any.System.Reflection.Primitives:4.3.0 \ - runtime.any.System.Reflection:4.3.0 \ - runtime.any.System.Resources.ResourceManager:4.3.0 \ - runtime.any.System.Runtime.Handles:4.3.0 \ - runtime.any.System.Runtime.InteropServices:4.3.0 \ - runtime.any.System.Runtime:4.3.0 \ - runtime.any.System.Text.Encoding.Extensions:4.3.0 \ - runtime.any.System.Text.Encoding:4.3.0 \ - runtime.any.System.Threading.Tasks:4.3.0 \ - runtime.any.System.Threading.Timer:4.3.0 \ - runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl:4.3.0 \ - runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl:4.3.0 \ - runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl:4.3.0 \ - runtime.native.System.IO.Compression:4.3.0 \ - runtime.native.System.Net.Http:4.3.0 \ - runtime.native.System.Security.Cryptography.Apple:4.3.0 \ - runtime.native.System.Security.Cryptography.OpenSsl:4.3.0 \ - runtime.native.System:4.3.0 \ - runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl:4.3.0 \ - runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl:4.3.0 \ - runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple:4.3.0 \ - runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl:4.3.0 \ - runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl:4.3.0 \ - runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl:4.3.0 \ - runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl:4.3.0 \ - runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl:4.3.0 \ - runtime.unix.Microsoft.Win32.Primitives:4.3.0 \ - runtime.unix.System.Console:4.3.0 \ - runtime.unix.System.Diagnostics.Debug:4.3.0 \ - runtime.unix.System.IO.FileSystem:4.3.0 \ - runtime.unix.System.Net.Primitives:4.3.0 \ - runtime.unix.System.Net.Sockets:4.3.0 \ - runtime.unix.System.Private.Uri:4.3.0 \ - runtime.unix.System.Runtime.Extensions:4.3.0 \ - YamlDotNet:16.3.0 +NUGET_NUPKGS= anglesharp.xml:1.0.0 \ + anglesharp:1.0.0 \ + anglesharp:1.5.2 \ + autofac.extensions.dependencyinjection:9.0.0 \ + autofac:8.0.0 \ + bencodenet:4.0.0 \ + commandlineparser:2.9.1 \ + dotnet4.socksproxy:1.4.0.1 \ + flaresolverrsharp:3.0.7 \ + microsoft.aspnetcore.antiforgery:2.3.9 \ + microsoft.aspnetcore.authentication.abstractions:2.3.0 \ + microsoft.aspnetcore.authentication.abstractions:2.3.9 \ + microsoft.aspnetcore.authentication.cookies:2.3.11 \ + microsoft.aspnetcore.authentication.core:2.1.1 \ + microsoft.aspnetcore.authentication.core:2.3.0 \ + microsoft.aspnetcore.authentication.core:2.3.10 \ + microsoft.aspnetcore.authentication:2.3.10 \ + microsoft.aspnetcore.authentication:2.3.11 \ + microsoft.aspnetcore.authorization.policy:2.3.0 \ + microsoft.aspnetcore.authorization:2.3.0 \ + microsoft.aspnetcore.connections.abstractions:2.3.0 \ + microsoft.aspnetcore.cors:2.3.9 \ + microsoft.aspnetcore.cryptography.internal:2.3.9 \ + microsoft.aspnetcore.dataprotection.abstractions:2.3.9 \ + microsoft.aspnetcore.dataprotection:2.3.0 \ + microsoft.aspnetcore.dataprotection:2.3.10 \ + microsoft.aspnetcore.diagnostics.abstractions:2.3.9 \ + microsoft.aspnetcore.diagnostics:2.3.10 \ + microsoft.aspnetcore.hostfiltering:2.3.10 \ + microsoft.aspnetcore.hosting.abstractions:2.1.1 \ + microsoft.aspnetcore.hosting.abstractions:2.3.0 \ + microsoft.aspnetcore.hosting.abstractions:2.3.10 \ + microsoft.aspnetcore.hosting.abstractions:2.3.9 \ + microsoft.aspnetcore.hosting.server.abstractions:2.3.9 \ + microsoft.aspnetcore.hosting:2.3.10 \ + microsoft.aspnetcore.hosting:2.3.9 \ + microsoft.aspnetcore.html.abstractions:2.3.0 \ + microsoft.aspnetcore.html.abstractions:2.3.9 \ + microsoft.aspnetcore.http.abstractions:2.1.1 \ + microsoft.aspnetcore.http.abstractions:2.3.0 \ + microsoft.aspnetcore.http.abstractions:2.3.10 \ + microsoft.aspnetcore.http.abstractions:2.3.9 \ + microsoft.aspnetcore.http.extensions:2.1.1 \ + microsoft.aspnetcore.http.extensions:2.3.0 \ + microsoft.aspnetcore.http.extensions:2.3.10 \ + microsoft.aspnetcore.http.extensions:2.3.9 \ + microsoft.aspnetcore.http.features:2.3.0 \ + microsoft.aspnetcore.http.features:2.3.9 \ + microsoft.aspnetcore.http:2.1.1 \ + microsoft.aspnetcore.http:2.1.22 \ + microsoft.aspnetcore.http:2.3.0 \ + microsoft.aspnetcore.http:2.3.10 \ + microsoft.aspnetcore.http:2.3.11 \ + microsoft.aspnetcore.http:2.3.9 \ + microsoft.aspnetcore.httpoverrides:2.1.1 \ + microsoft.aspnetcore.jsonpatch:2.3.9 \ + microsoft.aspnetcore.jsonpatch:9.0.18 \ + microsoft.aspnetcore.localization:2.3.9 \ + microsoft.aspnetcore.mvc.abstractions:2.3.0 \ + microsoft.aspnetcore.mvc.apiexplorer:2.3.10 \ + microsoft.aspnetcore.mvc.core:2.3.9 \ + microsoft.aspnetcore.mvc.cors:2.3.10 \ + microsoft.aspnetcore.mvc.dataannotations:2.3.10 \ + microsoft.aspnetcore.mvc.dataannotations:2.3.9 \ + microsoft.aspnetcore.mvc.formatters.json:2.3.10 \ + microsoft.aspnetcore.mvc.formatters.json:2.3.9 \ + microsoft.aspnetcore.mvc.localization:2.3.10 \ + microsoft.aspnetcore.mvc.newtonsoftjson:9.0.18 \ + microsoft.aspnetcore.mvc.razor.extensions:2.3.0 \ + microsoft.aspnetcore.mvc.razor:2.3.0 \ + microsoft.aspnetcore.mvc.razorpages:2.3.0 \ + microsoft.aspnetcore.mvc.taghelpers:2.3.10 \ + microsoft.aspnetcore.mvc.viewfeatures:2.3.0 \ + microsoft.aspnetcore.mvc.viewfeatures:2.3.10 \ + microsoft.aspnetcore.mvc:2.3.11 \ + microsoft.aspnetcore.razor.design:2.3.0 \ + microsoft.aspnetcore.razor.language:2.3.0 \ + microsoft.aspnetcore.razor.runtime:2.3.0 \ + microsoft.aspnetcore.razor:2.3.0 \ + microsoft.aspnetcore.responsecaching.abstractions:2.3.0 \ + microsoft.aspnetcore.responsecompression:2.3.11 \ + microsoft.aspnetcore.rewrite:2.3.11 \ + microsoft.aspnetcore.routing.abstractions:2.1.1 \ + microsoft.aspnetcore.routing.abstractions:2.3.0 \ + microsoft.aspnetcore.routing.abstractions:2.3.9 \ + microsoft.aspnetcore.routing:2.3.0 \ + microsoft.aspnetcore.routing:2.3.10 \ + microsoft.aspnetcore.server.iisintegration:2.1.7 \ + microsoft.aspnetcore.server.kestrel.core:2.3.9 \ + microsoft.aspnetcore.server.kestrel.https:2.3.10 \ + microsoft.aspnetcore.server.kestrel.https:2.3.9 \ + microsoft.aspnetcore.server.kestrel.transport.abstractions:2.3.0 \ + microsoft.aspnetcore.server.kestrel.transport.abstractions:2.3.9 \ + microsoft.aspnetcore.server.kestrel.transport.sockets:2.3.10 \ + microsoft.aspnetcore.server.kestrel:2.3.10 \ + microsoft.aspnetcore.staticfiles:2.3.11 \ + microsoft.aspnetcore.webutilities:2.3.0 \ + microsoft.aspnetcore.webutilities:2.3.10 \ + microsoft.aspnetcore.webutilities:2.3.11 \ + microsoft.aspnetcore.webutilities:2.3.9 \ + microsoft.aspnetcore:2.3.11 \ + microsoft.bcl.asyncinterfaces:6.0.0 \ + microsoft.bcl.asyncinterfaces:7.0.0 \ + microsoft.bcl.asyncinterfaces:8.0.0 \ + microsoft.bcl.asyncinterfaces:9.0.18 \ + microsoft.bcl.timeprovider:8.0.0 \ + microsoft.codeanalysis.analyzers:1.1.0 \ + microsoft.codeanalysis.common:2.8.2 \ + microsoft.codeanalysis.csharp:2.8.2 \ + microsoft.codeanalysis.razor:2.3.0 \ + microsoft.csharp:4.5.0 \ + microsoft.csharp:4.7.0 \ + microsoft.diasymreader.native:1.7.0 \ + microsoft.dotnet.platformabstractions:2.1.0 \ + microsoft.extensions.caching.abstractions:8.0.0 \ + microsoft.extensions.caching.memory:8.0.1 \ + microsoft.extensions.configuration.abstractions:2.1.0 \ + microsoft.extensions.configuration.abstractions:8.0.0 \ + microsoft.extensions.configuration.abstractions:9.0.18 \ + microsoft.extensions.configuration.binder:8.0.0 \ + microsoft.extensions.configuration.binder:8.0.2 \ + microsoft.extensions.configuration.commandline:8.0.0 \ + microsoft.extensions.configuration.environmentvariables:8.0.0 \ + microsoft.extensions.configuration.fileextensions:8.0.1 \ + microsoft.extensions.configuration.json:8.0.1 \ + microsoft.extensions.configuration.usersecrets:8.0.1 \ + microsoft.extensions.configuration:8.0.0 \ + microsoft.extensions.configuration:9.0.18 \ + microsoft.extensions.dependencyinjection.abstractions:8.0.0 \ + microsoft.extensions.dependencyinjection.abstractions:8.0.2 \ + microsoft.extensions.dependencyinjection:8.0.0 \ + microsoft.extensions.dependencyinjection:8.0.1 \ + microsoft.extensions.dependencymodel:2.1.0 \ + microsoft.extensions.diagnostics.abstractions:8.0.1 \ + microsoft.extensions.fileproviders.abstractions:8.0.0 \ + microsoft.extensions.fileproviders.composite:8.0.0 \ + microsoft.extensions.fileproviders.physical:8.0.0 \ + microsoft.extensions.filesystemglobbing:8.0.0 \ + microsoft.extensions.hosting.abstractions:8.0.1 \ + microsoft.extensions.localization.abstractions:8.0.11 \ + microsoft.extensions.localization:8.0.11 \ + microsoft.extensions.logging.abstractions:2.1.1 \ + microsoft.extensions.logging.abstractions:8.0.0 \ + microsoft.extensions.logging.abstractions:8.0.2 \ + microsoft.extensions.logging.configuration:8.0.1 \ + microsoft.extensions.logging.console:8.0.1 \ + microsoft.extensions.logging.debug:8.0.1 \ + microsoft.extensions.logging:2.1.0 \ + microsoft.extensions.logging:8.0.0 \ + microsoft.extensions.logging:8.0.1 \ + microsoft.extensions.objectpool:8.0.11 \ + microsoft.extensions.options.configurationextensions:8.0.0 \ + microsoft.extensions.options:2.1.1 \ + microsoft.extensions.options:8.0.0 \ + microsoft.extensions.options:8.0.2 \ + microsoft.extensions.primitives:8.0.0 \ + microsoft.extensions.primitives:9.0.18 \ + microsoft.extensions.webencoders:8.0.11 \ + microsoft.net.http.headers:2.3.0 \ + microsoft.net.http.headers:2.3.10 \ + microsoft.net.http.headers:2.3.8 \ + microsoft.net.http.headers:2.3.9 \ + microsoft.netcore.platforms:1.1.0 \ + microsoft.netcore.platforms:5.0.0 \ + microsoft.netcore.targets:1.1.0 \ + microsoft.netframework.referenceassemblies.net471:1.0.3 \ + microsoft.netframework.referenceassemblies:1.0.3 \ + microsoft.win32.primitives:4.3.0 \ + microsoft.win32.registry:4.5.0 \ + mimemapping:1.0.1.50 \ + mono.posix:7.1.0-final.1.21458.1 \ + mono.unix:7.1.0-final.1.21458.1 \ + netstandard.library:1.6.1 \ + netstandard.library:2.0.3 \ + newtonsoft.json.bson:1.0.2 \ + newtonsoft.json:11.0.2 \ + newtonsoft.json:12.0.1 \ + newtonsoft.json:13.0.1 \ + newtonsoft.json:13.0.2 \ + newtonsoft.json:13.0.3 \ + newtonsoft.json:13.0.4 \ + newtonsoft.json:9.0.1 \ + nlog.extensions.logging:5.5.0 \ + nlog.web.aspnetcore:5.5.0 \ + nlog:5.5.0 \ + nlog:5.5.1 \ + polly.core:8.7.0 \ + polly:8.7.0 \ + runtime.any.system.collections:4.3.0 \ + runtime.any.system.diagnostics.tools:4.3.0 \ + runtime.any.system.diagnostics.tracing:4.3.0 \ + runtime.any.system.globalization.calendars:4.3.0 \ + runtime.any.system.globalization:4.3.0 \ + runtime.any.system.io:4.3.0 \ + runtime.any.system.reflection.extensions:4.3.0 \ + runtime.any.system.reflection.primitives:4.3.0 \ + runtime.any.system.reflection:4.3.0 \ + runtime.any.system.resources.resourcemanager:4.3.0 \ + runtime.any.system.runtime.handles:4.3.0 \ + runtime.any.system.runtime.interopservices:4.3.0 \ + runtime.any.system.runtime:4.3.0 \ + runtime.any.system.text.encoding.extensions:4.3.0 \ + runtime.any.system.text.encoding:4.3.0 \ + runtime.any.system.threading.tasks:4.3.0 \ + runtime.any.system.threading.timer:4.3.0 \ + runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl:4.3.0 \ + runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl:4.3.0 \ + runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl:4.3.0 \ + runtime.native.system.io.compression:4.3.0 \ + runtime.native.system.net.http:4.3.0 \ + runtime.native.system.security.cryptography.apple:4.3.0 \ + runtime.native.system.security.cryptography.openssl:4.3.0 \ + runtime.native.system:4.3.0 \ + runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl:4.3.0 \ + runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl:4.3.0 \ + runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple:4.3.0 \ + runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl:4.3.0 \ + runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl:4.3.0 \ + runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl:4.3.0 \ + runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl:4.3.0 \ + runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl:4.3.0 \ + runtime.unix.microsoft.win32.primitives:4.3.0 \ + runtime.unix.system.console:4.3.0 \ + runtime.unix.system.diagnostics.debug:4.3.0 \ + runtime.unix.system.io.filesystem:4.3.0 \ + runtime.unix.system.net.primitives:4.3.0 \ + runtime.unix.system.net.sockets:4.3.0 \ + runtime.unix.system.private.uri:4.3.0 \ + runtime.unix.system.runtime.extensions:4.3.0 \ + sharpziplib:1.4.2 \ + system.appcontext:4.3.0 \ + system.buffers:4.3.0 \ + system.buffers:4.4.0 \ + system.buffers:4.5.0 \ + system.buffers:4.5.1 \ + system.buffers:4.6.0 \ + system.collections.concurrent:4.3.0 \ + system.collections.immutable:1.3.1 \ + system.collections.immutable:8.0.0 \ + system.collections:4.3.0 \ + system.componentmodel.annotations:4.5.0 \ + system.componentmodel.annotations:5.0.0 \ + system.console:4.3.0 \ + system.diagnostics.debug:4.3.0 \ + system.diagnostics.diagnosticsource:4.3.0 \ + system.diagnostics.diagnosticsource:7.0.2 \ + system.diagnostics.diagnosticsource:8.0.1 \ + system.diagnostics.eventlog:9.0.18 \ + system.diagnostics.fileversioninfo:4.3.0 \ + system.diagnostics.stacktrace:4.3.0 \ + system.diagnostics.tools:4.3.0 \ + system.diagnostics.tracing:4.3.0 \ + system.dynamic.runtime:4.3.0 \ + system.globalization.calendars:4.3.0 \ + system.globalization.extensions:4.3.0 \ + system.globalization:4.3.0 \ + system.io.compression.zipfile:4.3.0 \ + system.io.compression:4.3.0 \ + system.io.filesystem.accesscontrol:5.0.0 \ + system.io.filesystem.primitives:4.3.0 \ + system.io.filesystem:4.3.0 \ + system.io.pipelines:4.5.3 \ + system.io.pipelines:4.6.0 \ + system.io.pipelines:5.0.1 \ + system.io.pipelines:8.0.0 \ + system.io.pipelines:9.0.18 \ + system.io:4.3.0 \ + system.linq.expressions:4.3.0 \ + system.linq:4.3.0 \ + system.memory:4.5.1 \ + system.memory:4.5.2 \ + system.memory:4.5.3 \ + system.memory:4.5.4 \ + system.memory:4.5.5 \ + system.memory:4.6.0 \ + system.net.http:4.3.0 \ + system.net.nameresolution:4.3.0 \ + system.net.primitives:4.3.0 \ + system.net.sockets:4.3.0 \ + system.numerics.vectors:4.4.0 \ + system.numerics.vectors:4.5.0 \ + system.numerics.vectors:4.6.0 \ + system.objectmodel:4.3.0 \ + system.private.uri:4.3.0 \ + system.reflection.emit.ilgeneration:4.3.0 \ + system.reflection.emit.lightweight:4.3.0 \ + system.reflection.emit:4.3.0 \ + system.reflection.extensions:4.3.0 \ + system.reflection.metadata:1.4.2 \ + system.reflection.metadata:8.0.1 \ + system.reflection.primitives:4.3.0 \ + system.reflection.typeextensions:4.3.0 \ + system.reflection:4.3.0 \ + system.resources.resourcemanager:4.3.0 \ + system.runtime.compilerservices.unsafe:4.5.2 \ + system.runtime.compilerservices.unsafe:4.5.3 \ + system.runtime.compilerservices.unsafe:6.0.0 \ + system.runtime.compilerservices.unsafe:6.1.0 \ + system.runtime.extensions:4.3.0 \ + system.runtime.handles:4.3.0 \ + system.runtime.interopservices.runtimeinformation:4.0.0 \ + system.runtime.interopservices.runtimeinformation:4.3.0 \ + system.runtime.interopservices:4.3.0 \ + system.runtime.numerics:4.3.0 \ + system.runtime:4.3.0 \ + system.security.accesscontrol:4.5.0 \ + system.security.accesscontrol:5.0.0 \ + system.security.cryptography.algorithms:4.3.0 \ + system.security.cryptography.algorithms:4.3.1 \ + system.security.cryptography.cng:4.3.0 \ + system.security.cryptography.cng:5.0.0 \ + system.security.cryptography.csp:4.3.0 \ + system.security.cryptography.encoding:4.3.0 \ + system.security.cryptography.openssl:4.3.0 \ + system.security.cryptography.primitives:4.3.0 \ + system.security.cryptography.protecteddata:9.0.18 \ + system.security.cryptography.x509certificates:4.3.0 \ + system.security.cryptography.xml:8.0.3 \ + system.security.principal.windows:4.5.0 \ + system.security.principal.windows:4.5.1 \ + system.security.principal.windows:5.0.0 \ + system.serviceprocess.servicecontroller:9.0.18 \ + system.text.encoding.codepages:4.3.0 \ + system.text.encoding.codepages:8.0.0 \ + system.text.encoding.codepages:9.0.18 \ + system.text.encoding.extensions:4.3.0 \ + system.text.encoding:4.3.0 \ + system.text.encodings.web:4.5.1 \ + system.text.encodings.web:8.0.0 \ + system.text.encodings.web:9.0.18 \ + system.text.json:8.0.5 \ + system.text.json:9.0.18 \ + system.text.regularexpressions:4.3.0 \ + system.threading.tasks.extensions:4.3.0 \ + system.threading.tasks.extensions:4.5.1 \ + system.threading.tasks.extensions:4.5.2 \ + system.threading.tasks.extensions:4.5.4 \ + system.threading.tasks.extensions:4.6.0 \ + system.threading.tasks.parallel:4.3.0 \ + system.threading.tasks:4.3.0 \ + system.threading.thread:4.3.0 \ + system.threading.threadpool:4.3.0 \ + system.threading.timer:4.3.0 \ + system.threading:4.3.0 \ + system.valuetuple:4.3.0 \ + system.valuetuple:4.5.0 \ + system.xml.readerwriter:4.3.0 \ + system.xml.xdocument:4.3.0 \ + system.xml.xmldocument:4.3.0 \ + system.xml.xpath.xdocument:4.3.0 \ + system.xml.xpath:4.3.0 \ + yamldotnet:18.1.0 diff --git a/net-p2p/jackett/distinfo b/net-p2p/jackett/distinfo index 9a0aee081fb5..113a89bbc27f 100644 --- a/net-p2p/jackett/distinfo +++ b/net-p2p/jackett/distinfo @@ -1,547 +1,707 @@ -TIMESTAMP = 1776582322 +TIMESTAMP = 1785925196 SHA256 (nuget/anglesharp.xml.1.0.0.nupkg) = 533c57587eaa1b6044007fd42e8b069149f646182150e82ec954cf625efcb293 SIZE (nuget/anglesharp.xml.1.0.0.nupkg) = 223916 -SHA256 (nuget/anglesharp.1.4.0.nupkg) = c47a683248584a3ede8de3262367bbca079ff38406661b6d3e360e9cb8c84ddd -SIZE (nuget/anglesharp.1.4.0.nupkg) = 2444883 +SHA256 (nuget/anglesharp.1.0.0.nupkg) = d08071e3e760c3dd375ae8df89c65e1e76cf09ac5437b866941e859d150db439 +SIZE (nuget/anglesharp.1.0.0.nupkg) = 2246261 +SHA256 (nuget/anglesharp.1.5.2.nupkg) = f35ac3b67c2f4744835cd3549cf8ab5886bbf36830920465cf515bce6db2c307 +SIZE (nuget/anglesharp.1.5.2.nupkg) = 2454317 SHA256 (nuget/autofac.extensions.dependencyinjection.9.0.0.nupkg) = 844aaf6d3909a9c2384b82e9c5538cc9ce66f8a78dd2744b93b16a40748b45de SIZE (nuget/autofac.extensions.dependencyinjection.9.0.0.nupkg) = 112617 SHA256 (nuget/autofac.8.0.0.nupkg) = ed78435f0f216ad4058d0313228ad0e57adf0c273b115355ca2e9b19b7397e70 SIZE (nuget/autofac.8.0.0.nupkg) = 1143635 SHA256 (nuget/bencodenet.4.0.0.nupkg) = 063969abb95a19baf1a587fa1a9c64945f406a5221edd4d879f53c7034be7f16 SIZE (nuget/bencodenet.4.0.0.nupkg) = 193689 SHA256 (nuget/commandlineparser.2.9.1.nupkg) = 02953dcb5c97eb475a4a33e4dca60305e27b5d9072296f21b1ef4d45919c8dea SIZE (nuget/commandlineparser.2.9.1.nupkg) = 496069 SHA256 (nuget/dotnet4.socksproxy.1.4.0.1.nupkg) = 6beb2a5401eea43f432c57d1a6d8ef3e85bb614faa4f9cb1518180aa6352e2c5 SIZE (nuget/dotnet4.socksproxy.1.4.0.1.nupkg) = 45082 SHA256 (nuget/flaresolverrsharp.3.0.7.nupkg) = ceba2952d3621d5486d142cad35c0e86a8194a55a2f825d9fb848a5a8937dc12 SIZE (nuget/flaresolverrsharp.3.0.7.nupkg) = 24499 -SHA256 (nuget/microsoft.aspnetcore.antiforgery.2.3.0.nupkg) = 198e1581e334242d27c446caa796ff2f399633851cc8ca12f8dc7c7112a01ef8 -SIZE (nuget/microsoft.aspnetcore.antiforgery.2.3.0.nupkg) = 58778 +SHA256 (nuget/microsoft.aspnetcore.antiforgery.2.3.9.nupkg) = 125212f3b49322172c9be2e75d79f9f2a847c8217b260b2243d00d0de1ebed92 +SIZE (nuget/microsoft.aspnetcore.antiforgery.2.3.9.nupkg) = 58918 SHA256 (nuget/microsoft.aspnetcore.authentication.abstractions.2.3.0.nupkg) = 53031586e1374c110eec6d1026b821858ae0918c36a7d591f3bc87435b72d912 SIZE (nuget/microsoft.aspnetcore.authentication.abstractions.2.3.0.nupkg) = 48509 -SHA256 (nuget/microsoft.aspnetcore.authentication.cookies.2.3.9.nupkg) = 2f00378b1a18ddfc6da2066004adf4446f21ce91a5685fa2dba6657812ffc4f6 -SIZE (nuget/microsoft.aspnetcore.authentication.cookies.2.3.9.nupkg) = 57191 +SHA256 (nuget/microsoft.aspnetcore.authentication.abstractions.2.3.9.nupkg) = d234592c76b6447e555c1aecb95606d233e370e32156b3e6501ab4add91508ee +SIZE (nuget/microsoft.aspnetcore.authentication.abstractions.2.3.9.nupkg) = 48628 +SHA256 (nuget/microsoft.aspnetcore.authentication.cookies.2.3.11.nupkg) = 9377b81e74cdb4bf50630511e8028477a370ff6200b43750b2ad83ca003ce6dc +SIZE (nuget/microsoft.aspnetcore.authentication.cookies.2.3.11.nupkg) = 57138 +SHA256 (nuget/microsoft.aspnetcore.authentication.core.2.1.1.nupkg) = 242259c4a7881dda51d4d462c3869b9ec81593595dc31a373caaca98c14bbc17 +SIZE (nuget/microsoft.aspnetcore.authentication.core.2.1.1.nupkg) = 40077 SHA256 (nuget/microsoft.aspnetcore.authentication.core.2.3.0.nupkg) = 73a2f0a897aa2af419e474c3419f072b6dd209c60d4d66809e0b746ea8445be8 SIZE (nuget/microsoft.aspnetcore.authentication.core.2.3.0.nupkg) = 48042 -SHA256 (nuget/microsoft.aspnetcore.authentication.2.3.9.nupkg) = 57d8cee8d8daba91c9542f56dcf7831dc2557f4ab58e25f721997619445561cb -SIZE (nuget/microsoft.aspnetcore.authentication.2.3.9.nupkg) = 63515 +SHA256 (nuget/microsoft.aspnetcore.authentication.core.2.3.10.nupkg) = a714fdab8ff75e775ebe5cb6ed53d5adba583e6caa0c2a048f98ffe72f491a69 +SIZE (nuget/microsoft.aspnetcore.authentication.core.2.3.10.nupkg) = 48175 +SHA256 (nuget/microsoft.aspnetcore.authentication.2.3.10.nupkg) = 0dcf85693479662b786141e3608784c405df6d1306e092337f277a9f624e345b +SIZE (nuget/microsoft.aspnetcore.authentication.2.3.10.nupkg) = 63511 +SHA256 (nuget/microsoft.aspnetcore.authentication.2.3.11.nupkg) = f50c493c8e15c6565118e077b271f9d097a6511afcaf66b33a6d7e3faa862988 +SIZE (nuget/microsoft.aspnetcore.authentication.2.3.11.nupkg) = 63484 SHA256 (nuget/microsoft.aspnetcore.authorization.policy.2.3.0.nupkg) = 9cc57862debcd74a572134f1332b0f2297de9eefb702763b8ead8b90fae4574d SIZE (nuget/microsoft.aspnetcore.authorization.policy.2.3.0.nupkg) = 41965 SHA256 (nuget/microsoft.aspnetcore.authorization.2.3.0.nupkg) = 51bc7378e221efa78238c802f00f762b07e0380963c93d24f049fe9783d90ed0 SIZE (nuget/microsoft.aspnetcore.authorization.2.3.0.nupkg) = 54353 SHA256 (nuget/microsoft.aspnetcore.connections.abstractions.2.3.0.nupkg) = aaf03d2c3afcbce2da111a3189afca4675667f6ab5e67ece1ca36c058eadeb1c SIZE (nuget/microsoft.aspnetcore.connections.abstractions.2.3.0.nupkg) = 47443 -SHA256 (nuget/microsoft.aspnetcore.cors.2.3.0.nupkg) = 27646d7e2815804d44af99440c47cc3178077bb7028d418a596b4d24bdec085e -SIZE (nuget/microsoft.aspnetcore.cors.2.3.0.nupkg) = 51001 -SHA256 (nuget/microsoft.aspnetcore.cryptography.internal.2.3.0.nupkg) = 7fba6a4cb215df74e3bf18cc62ccba2caef966bd6571f42dd284cff6339bde49 -SIZE (nuget/microsoft.aspnetcore.cryptography.internal.2.3.0.nupkg) = 50762 -SHA256 (nuget/microsoft.aspnetcore.dataprotection.abstractions.2.3.0.nupkg) = 8129a5feaae5a84c80d5733ae61598240ea84d493d7d3e70a9ee1c01b4810dde -SIZE (nuget/microsoft.aspnetcore.dataprotection.abstractions.2.3.0.nupkg) = 44525 +SHA256 (nuget/microsoft.aspnetcore.cors.2.3.9.nupkg) = 5c161d5bb100d58e25c1a0f6b5703b9bfbc163b7981c7cb8b28f035294b23054 +SIZE (nuget/microsoft.aspnetcore.cors.2.3.9.nupkg) = 51134 +SHA256 (nuget/microsoft.aspnetcore.cryptography.internal.2.3.9.nupkg) = 5f4838efea402d4f6e0ea943ce735ad6e166e69267505a9c7aa411ba2918f9d4 +SIZE (nuget/microsoft.aspnetcore.cryptography.internal.2.3.9.nupkg) = 50898 +SHA256 (nuget/microsoft.aspnetcore.dataprotection.abstractions.2.3.9.nupkg) = a985561b5350227fa7ababf3d1722568e61bc745635777b70413e6cb2bc49775 +SIZE (nuget/microsoft.aspnetcore.dataprotection.abstractions.2.3.9.nupkg) = 44653 SHA256 (nuget/microsoft.aspnetcore.dataprotection.2.3.0.nupkg) = 29c6b4c687ca19a57dafff927c7bf699a15c5ae3138f93ba028b7f603a51e83c SIZE (nuget/microsoft.aspnetcore.dataprotection.2.3.0.nupkg) = 111370 -SHA256 (nuget/microsoft.aspnetcore.diagnostics.abstractions.2.3.0.nupkg) = 75853eee883326244dcc5a91001f1c3f539cd756e9f3e50cf24bad74ff135eb9 -SIZE (nuget/microsoft.aspnetcore.diagnostics.abstractions.2.3.0.nupkg) = 39885 -SHA256 (nuget/microsoft.aspnetcore.diagnostics.2.3.0.nupkg) = f17f3cd27a59b2099882b0441232ac45a50291cd5b43735f1bdbcea795201a72 -SIZE (nuget/microsoft.aspnetcore.diagnostics.2.3.0.nupkg) = 123734 -SHA256 (nuget/microsoft.aspnetcore.hostfiltering.2.3.0.nupkg) = 58bb1a9e7e48a79ff23d126c99c4273066a67959afdc0cde347e7550e5c3d026 -SIZE (nuget/microsoft.aspnetcore.hostfiltering.2.3.0.nupkg) = 42317 +SHA256 (nuget/microsoft.aspnetcore.dataprotection.2.3.10.nupkg) = 856b919916e356e239e48cdca84010fe14b6cefdabad5e306e34cfb5fe14ecf6 +SIZE (nuget/microsoft.aspnetcore.dataprotection.2.3.10.nupkg) = 111527 +SHA256 (nuget/microsoft.aspnetcore.diagnostics.abstractions.2.3.9.nupkg) = 8a247f40c579f0ae87500f58cce972e11e893c9b60ff99a882ff5bfd90dcdeb7 +SIZE (nuget/microsoft.aspnetcore.diagnostics.abstractions.2.3.9.nupkg) = 40009 +SHA256 (nuget/microsoft.aspnetcore.diagnostics.2.3.10.nupkg) = e6f0abc5ba029d59edbd3097e1605226f20fe749510e269dba751fb0f1eff6c8 +SIZE (nuget/microsoft.aspnetcore.diagnostics.2.3.10.nupkg) = 123864 +SHA256 (nuget/microsoft.aspnetcore.hostfiltering.2.3.10.nupkg) = d2b6d7f3a6f3cdd90a7f5bbc509c565504c591e0be143b30c7c53bb4ee8c533e +SIZE (nuget/microsoft.aspnetcore.hostfiltering.2.3.10.nupkg) = 42459 +SHA256 (nuget/microsoft.aspnetcore.hosting.abstractions.2.1.1.nupkg) = b5967829ad07d1325bfa6e67b4eed837bb6572b0f3e61261bd7d6c879565d4f2 +SIZE (nuget/microsoft.aspnetcore.hosting.abstractions.2.1.1.nupkg) = 39859 SHA256 (nuget/microsoft.aspnetcore.hosting.abstractions.2.3.0.nupkg) = 82d89131003990ed5b88855a04b8d2ab4fe3555a6223c5b34b5dfacff131d73b SIZE (nuget/microsoft.aspnetcore.hosting.abstractions.2.3.0.nupkg) = 44211 -SHA256 (nuget/microsoft.aspnetcore.hosting.server.abstractions.2.3.0.nupkg) = 96d299d362f7717bb6742c7524612dd57f20420c130019f8e50901b11118c5ac -SIZE (nuget/microsoft.aspnetcore.hosting.server.abstractions.2.3.0.nupkg) = 38882 -SHA256 (nuget/microsoft.aspnetcore.hosting.2.3.0.nupkg) = 159ebad4e3d94ed422cae5f75745a2d2b261a11463a2217d5f66e854b96dafa9 -SIZE (nuget/microsoft.aspnetcore.hosting.2.3.0.nupkg) = 86118 +SHA256 (nuget/microsoft.aspnetcore.hosting.abstractions.2.3.10.nupkg) = 631bb31b150742ef6618af55d61dc262ba216d1bec7f3d9bd8189d75d82b9595 +SIZE (nuget/microsoft.aspnetcore.hosting.abstractions.2.3.10.nupkg) = 44352 +SHA256 (nuget/microsoft.aspnetcore.hosting.abstractions.2.3.9.nupkg) = 037897ad4f1932da1bd1f5acc9ce6ee627b9a8c4f6df746c35a670ddcad0b7bc +SIZE (nuget/microsoft.aspnetcore.hosting.abstractions.2.3.9.nupkg) = 44344 +SHA256 (nuget/microsoft.aspnetcore.hosting.server.abstractions.2.3.9.nupkg) = dd31a23ba3b92cf303c2680ce080f0ec4646feea3b1374db65eaa29962f15b71 +SIZE (nuget/microsoft.aspnetcore.hosting.server.abstractions.2.3.9.nupkg) = 38998 +SHA256 (nuget/microsoft.aspnetcore.hosting.2.3.10.nupkg) = 9a43b123d4884d0df1fc050d043c212a18b00c5fbff9866e9888387bda57c520 +SIZE (nuget/microsoft.aspnetcore.hosting.2.3.10.nupkg) = 86266 +SHA256 (nuget/microsoft.aspnetcore.hosting.2.3.9.nupkg) = 02076f6a43004301f188133565776b703402c38009834a7e830a2fa51975f442 +SIZE (nuget/microsoft.aspnetcore.hosting.2.3.9.nupkg) = 86231 SHA256 (nuget/microsoft.aspnetcore.html.abstractions.2.3.0.nupkg) = 6812da8c7065126c1afea8d85e354f7dcfcf1835c034790efe04b1ca269f1870 SIZE (nuget/microsoft.aspnetcore.html.abstractions.2.3.0.nupkg) = 42298 +SHA256 (nuget/microsoft.aspnetcore.html.abstractions.2.3.9.nupkg) = 8f7b4d873257d8ff7adb9b7d2ade79b51aad0042bb1df5075b980bf73e5b83c1 +SIZE (nuget/microsoft.aspnetcore.html.abstractions.2.3.9.nupkg) = 42423 +SHA256 (nuget/microsoft.aspnetcore.http.abstractions.2.1.1.nupkg) = dacf156fad8239706f26b276c90763cedf86f654b77c67f3cee04bb7267c5a0a +SIZE (nuget/microsoft.aspnetcore.http.abstractions.2.1.1.nupkg) = 70536 SHA256 (nuget/microsoft.aspnetcore.http.abstractions.2.3.0.nupkg) = 36b005ce4e4873199e464dd9bbeacb72ad3e28a88061fca025b01d22dd99a5f9 SIZE (nuget/microsoft.aspnetcore.http.abstractions.2.3.0.nupkg) = 74760 +SHA256 (nuget/microsoft.aspnetcore.http.abstractions.2.3.10.nupkg) = 4e5810ba0d093d1e6fb05b315346eda5ae126cb48b2ca6764fc8b3c99a6466d3 +SIZE (nuget/microsoft.aspnetcore.http.abstractions.2.3.10.nupkg) = 74904 +SHA256 (nuget/microsoft.aspnetcore.http.abstractions.2.3.9.nupkg) = 92bf6e3b96e23946c184e7c44970e915b69513b699f6f9fb405574dd4501ac42 +SIZE (nuget/microsoft.aspnetcore.http.abstractions.2.3.9.nupkg) = 74882 +SHA256 (nuget/microsoft.aspnetcore.http.extensions.2.1.1.nupkg) = 3b19f9f32687dee3b54386cdf62c17c07e0a6730bc7c5178667289401ffacb06 +SIZE (nuget/microsoft.aspnetcore.http.extensions.2.1.1.nupkg) = 46169 SHA256 (nuget/microsoft.aspnetcore.http.extensions.2.3.0.nupkg) = b0e5700b9c0ae70f3947e1db6240657cfa66927c80122837834b959d3486c212 SIZE (nuget/microsoft.aspnetcore.http.extensions.2.3.0.nupkg) = 50850 +SHA256 (nuget/microsoft.aspnetcore.http.extensions.2.3.10.nupkg) = 9fc4d77ef84aaf313636bea28cbe0a45e4c1dc2574e28158e9d15ed548f80079 +SIZE (nuget/microsoft.aspnetcore.http.extensions.2.3.10.nupkg) = 50999 +SHA256 (nuget/microsoft.aspnetcore.http.extensions.2.3.9.nupkg) = d75ee704a3c84e9110ad863e9c4ea368ec7447d424918a5a902abc267a1380df +SIZE (nuget/microsoft.aspnetcore.http.extensions.2.3.9.nupkg) = 50984 SHA256 (nuget/microsoft.aspnetcore.http.features.2.3.0.nupkg) = 4243454b749c0cbcadd17a690134a881b175ada49024dfb04ad72702c4a8509c SIZE (nuget/microsoft.aspnetcore.http.features.2.3.0.nupkg) = 51704 +SHA256 (nuget/microsoft.aspnetcore.http.features.2.3.9.nupkg) = f5524a67969d04a46b569f9745611089aceff50ea38fb9e84ff5faf777635604 +SIZE (nuget/microsoft.aspnetcore.http.features.2.3.9.nupkg) = 51838 +SHA256 (nuget/microsoft.aspnetcore.http.2.1.1.nupkg) = 4a08fcb7f272cc38c44a4ab17015d8eaa24abb297dd490d23cbc5944e3d76911 +SIZE (nuget/microsoft.aspnetcore.http.2.1.1.nupkg) = 66507 +SHA256 (nuget/microsoft.aspnetcore.http.2.1.22.nupkg) = afabc1773a05d291ce719cd5c1f09d8be5bf6605414df2715a80278b862c1626 +SIZE (nuget/microsoft.aspnetcore.http.2.1.22.nupkg) = 63237 +SHA256 (nuget/microsoft.aspnetcore.http.2.3.0.nupkg) = b9b3c6bc5c0c8d76f2758d60ce8fe6df5a56ab9fd2b12fed191b4ea2d1c57c15 +SIZE (nuget/microsoft.aspnetcore.http.2.3.0.nupkg) = 71179 +SHA256 (nuget/microsoft.aspnetcore.http.2.3.10.nupkg) = 24fc01380e5e5d82f2bb73489bee19d8fae749bfb9892094c3e56632d6f82521 +SIZE (nuget/microsoft.aspnetcore.http.2.3.10.nupkg) = 71322 +SHA256 (nuget/microsoft.aspnetcore.http.2.3.11.nupkg) = 5b2f87a61b2b907eabf658cf7d0fa4d5b80bfe7b14291e40f62089ec33f7ddde +SIZE (nuget/microsoft.aspnetcore.http.2.3.11.nupkg) = 71264 SHA256 (nuget/microsoft.aspnetcore.http.2.3.9.nupkg) = 5ee387f4ceaa77a5c5cf5e539d636734255de7aec1e4109bd307e5d17a33e60e SIZE (nuget/microsoft.aspnetcore.http.2.3.9.nupkg) = 71290 SHA256 (nuget/microsoft.aspnetcore.httpoverrides.2.1.1.nupkg) = 5a6728c2d6a40b19c71f8e2d8357c4297164408db325f0f0858a0910564eb43e SIZE (nuget/microsoft.aspnetcore.httpoverrides.2.1.1.nupkg) = 38660 -SHA256 (nuget/microsoft.aspnetcore.jsonpatch.2.3.0.nupkg) = 77a507078b166bb7334c80b8187c1d4213abbd5d89a473e6a139631b1c757677 -SIZE (nuget/microsoft.aspnetcore.jsonpatch.2.3.0.nupkg) = 56781 -SHA256 (nuget/microsoft.aspnetcore.jsonpatch.9.0.14.nupkg) = 5fbfdf1dac5749b64283910a14b7d7ead8c3b4e5e98223cd8ab17f89f688cb51 -SIZE (nuget/microsoft.aspnetcore.jsonpatch.9.0.14.nupkg) = 142538 -SHA256 (nuget/microsoft.aspnetcore.localization.2.3.0.nupkg) = e66c42a1361af0ab26ad332f2f17199e325df86dd0c6b53202b2dad618eb38a8 -SIZE (nuget/microsoft.aspnetcore.localization.2.3.0.nupkg) = 48328 +SHA256 (nuget/microsoft.aspnetcore.jsonpatch.2.3.9.nupkg) = d3356b960a31352e05766b22704712cadf09fe5193e411e4b8fd4a518d11d710 +SIZE (nuget/microsoft.aspnetcore.jsonpatch.2.3.9.nupkg) = 56909 +SHA256 (nuget/microsoft.aspnetcore.jsonpatch.9.0.18.nupkg) = b4a68aeb80671688ff2760cce2a4af3bfcd0e5a94f2c46ac9baa6bdfe4e9dc23 +SIZE (nuget/microsoft.aspnetcore.jsonpatch.9.0.18.nupkg) = 141544 +SHA256 (nuget/microsoft.aspnetcore.localization.2.3.9.nupkg) = 2e7cc87e34ed8fad2f5abdad6d4e07d2a03297f28e450ef7d0f9c66ff4ed8e06 +SIZE (nuget/microsoft.aspnetcore.localization.2.3.9.nupkg) = 48437 SHA256 (nuget/microsoft.aspnetcore.mvc.abstractions.2.3.0.nupkg) = 9f1b80fbb762f224f8142bb5d1e8a355182b6b0ed0610ae140f541c3de327583 SIZE (nuget/microsoft.aspnetcore.mvc.abstractions.2.3.0.nupkg) = 104205 -SHA256 (nuget/microsoft.aspnetcore.mvc.apiexplorer.2.3.0.nupkg) = 42152487b5d8612a4324cfd6f08dc78b2c73067ab5887339df1dbc767315e253 -SIZE (nuget/microsoft.aspnetcore.mvc.apiexplorer.2.3.0.nupkg) = 53079 -SHA256 (nuget/microsoft.aspnetcore.mvc.core.2.3.0.nupkg) = f067d40e77f82eafd96e8dc5086c2953caa3cb6dfcebae8d2dcb76731feb15dd -SIZE (nuget/microsoft.aspnetcore.mvc.core.2.3.0.nupkg) = 318229 -SHA256 (nuget/microsoft.aspnetcore.mvc.cors.2.3.0.nupkg) = b3e0ee9e2fac4acdf41ad6a35be20d55f6c95c5c3385ace7b7dcac71be00dc3a -SIZE (nuget/microsoft.aspnetcore.mvc.cors.2.3.0.nupkg) = 44043 -SHA256 (nuget/microsoft.aspnetcore.mvc.dataannotations.2.3.0.nupkg) = 69a9af3ab7ea8865b1297ede065dfe40158262c55d77a440fd0d2341bf927e92 -SIZE (nuget/microsoft.aspnetcore.mvc.dataannotations.2.3.0.nupkg) = 55446 -SHA256 (nuget/microsoft.aspnetcore.mvc.formatters.json.2.3.0.nupkg) = 9083925a2b52ae4f9ff4efd9b910b21d3abb73e71899710556ce9252c58403fb -SIZE (nuget/microsoft.aspnetcore.mvc.formatters.json.2.3.0.nupkg) = 53459 -SHA256 (nuget/microsoft.aspnetcore.mvc.localization.2.3.0.nupkg) = 9ad5fe66c3b4e4aba11c297b6daf5604fcf129b38183279c6114d6f21638ed4b -SIZE (nuget/microsoft.aspnetcore.mvc.localization.2.3.0.nupkg) = 48688 -SHA256 (nuget/microsoft.aspnetcore.mvc.newtonsoftjson.9.0.14.nupkg) = 90d35fe919d59bb4a04f47840523c31379d7470c4bdea6259fa806cc8b332937 -SIZE (nuget/microsoft.aspnetcore.mvc.newtonsoftjson.9.0.14.nupkg) = 80027 +SHA256 (nuget/microsoft.aspnetcore.mvc.apiexplorer.2.3.10.nupkg) = bd80d7654d71c0c933578774e16a7961677ae86b80749bd081a341bbd61cdca4 +SIZE (nuget/microsoft.aspnetcore.mvc.apiexplorer.2.3.10.nupkg) = 53204 +SHA256 (nuget/microsoft.aspnetcore.mvc.core.2.3.9.nupkg) = d4076b902ec8e397a189e9d5dfdd2798bda622c9e3ca88428a606f7b20419093 +SIZE (nuget/microsoft.aspnetcore.mvc.core.2.3.9.nupkg) = 318368 +SHA256 (nuget/microsoft.aspnetcore.mvc.cors.2.3.10.nupkg) = 549c216cbd4ecdad20a47be1bf3a84df41386b535efb12b6794f16122e8fbb24 +SIZE (nuget/microsoft.aspnetcore.mvc.cors.2.3.10.nupkg) = 44179 +SHA256 (nuget/microsoft.aspnetcore.mvc.dataannotations.2.3.10.nupkg) = f89cb6f11ed44a2768f88879e280c4fb2430002f3c8b8e9f3e69d70f233ac9db +SIZE (nuget/microsoft.aspnetcore.mvc.dataannotations.2.3.10.nupkg) = 55590 +SHA256 (nuget/microsoft.aspnetcore.mvc.dataannotations.2.3.9.nupkg) = 9ce8b54e46ab5f2ad166a302955103a1eafcb7a473aa53478390c7b6ef28124a +SIZE (nuget/microsoft.aspnetcore.mvc.dataannotations.2.3.9.nupkg) = 55586 +SHA256 (nuget/microsoft.aspnetcore.mvc.formatters.json.2.3.10.nupkg) = 71806b8c358397a81ce9cb6f1720046da994b21628d11bc5a3ca975638a1320b +SIZE (nuget/microsoft.aspnetcore.mvc.formatters.json.2.3.10.nupkg) = 53605 +SHA256 (nuget/microsoft.aspnetcore.mvc.formatters.json.2.3.9.nupkg) = 21fe65d76534085a85ed0c2bc3e7649daa111f9a3a42e8fc80edafe1906018ff +SIZE (nuget/microsoft.aspnetcore.mvc.formatters.json.2.3.9.nupkg) = 53577 +SHA256 (nuget/microsoft.aspnetcore.mvc.localization.2.3.10.nupkg) = 346ec43524e131da880357cac6bbb8cfa85601f17b4e6b8cfac5e2883b30bc34 +SIZE (nuget/microsoft.aspnetcore.mvc.localization.2.3.10.nupkg) = 48820 +SHA256 (nuget/microsoft.aspnetcore.mvc.newtonsoftjson.9.0.18.nupkg) = 8db3819b94fc6650618a9b3de8c23bbbb2412e1353fdd5f97878d443a730f9d2 +SIZE (nuget/microsoft.aspnetcore.mvc.newtonsoftjson.9.0.18.nupkg) = 79676 SHA256 (nuget/microsoft.aspnetcore.mvc.razor.extensions.2.3.0.nupkg) = ee371a0b9cb725c57708c76f848c046107b268fc2c2b266219d202233a0c7a1c SIZE (nuget/microsoft.aspnetcore.mvc.razor.extensions.2.3.0.nupkg) = 104833 SHA256 (nuget/microsoft.aspnetcore.mvc.razor.2.3.0.nupkg) = 562c8d5ad58ce8e89a534cc3737eb6b956fd25004a2e0e9bc6d7bceaec8a61b8 SIZE (nuget/microsoft.aspnetcore.mvc.razor.2.3.0.nupkg) = 108087 SHA256 (nuget/microsoft.aspnetcore.mvc.razorpages.2.3.0.nupkg) = 90cdac951992da94e60b678785c686472184695b5afc3881a0f360163dd20f42 SIZE (nuget/microsoft.aspnetcore.mvc.razorpages.2.3.0.nupkg) = 120385 -SHA256 (nuget/microsoft.aspnetcore.mvc.taghelpers.2.3.0.nupkg) = 4bdd83bcffce6c6cdd861e8920a826d99b65a575db627b415eea001843406fd9 -SIZE (nuget/microsoft.aspnetcore.mvc.taghelpers.2.3.0.nupkg) = 93174 +SHA256 (nuget/microsoft.aspnetcore.mvc.taghelpers.2.3.10.nupkg) = f6e8c172c1a459484e59b2ef95be97eca390e700560866dcc18cb6d6e253e7dc +SIZE (nuget/microsoft.aspnetcore.mvc.taghelpers.2.3.10.nupkg) = 93325 SHA256 (nuget/microsoft.aspnetcore.mvc.viewfeatures.2.3.0.nupkg) = 9a1d8e6fab5237bcd1b2994c8c00e5776bc7274f43c3b33aa547a41ee21f94c4 SIZE (nuget/microsoft.aspnetcore.mvc.viewfeatures.2.3.0.nupkg) = 198434 -SHA256 (nuget/microsoft.aspnetcore.mvc.2.3.9.nupkg) = 95598ded99d9ff0aca17af6bb12470d2c76192f23e01ce13c00dbb1a499c2d52 -SIZE (nuget/microsoft.aspnetcore.mvc.2.3.9.nupkg) = 40683 +SHA256 (nuget/microsoft.aspnetcore.mvc.viewfeatures.2.3.10.nupkg) = c136fb9e10ea30aac66d591a62d43170b0ac9b1f49ccd0e519f1f3c620940343 +SIZE (nuget/microsoft.aspnetcore.mvc.viewfeatures.2.3.10.nupkg) = 198582 +SHA256 (nuget/microsoft.aspnetcore.mvc.2.3.11.nupkg) = b52d1b0482705d43f2a7d46e022120ed333f3ed384c1912c2fe2c09f0e8d6f30 +SIZE (nuget/microsoft.aspnetcore.mvc.2.3.11.nupkg) = 40639 SHA256 (nuget/microsoft.aspnetcore.razor.design.2.3.0.nupkg) = f4994077f326114df45fb76ef1ffb3e48026b60c9dc35e6ef904ed9a26dd4bb7 SIZE (nuget/microsoft.aspnetcore.razor.design.2.3.0.nupkg) = 4395179 SHA256 (nuget/microsoft.aspnetcore.razor.language.2.3.0.nupkg) = dcc6e0d8283c20eaecfc2409aaa187bc13ddd72a755df40a38a26390f32031e4 SIZE (nuget/microsoft.aspnetcore.razor.language.2.3.0.nupkg) = 381502 SHA256 (nuget/microsoft.aspnetcore.razor.runtime.2.3.0.nupkg) = bb490386b64e1d0df6706828184eea5d78412e1ed1da7c79782ea135cdc992da SIZE (nuget/microsoft.aspnetcore.razor.runtime.2.3.0.nupkg) = 45912 SHA256 (nuget/microsoft.aspnetcore.razor.2.3.0.nupkg) = a81ac3d8df220783e5a9312a9d9305ac0dbccf51531f6f08835ff9ea7f385e24 SIZE (nuget/microsoft.aspnetcore.razor.2.3.0.nupkg) = 46338 SHA256 (nuget/microsoft.aspnetcore.responsecaching.abstractions.2.3.0.nupkg) = 53d5370fc755bf97c816ed53e075ab80970df1700deb17188e0e17a9597f9f73 SIZE (nuget/microsoft.aspnetcore.responsecaching.abstractions.2.3.0.nupkg) = 38132 -SHA256 (nuget/microsoft.aspnetcore.responsecompression.2.3.9.nupkg) = fd475adad3670c84ed6ba8f1b77be924aeafa01d99966fcc146d6e3a2bbacd82 -SIZE (nuget/microsoft.aspnetcore.responsecompression.2.3.9.nupkg) = 67925 -SHA256 (nuget/microsoft.aspnetcore.rewrite.2.3.9.nupkg) = 0501b72bc6ff1f1774a40220f572dd9d3f999cf04f0222c7412d5c8fb3bdb35e -SIZE (nuget/microsoft.aspnetcore.rewrite.2.3.9.nupkg) = 70956 +SHA256 (nuget/microsoft.aspnetcore.responsecompression.2.3.11.nupkg) = d52d6262424074ec38559619de41fd57cbe69ef6d90c1b93fab74d3f7abd5d05 +SIZE (nuget/microsoft.aspnetcore.responsecompression.2.3.11.nupkg) = 67859 +SHA256 (nuget/microsoft.aspnetcore.rewrite.2.3.11.nupkg) = 1a5a77e1919955edbf19d840b779a6db4036452f7d667419d194b6a0d67ebc0d +SIZE (nuget/microsoft.aspnetcore.rewrite.2.3.11.nupkg) = 70938 +SHA256 (nuget/microsoft.aspnetcore.routing.abstractions.2.1.1.nupkg) = f1a51ddb341d54f4cbd7cb918906b1b333573fc4ba6b8083dfa49331b517bd11 +SIZE (nuget/microsoft.aspnetcore.routing.abstractions.2.1.1.nupkg) = 47623 SHA256 (nuget/microsoft.aspnetcore.routing.abstractions.2.3.0.nupkg) = a523e9c0053fcc489d9817118d2bb3ef57ece4220145617cca9fee8ec2015e89 SIZE (nuget/microsoft.aspnetcore.routing.abstractions.2.3.0.nupkg) = 51947 +SHA256 (nuget/microsoft.aspnetcore.routing.abstractions.2.3.9.nupkg) = b8a8717b4f3d63a3793f0437c96ea06e616b4ce0080c50a69409493adf01ea6e +SIZE (nuget/microsoft.aspnetcore.routing.abstractions.2.3.9.nupkg) = 52072 SHA256 (nuget/microsoft.aspnetcore.routing.2.3.0.nupkg) = 6d7ad8795808fac9b67b978e0b03a4756c827f96fb750f24bfea4945a78b8872 SIZE (nuget/microsoft.aspnetcore.routing.2.3.0.nupkg) = 86979 +SHA256 (nuget/microsoft.aspnetcore.routing.2.3.10.nupkg) = 5029c54e90fe5539897960c198ab7f1102ebfc83628161f5cb5865643224b2b0 +SIZE (nuget/microsoft.aspnetcore.routing.2.3.10.nupkg) = 87139 SHA256 (nuget/microsoft.aspnetcore.server.iisintegration.2.1.7.nupkg) = 1f7452ea3838d244950a33056da80da52320fdba19f9c956ef18a300fae734ee SIZE (nuget/microsoft.aspnetcore.server.iisintegration.2.1.7.nupkg) = 65111 -SHA256 (nuget/microsoft.aspnetcore.server.kestrel.core.2.3.0.nupkg) = 337a788e44fb204a2ca010cdf4b3075d171082fe373d96e8cc84fce7be3ce6f3 -SIZE (nuget/microsoft.aspnetcore.server.kestrel.core.2.3.0.nupkg) = 201930 -SHA256 (nuget/microsoft.aspnetcore.server.kestrel.https.2.3.0.nupkg) = 2f14e10e1809c909ff93b8805e2ba154a96b95f3587ee20daec3693fbcd92b69 -SIZE (nuget/microsoft.aspnetcore.server.kestrel.https.2.3.0.nupkg) = 37903 +SHA256 (nuget/microsoft.aspnetcore.server.kestrel.core.2.3.9.nupkg) = 640df702e2716aeece51c79f1865dbeec2af8380fc05cdf44322d41df848cd5c +SIZE (nuget/microsoft.aspnetcore.server.kestrel.core.2.3.9.nupkg) = 202723 +SHA256 (nuget/microsoft.aspnetcore.server.kestrel.https.2.3.10.nupkg) = 19c2d75ace62b418d162450789ab7dc571a5bfc3f8fc3b24483fa64d815e4327 +SIZE (nuget/microsoft.aspnetcore.server.kestrel.https.2.3.10.nupkg) = 38027 +SHA256 (nuget/microsoft.aspnetcore.server.kestrel.https.2.3.9.nupkg) = af3e9ec9f437e57cd4a755e60ca58f7ce7b1870860c4c59c93c73d8d09906a5d +SIZE (nuget/microsoft.aspnetcore.server.kestrel.https.2.3.9.nupkg) = 38035 SHA256 (nuget/microsoft.aspnetcore.server.kestrel.transport.abstractions.2.3.0.nupkg) = b11c7e695d4c8e034813bd54b4602c4a138cea11d0e02fb288cf2f64c66b78b6 SIZE (nuget/microsoft.aspnetcore.server.kestrel.transport.abstractions.2.3.0.nupkg) = 47589 -SHA256 (nuget/microsoft.aspnetcore.server.kestrel.transport.sockets.2.3.0.nupkg) = 31bf9ace7a6e88e980b2d3669a056bd6399ae579c5d11ef531ae5d31edf43fa9 -SIZE (nuget/microsoft.aspnetcore.server.kestrel.transport.sockets.2.3.0.nupkg) = 50960 -SHA256 (nuget/microsoft.aspnetcore.server.kestrel.2.3.0.nupkg) = 34ce736b8cf353bb35bac22d32622c03ec6a149def6afc17a55e6ea09312a46e -SIZE (nuget/microsoft.aspnetcore.server.kestrel.2.3.0.nupkg) = 39111 -SHA256 (nuget/microsoft.aspnetcore.staticfiles.2.3.9.nupkg) = 3844ff985ec1fcfe5a0bb552351f4a43c7ccec112f39664e06e907cd08b39c8d -SIZE (nuget/microsoft.aspnetcore.staticfiles.2.3.9.nupkg) = 61491 +SHA256 (nuget/microsoft.aspnetcore.server.kestrel.transport.abstractions.2.3.9.nupkg) = 9cbdc107ab553d89b13de93d27de71fd6cb9611ce2490857f2d6d70787b5deb7 +SIZE (nuget/microsoft.aspnetcore.server.kestrel.transport.abstractions.2.3.9.nupkg) = 47709 +SHA256 (nuget/microsoft.aspnetcore.server.kestrel.transport.sockets.2.3.10.nupkg) = c6094871bebb879d248b16ff7aa2de392f2a3d34c2c64cfb01e3f9da20f1dc26 +SIZE (nuget/microsoft.aspnetcore.server.kestrel.transport.sockets.2.3.10.nupkg) = 51103 +SHA256 (nuget/microsoft.aspnetcore.server.kestrel.2.3.10.nupkg) = 3c0ca5601846a97abcd92cae957dd5f0ae56002a43f7a70678c67f77dd327fe0 +SIZE (nuget/microsoft.aspnetcore.server.kestrel.2.3.10.nupkg) = 39257 +SHA256 (nuget/microsoft.aspnetcore.staticfiles.2.3.11.nupkg) = e95a43f93e2949eb294bd398d0d6787fe8ff9ff89b2f65f01dfe2888c31b0cda +SIZE (nuget/microsoft.aspnetcore.staticfiles.2.3.11.nupkg) = 61434 +SHA256 (nuget/microsoft.aspnetcore.webutilities.2.3.0.nupkg) = a093043f8e10f429616f26543ed49bf63a90c8927f743e031c4951be462920ea +SIZE (nuget/microsoft.aspnetcore.webutilities.2.3.0.nupkg) = 63465 +SHA256 (nuget/microsoft.aspnetcore.webutilities.2.3.10.nupkg) = 5ee1e062df37a229c205c09f6351496b53d68ffb7992f83f60fb1ed039588940 +SIZE (nuget/microsoft.aspnetcore.webutilities.2.3.10.nupkg) = 63624 +SHA256 (nuget/microsoft.aspnetcore.webutilities.2.3.11.nupkg) = 1c01ae2ee4d12e44d370ff68a91a6a3d842623341379c5161c8fd44c027688c6 +SIZE (nuget/microsoft.aspnetcore.webutilities.2.3.11.nupkg) = 63572 SHA256 (nuget/microsoft.aspnetcore.webutilities.2.3.9.nupkg) = 0798885b43b92b5d4610bc1dedd73de9261398592f20d85da1d04370bd78fbfc SIZE (nuget/microsoft.aspnetcore.webutilities.2.3.9.nupkg) = 63607 -SHA256 (nuget/microsoft.aspnetcore.2.3.9.nupkg) = 596ec224d840ac2b180d9f32904c50ebb11d2332a57f622e83964ff94c1e0a71 -SIZE (nuget/microsoft.aspnetcore.2.3.9.nupkg) = 42076 -SHA256 (nuget/microsoft.bcl.asyncinterfaces.9.0.14.nupkg) = 236b1b43827094353fa1c62c7e0aba5cb77b1434c8ab1aac97b06af24d749b95 -SIZE (nuget/microsoft.bcl.asyncinterfaces.9.0.14.nupkg) = 98177 +SHA256 (nuget/microsoft.aspnetcore.2.3.11.nupkg) = d1f5e0136d6ce275010a19a9a1d170bfad5ace46983dcfa4b88379edfb0961c9 +SIZE (nuget/microsoft.aspnetcore.2.3.11.nupkg) = 42047 +SHA256 (nuget/microsoft.bcl.asyncinterfaces.6.0.0.nupkg) = e3df87fe2170a7e01f0880af59caa8f6eb380b3c40a4f282dfb43912aaf0f895 +SIZE (nuget/microsoft.bcl.asyncinterfaces.6.0.0.nupkg) = 76354 +SHA256 (nuget/microsoft.bcl.asyncinterfaces.7.0.0.nupkg) = d5ed37d44dba8ab688aae9fce1a7747c2211e0c259d61710a38c8537e07b51f1 +SIZE (nuget/microsoft.bcl.asyncinterfaces.7.0.0.nupkg) = 95839 +SHA256 (nuget/microsoft.bcl.asyncinterfaces.8.0.0.nupkg) = f5a5a68b03092ab2abf68843d4a4aea25dfbcbe8dd0f13c625cb779b6fc1927c +SIZE (nuget/microsoft.bcl.asyncinterfaces.8.0.0.nupkg) = 99740 +SHA256 (nuget/microsoft.bcl.asyncinterfaces.9.0.18.nupkg) = 16c708894ce983896aa15e1753ea872b0d418a908f902fadc3146a7030f2e31a +SIZE (nuget/microsoft.bcl.asyncinterfaces.9.0.18.nupkg) = 97205 SHA256 (nuget/microsoft.bcl.timeprovider.8.0.0.nupkg) = 7c1bc34970d22183334daf3e03ef7c2aa8445d83fa135ef02e8f943709727f85 SIZE (nuget/microsoft.bcl.timeprovider.8.0.0.nupkg) = 105522 -SHA256 (nuget/microsoft.csharp.4.7.0.nupkg) = 127927bf646c145ebc9443ddadfe4cf81a55d641e82d3551029294c2e93fa63d -SIZE (nuget/microsoft.csharp.4.7.0.nupkg) = 627100 SHA256 (nuget/microsoft.codeanalysis.analyzers.1.1.0.nupkg) = ecaad97cade451b99e4fcd9e55a76f1eead971a16adc50e3e2a90821e1312623 SIZE (nuget/microsoft.codeanalysis.analyzers.1.1.0.nupkg) = 102426 -SHA256 (nuget/microsoft.codeanalysis.csharp.2.8.2.nupkg) = 5eac10f955c7c33f3cb6e6568d24e8c530fdd7fcc038a850709223d2eff8e7e9 -SIZE (nuget/microsoft.codeanalysis.csharp.2.8.2.nupkg) = 2825779 SHA256 (nuget/microsoft.codeanalysis.common.2.8.2.nupkg) = a62154ed8d8d654d652ef6e0dcf6436097cda7588c3fa05ffc6854ffcd96b990 SIZE (nuget/microsoft.codeanalysis.common.2.8.2.nupkg) = 1496132 +SHA256 (nuget/microsoft.codeanalysis.csharp.2.8.2.nupkg) = 5eac10f955c7c33f3cb6e6568d24e8c530fdd7fcc038a850709223d2eff8e7e9 +SIZE (nuget/microsoft.codeanalysis.csharp.2.8.2.nupkg) = 2825779 SHA256 (nuget/microsoft.codeanalysis.razor.2.3.0.nupkg) = fad3cc69707b8925c4150a7fe712481c921957d6979ceee2d5d3a61b894491f4 SIZE (nuget/microsoft.codeanalysis.razor.2.3.0.nupkg) = 73260 +SHA256 (nuget/microsoft.csharp.4.5.0.nupkg) = 740863fc28171b9548cb6768a75c69954b0b8deeee04f163c5ab33f6b7452206 +SIZE (nuget/microsoft.csharp.4.5.0.nupkg) = 627579 +SHA256 (nuget/microsoft.csharp.4.7.0.nupkg) = 127927bf646c145ebc9443ddadfe4cf81a55d641e82d3551029294c2e93fa63d +SIZE (nuget/microsoft.csharp.4.7.0.nupkg) = 627100 SHA256 (nuget/microsoft.diasymreader.native.1.7.0.nupkg) = b63bc8b30cae6cdcbeac980395b89980e6f91b8681745c8188f6b6936f1f5c50 SIZE (nuget/microsoft.diasymreader.native.1.7.0.nupkg) = 3324299 SHA256 (nuget/microsoft.dotnet.platformabstractions.2.1.0.nupkg) = beb661629f784a3c9c50c19a558085589e29eca04a7ea5722d6b481bbddfcde3 SIZE (nuget/microsoft.dotnet.platformabstractions.2.1.0.nupkg) = 57680 SHA256 (nuget/microsoft.extensions.caching.abstractions.8.0.0.nupkg) = c46a4aaf2c10bd4d569bf5a895823180760415f824346789f8619ce434f7a612 SIZE (nuget/microsoft.extensions.caching.abstractions.8.0.0.nupkg) = 160393 SHA256 (nuget/microsoft.extensions.caching.memory.8.0.1.nupkg) = e50d2fcc7a3766f1ace273c173f5e5045e3003060ef29c6ae8419d6238d7669b SIZE (nuget/microsoft.extensions.caching.memory.8.0.1.nupkg) = 197330 +SHA256 (nuget/microsoft.extensions.configuration.abstractions.2.1.0.nupkg) = addf332ba6164b148fe472eb3fe211f28e7ffbfb21793343b63dc8f447a6ff0d +SIZE (nuget/microsoft.extensions.configuration.abstractions.2.1.0.nupkg) = 37949 SHA256 (nuget/microsoft.extensions.configuration.abstractions.8.0.0.nupkg) = e1e0690e47fb309a334d99cec10bf071f81129019c3577b42bf905fa1e5197ca SIZE (nuget/microsoft.extensions.configuration.abstractions.8.0.0.nupkg) = 149230 -SHA256 (nuget/microsoft.extensions.configuration.abstractions.9.0.14.nupkg) = 221860f6f642e2f58342164d48249717d09d85df885420b2e7759254993821ac -SIZE (nuget/microsoft.extensions.configuration.abstractions.9.0.14.nupkg) = 127680 +SHA256 (nuget/microsoft.extensions.configuration.abstractions.9.0.18.nupkg) = 7b40019722a73e1aad77cef9374774e04e1b75859ee4c3872bb619cc533d9e76 +SIZE (nuget/microsoft.extensions.configuration.abstractions.9.0.18.nupkg) = 126381 +SHA256 (nuget/microsoft.extensions.configuration.binder.8.0.0.nupkg) = 19a9df2271b3ce83766ca78dc0e37cfc79da9abea5ed14e960b038f423570fd4 +SIZE (nuget/microsoft.extensions.configuration.binder.8.0.0.nupkg) = 385489 SHA256 (nuget/microsoft.extensions.configuration.binder.8.0.2.nupkg) = 68607456ea02df861a74012aaf0a1a5cb739aa56b9e69b300d5db12d2991ed21 SIZE (nuget/microsoft.extensions.configuration.binder.8.0.2.nupkg) = 389312 SHA256 (nuget/microsoft.extensions.configuration.commandline.8.0.0.nupkg) = 7e63c2fe8f12fb0793b50256ca4a671879ba00a554db5c5813f09a1d853bce08 SIZE (nuget/microsoft.extensions.configuration.commandline.8.0.0.nupkg) = 139143 SHA256 (nuget/microsoft.extensions.configuration.environmentvariables.8.0.0.nupkg) = f9b8c566fa82b0c7f6151336a25ab1fdfb9bf90c1f335901863195393e470b8f SIZE (nuget/microsoft.extensions.configuration.environmentvariables.8.0.0.nupkg) = 122333 SHA256 (nuget/microsoft.extensions.configuration.fileextensions.8.0.1.nupkg) = 89103c2fb057fdf7b92c70953a1cc14a4df419fb213fb576423da7c6912f4ad0 SIZE (nuget/microsoft.extensions.configuration.fileextensions.8.0.1.nupkg) = 144571 SHA256 (nuget/microsoft.extensions.configuration.json.8.0.1.nupkg) = 27c10aff286c7d3a5e49463c17cd594c157d00f1e23d496237b77e9f6397f488 SIZE (nuget/microsoft.extensions.configuration.json.8.0.1.nupkg) = 160472 SHA256 (nuget/microsoft.extensions.configuration.usersecrets.8.0.1.nupkg) = c86bd67f0061c85b9d708bfdea9296690d4c20c3a2bf92c74829fef49ec3a33d SIZE (nuget/microsoft.extensions.configuration.usersecrets.8.0.1.nupkg) = 141387 SHA256 (nuget/microsoft.extensions.configuration.8.0.0.nupkg) = f413ec012971ad5f229663028dd6f74e251c9b9bc56719019c023f7cd0521320 SIZE (nuget/microsoft.extensions.configuration.8.0.0.nupkg) = 191129 -SHA256 (nuget/microsoft.extensions.configuration.9.0.14.nupkg) = 583392d71f58a44b09f73eb123887a47e1c619c93797fe641db431ce33127e09 -SIZE (nuget/microsoft.extensions.configuration.9.0.14.nupkg) = 160078 +SHA256 (nuget/microsoft.extensions.configuration.9.0.18.nupkg) = 4e1d9e8ca87310c295d455288feef8ce12488378da1615a6b5c8b6bada9f227f +SIZE (nuget/microsoft.extensions.configuration.9.0.18.nupkg) = 158833 SHA256 (nuget/microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg) = ef92b31065a36d110b7332690a226e6fe96d35430c6f3e40ff529053ee5d80ff SIZE (nuget/microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg) = 276886 SHA256 (nuget/microsoft.extensions.dependencyinjection.abstractions.8.0.2.nupkg) = 51f2df1100245f10da54f0bb7e813f277155117777d4fbbab902214e27372606 SIZE (nuget/microsoft.extensions.dependencyinjection.abstractions.8.0.2.nupkg) = 278862 SHA256 (nuget/microsoft.extensions.dependencyinjection.8.0.0.nupkg) = faa20347c851ceb7821cd103b5470f7d51d076eaf358fa3f9aabe2087efcf844 SIZE (nuget/microsoft.extensions.dependencyinjection.8.0.0.nupkg) = 341717 SHA256 (nuget/microsoft.extensions.dependencyinjection.8.0.1.nupkg) = 3bd8348d64be8df1a84f7caa2b06582462fe8c64887926f09afa262830b78535 SIZE (nuget/microsoft.extensions.dependencyinjection.8.0.1.nupkg) = 344439 SHA256 (nuget/microsoft.extensions.dependencymodel.2.1.0.nupkg) = edd168e62b640763a04a04bb74df3b8745dfda9e7f7fa7e5d8a6baf824c48436 SIZE (nuget/microsoft.extensions.dependencymodel.2.1.0.nupkg) = 119085 SHA256 (nuget/microsoft.extensions.diagnostics.abstractions.8.0.1.nupkg) = 7790d55e103ca89158f586e1663b13aace70e640eec45e6ff860ff59947540bd SIZE (nuget/microsoft.extensions.diagnostics.abstractions.8.0.1.nupkg) = 154367 SHA256 (nuget/microsoft.extensions.fileproviders.abstractions.8.0.0.nupkg) = b904979ade3b5f61c6a159e26af8cb2026cfb43d9179039840c832de5d31b8c5 SIZE (nuget/microsoft.extensions.fileproviders.abstractions.8.0.0.nupkg) = 113833 SHA256 (nuget/microsoft.extensions.fileproviders.composite.8.0.0.nupkg) = 90c2de255753d496471adeb35a31bafd456948388ef3ee5176ecc511faee37a6 SIZE (nuget/microsoft.extensions.fileproviders.composite.8.0.0.nupkg) = 121317 SHA256 (nuget/microsoft.extensions.fileproviders.physical.8.0.0.nupkg) = dbdcb9651435660cd53b11e4b58c72887e34915826e6e9f6c9319dbee4969d17 SIZE (nuget/microsoft.extensions.fileproviders.physical.8.0.0.nupkg) = 199058 SHA256 (nuget/microsoft.extensions.filesystemglobbing.8.0.0.nupkg) = f8ecf8d494798dd70994224e4a94082f938c04d8bed479767742541df112eec5 SIZE (nuget/microsoft.extensions.filesystemglobbing.8.0.0.nupkg) = 192314 SHA256 (nuget/microsoft.extensions.hosting.abstractions.8.0.1.nupkg) = fdb2152fdbaf050855fca4268c0d598d1ef8b0c7da02505bd79b155ec1831150 SIZE (nuget/microsoft.extensions.hosting.abstractions.8.0.1.nupkg) = 232336 SHA256 (nuget/microsoft.extensions.localization.abstractions.8.0.11.nupkg) = 790838cd6931db4bfa0571960714cdc153011d795dea2fdf11f8f1eaa2996fe9 SIZE (nuget/microsoft.extensions.localization.abstractions.8.0.11.nupkg) = 84592 SHA256 (nuget/microsoft.extensions.localization.8.0.11.nupkg) = 096abd0307a482329eaac4f1d070d739dcce2e8646a28deeedae07aa8679c42f SIZE (nuget/microsoft.extensions.localization.8.0.11.nupkg) = 107625 +SHA256 (nuget/microsoft.extensions.logging.abstractions.2.1.1.nupkg) = 4f36d8833e047a6ad828732f07d1d60e4166ab40644deb4a3d4c01a581e4f7e9 +SIZE (nuget/microsoft.extensions.logging.abstractions.2.1.1.nupkg) = 51616 SHA256 (nuget/microsoft.extensions.logging.abstractions.8.0.0.nupkg) = 26675d8de83c5394be8814f046554054b7881f1738cabacd82a54c381ec48cce SIZE (nuget/microsoft.extensions.logging.abstractions.8.0.0.nupkg) = 795935 SHA256 (nuget/microsoft.extensions.logging.abstractions.8.0.2.nupkg) = 707a5ef17d818186b90f3ba565fab6e2b83c3b62b92e6ab63a22e1a320158097 SIZE (nuget/microsoft.extensions.logging.abstractions.8.0.2.nupkg) = 801164 SHA256 (nuget/microsoft.extensions.logging.configuration.8.0.1.nupkg) = 13625b246d845e5bf61d458b8b5ee422400be910bdac2d84d7c0b7800c8eb9a1 SIZE (nuget/microsoft.extensions.logging.configuration.8.0.1.nupkg) = 144891 SHA256 (nuget/microsoft.extensions.logging.console.8.0.1.nupkg) = dad86117525b0cd8f7071d9f707ecedbab8718d78c77d3186a1e8deb4948a485 SIZE (nuget/microsoft.extensions.logging.console.8.0.1.nupkg) = 266136 SHA256 (nuget/microsoft.extensions.logging.debug.8.0.1.nupkg) = 80a16a060e656e3cb954111c02ea10fd2b17031beb61d0583aef5d57ad1e24a8 SIZE (nuget/microsoft.extensions.logging.debug.8.0.1.nupkg) = 124342 +SHA256 (nuget/microsoft.extensions.logging.2.1.0.nupkg) = 06d45573ca3b36bb8509b94e2131cf643de59549ab8b7fb5752b52a34f443136 +SIZE (nuget/microsoft.extensions.logging.2.1.0.nupkg) = 42532 SHA256 (nuget/microsoft.extensions.logging.8.0.0.nupkg) = 31e8746745fb2b23841b897445605cb871e285c00172f0b27d45e06ac990f75a SIZE (nuget/microsoft.extensions.logging.8.0.0.nupkg) = 232520 SHA256 (nuget/microsoft.extensions.logging.8.0.1.nupkg) = be47d5c38b50120f3a5e0d7cbfa40ed106f862ccf4363c79eddd5770dba3e885 SIZE (nuget/microsoft.extensions.logging.8.0.1.nupkg) = 233885 SHA256 (nuget/microsoft.extensions.objectpool.8.0.11.nupkg) = c6eb58cd403cea13a0d0d7cb72cfcd3f294abcd70da21b9c6352e94849246a9b SIZE (nuget/microsoft.extensions.objectpool.8.0.11.nupkg) = 92137 SHA256 (nuget/microsoft.extensions.options.configurationextensions.8.0.0.nupkg) = 03905bcf0d6488d9208ab939c7c932c7083d94b4dc4a78288de0fea1ca46d512 SIZE (nuget/microsoft.extensions.options.configurationextensions.8.0.0.nupkg) = 135412 +SHA256 (nuget/microsoft.extensions.options.2.1.1.nupkg) = 7423c0e7a5aff5c2eecfbdb43e655b936a1775ad6df5948094ff3f7250d4f771 +SIZE (nuget/microsoft.extensions.options.2.1.1.nupkg) = 47762 +SHA256 (nuget/microsoft.extensions.options.8.0.0.nupkg) = 9f69b82527a040a51394eb0a2d95141c728cabddba789d30f4df46f88dc5a05c +SIZE (nuget/microsoft.extensions.options.8.0.0.nupkg) = 492963 SHA256 (nuget/microsoft.extensions.options.8.0.2.nupkg) = 02372575d75d76d37ff5a1fda60ec2944672716b451cb8bd20f7b518684d432b SIZE (nuget/microsoft.extensions.options.8.0.2.nupkg) = 494417 SHA256 (nuget/microsoft.extensions.primitives.8.0.0.nupkg) = 154f2a8f70d1f1b0dd73573e59e199c7f3c265eaaa9ddc1e64cf5ea5ca578d2a SIZE (nuget/microsoft.extensions.primitives.8.0.0.nupkg) = 209772 -SHA256 (nuget/microsoft.extensions.primitives.9.0.14.nupkg) = 154e73ce093265de09b3495753129a8480fc335bb71edcb6e087cde76b4b4fa3 -SIZE (nuget/microsoft.extensions.primitives.9.0.14.nupkg) = 176188 +SHA256 (nuget/microsoft.extensions.primitives.9.0.18.nupkg) = e167a31213629042449a56318ea3390e901e187e4b89a2bd4d5b59201539e9c9 +SIZE (nuget/microsoft.extensions.primitives.9.0.18.nupkg) = 174930 SHA256 (nuget/microsoft.extensions.webencoders.8.0.11.nupkg) = cdc6d6c434244246557948ceb2ca9e275b773bbd12964ec55a7ea3ffc2317e01 SIZE (nuget/microsoft.extensions.webencoders.8.0.11.nupkg) = 87480 +SHA256 (nuget/microsoft.net.http.headers.2.3.0.nupkg) = 5d8dceca1293cd455b98c9de829d08c40a60f1cc3ded10fd7970b65de9eb3aa1 +SIZE (nuget/microsoft.net.http.headers.2.3.0.nupkg) = 68813 +SHA256 (nuget/microsoft.net.http.headers.2.3.10.nupkg) = e0b1b4ea7fafa366c5a60f5d43d3522ef55feeb41f883fa4d0512ae52ead0ec1 +SIZE (nuget/microsoft.net.http.headers.2.3.10.nupkg) = 68981 +SHA256 (nuget/microsoft.net.http.headers.2.3.8.nupkg) = 22072acc5b6ff0d0269dbf2ebebfa510a1d649e8692b779c882219fe5705c9a2 +SIZE (nuget/microsoft.net.http.headers.2.3.8.nupkg) = 68979 +SHA256 (nuget/microsoft.net.http.headers.2.3.9.nupkg) = d23311f2870d5d28fd7c8775c33053aee2e2a791c74402b9a747853f286898d0 +SIZE (nuget/microsoft.net.http.headers.2.3.9.nupkg) = 68976 SHA256 (nuget/microsoft.netcore.platforms.1.1.0.nupkg) = 15e338d24b5c39b4099389cc612841eb51ff13c07bb4829f97d39b27420e7023 SIZE (nuget/microsoft.netcore.platforms.1.1.0.nupkg) = 17960 SHA256 (nuget/microsoft.netcore.platforms.5.0.0.nupkg) = 2c8720d52b437102cf380069e0945722cf37eddef3d226bafbefb7485de39757 SIZE (nuget/microsoft.netcore.platforms.5.0.0.nupkg) = 39826 SHA256 (nuget/microsoft.netcore.targets.1.1.0.nupkg) = d00a90da0312f22365624ac3f81c6d220edc5cc9ebf71647b4a02e3786e37da4 SIZE (nuget/microsoft.netcore.targets.1.1.0.nupkg) = 18162 SHA256 (nuget/microsoft.netframework.referenceassemblies.net471.1.0.3.nupkg) = 2d1662724b3794992640c59bfceb2f010e62a3bdb581a626d1b6d7bd5149d575 SIZE (nuget/microsoft.netframework.referenceassemblies.net471.1.0.3.nupkg) = 20749662 SHA256 (nuget/microsoft.netframework.referenceassemblies.1.0.3.nupkg) = 141a093f90c7645d101ccd312e6f727781c965540eb92a52280f95411a698441 SIZE (nuget/microsoft.netframework.referenceassemblies.1.0.3.nupkg) = 20961 -SHA256 (nuget/microsoft.net.http.headers.2.3.8.nupkg) = 22072acc5b6ff0d0269dbf2ebebfa510a1d649e8692b779c882219fe5705c9a2 -SIZE (nuget/microsoft.net.http.headers.2.3.8.nupkg) = 68979 SHA256 (nuget/microsoft.win32.primitives.4.3.0.nupkg) = 98134398f5cd4d6e785cb9cf014c0146f90839114ceff8f40f42364b240f0c48 SIZE (nuget/microsoft.win32.primitives.4.3.0.nupkg) = 63333 SHA256 (nuget/microsoft.win32.registry.4.5.0.nupkg) = 58c057b086f40e03c53da164355c58f5bf6f70cc4faad8058228ca60c25f57fd SIZE (nuget/microsoft.win32.registry.4.5.0.nupkg) = 350921 SHA256 (nuget/mimemapping.1.0.1.50.nupkg) = a33ec64d422aaa3fb6db85dee40898988ea91235d0e3ce50cd574b1c04348289 SIZE (nuget/mimemapping.1.0.1.50.nupkg) = 348369 SHA256 (nuget/mono.posix.7.1.0-final.1.21458.1.nupkg) = 91ba5baeec9629f59f460f485f4c11f148abca480974b665d9de4fa94805c73e SIZE (nuget/mono.posix.7.1.0-final.1.21458.1.nupkg) = 129570 SHA256 (nuget/mono.unix.7.1.0-final.1.21458.1.nupkg) = b66de788e9b838509efe42f9339cf009981f1c468fb660eab0e2cde86131607b SIZE (nuget/mono.unix.7.1.0-final.1.21458.1.nupkg) = 7089824 SHA256 (nuget/netstandard.library.1.6.1.nupkg) = 88d6a7d62c7b46d9dc1960bd023019dac93bd03a313ac9843a0435d1f5e6e0fc SIZE (nuget/netstandard.library.1.6.1.nupkg) = 17360 SHA256 (nuget/netstandard.library.2.0.3.nupkg) = 3eb87644f79bcffb3c0331dbdac3c7837265f2cdf58a7bfd93e431776f77c9ba SIZE (nuget/netstandard.library.2.0.3.nupkg) = 3146139 +SHA256 (nuget/newtonsoft.json.bson.1.0.2.nupkg) = 6548fa60548c669e4266d5e26a6c38f5e6666e9d62601b8db0828d9e3c5c4730 +SIZE (nuget/newtonsoft.json.bson.1.0.2.nupkg) = 202003 +SHA256 (nuget/newtonsoft.json.11.0.2.nupkg) = 6219406c67f0a31433c5bdc779fe22c95f5e19d3d024935dd868124748ec049d +SIZE (nuget/newtonsoft.json.11.0.2.nupkg) = 2409669 +SHA256 (nuget/newtonsoft.json.12.0.1.nupkg) = e177f7459ac9a26021de3699ac40095f7a0f98ea30195f320c1f58de1d03c385 +SIZE (nuget/newtonsoft.json.12.0.1.nupkg) = 3407949 +SHA256 (nuget/newtonsoft.json.13.0.1.nupkg) = 2b6b52556e27e1b7913f33eedeb95568110c746bd64afff74357f1683878323a +SIZE (nuget/newtonsoft.json.13.0.1.nupkg) = 2065787 +SHA256 (nuget/newtonsoft.json.13.0.2.nupkg) = 112ca3b7f47bcbd743befcf949fb68ce4f9eff73ad9f7f1b39c2c61a1ebd3add +SIZE (nuget/newtonsoft.json.13.0.2.nupkg) = 2441714 +SHA256 (nuget/newtonsoft.json.13.0.3.nupkg) = 872fc189e638ab1056555b03aaa38f68bcb54286e221aa646eb1129babf63c77 +SIZE (nuget/newtonsoft.json.13.0.3.nupkg) = 2441966 +SHA256 (nuget/newtonsoft.json.13.0.4.nupkg) = f09081d457405baf35a973fa0c50d6bf272ed683f2568c5a620a49da952f6529 +SIZE (nuget/newtonsoft.json.13.0.4.nupkg) = 2484726 +SHA256 (nuget/newtonsoft.json.9.0.1.nupkg) = 998081ae052120917346e2cb57d488888147a2fcdf47c52ea9f83a7b4f049e55 +SIZE (nuget/newtonsoft.json.9.0.1.nupkg) = 1613054 SHA256 (nuget/nlog.extensions.logging.5.5.0.nupkg) = 81d8493fd5799431e0452f20a450e05ba0a490b2a8fad0020aa3ef1112da67af SIZE (nuget/nlog.extensions.logging.5.5.0.nupkg) = 252398 SHA256 (nuget/nlog.web.aspnetcore.5.5.0.nupkg) = d67f30ccd301215a0b8c394553234eee5b2e9f3e84f0b9411e9a240c5acb8c0f SIZE (nuget/nlog.web.aspnetcore.5.5.0.nupkg) = 379242 +SHA256 (nuget/nlog.5.5.0.nupkg) = 5a4b8a1a8de212a26bb90b91657324b2a21b0108d96c520035c9b4cd9aff7d81 +SIZE (nuget/nlog.5.5.0.nupkg) = 2981540 SHA256 (nuget/nlog.5.5.1.nupkg) = 70b0008f64165a16df878be09c4fdf2eae51a6bdee4dee2e7e75564e28349c4a SIZE (nuget/nlog.5.5.1.nupkg) = 2984110 -SHA256 (nuget/newtonsoft.json.bson.1.0.2.nupkg) = 6548fa60548c669e4266d5e26a6c38f5e6666e9d62601b8db0828d9e3c5c4730 -SIZE (nuget/newtonsoft.json.bson.1.0.2.nupkg) = 202003 -SHA256 (nuget/newtonsoft.json.13.0.4.nupkg) = f09081d457405baf35a973fa0c50d6bf272ed683f2568c5a620a49da952f6529 -SIZE (nuget/newtonsoft.json.13.0.4.nupkg) = 2484726 -SHA256 (nuget/polly.core.8.6.6.nupkg) = cbafdae0e5ab52545f7b427ca9d8414666110e2e8adb2fa4c2111508850e8ef5 -SIZE (nuget/polly.core.8.6.6.nupkg) = 827354 -SHA256 (nuget/polly.8.6.6.nupkg) = d01aceb6d0b0f87418076e18dae332dafa343f9fedc5496110b0bc165c8b2a9b -SIZE (nuget/polly.8.6.6.nupkg) = 767906 +SHA256 (nuget/polly.core.8.7.0.nupkg) = d404f85f29bd867d80c20ba5f5612bc179366c13cde7c3fd5df444c6b20f22d8 +SIZE (nuget/polly.core.8.7.0.nupkg) = 830967 +SHA256 (nuget/polly.8.7.0.nupkg) = 88c36eb165bee27b88be434b51aa2bbb6dd1a1ef6fa42d78d133881db2ef7b01 +SIZE (nuget/polly.8.7.0.nupkg) = 768089 +SHA256 (nuget/runtime.any.system.collections.4.3.0.nupkg) = e0f199ab25a167afc709317629d743b1b9934e3c6cda85bbf587e46deac3652f +SIZE (nuget/runtime.any.system.collections.4.3.0.nupkg) = 107990 +SHA256 (nuget/runtime.any.system.diagnostics.tools.4.3.0.nupkg) = f322ca16ddb04319047fb7cd7f307e70f5028d89f6a9ba8d810d7e11e63687f2 +SIZE (nuget/runtime.any.system.diagnostics.tools.4.3.0.nupkg) = 43707 +SHA256 (nuget/runtime.any.system.diagnostics.tracing.4.3.0.nupkg) = 76c9932c6bedf07a9190358ff222955c9092f9a900cc43465ca3d5d7c5b64602 +SIZE (nuget/runtime.any.system.diagnostics.tracing.4.3.0.nupkg) = 49844 +SHA256 (nuget/runtime.any.system.globalization.calendars.4.3.0.nupkg) = 018877f6d81725516ef1a2e2f58ff8acaf3258c6b36b84b879ac637dcb8410be +SIZE (nuget/runtime.any.system.globalization.calendars.4.3.0.nupkg) = 43456 +SHA256 (nuget/runtime.any.system.globalization.4.3.0.nupkg) = 3da8884d3148d857cfca54c493b0f0cdf29e880fe0fdaa28494d690dc77058b5 +SIZE (nuget/runtime.any.system.globalization.4.3.0.nupkg) = 43718 +SHA256 (nuget/runtime.any.system.io.4.3.0.nupkg) = bde8fbc92461caf337a5887f21331d0b6e62bd277458b64068841b623ffa1d51 +SIZE (nuget/runtime.any.system.io.4.3.0.nupkg) = 54553 +SHA256 (nuget/runtime.any.system.reflection.extensions.4.3.0.nupkg) = 63602784e709c09558bfb469e89cfa99ad1fa484c5a895bef2bb30d74e8ad97f +SIZE (nuget/runtime.any.system.reflection.extensions.4.3.0.nupkg) = 44123 +SHA256 (nuget/runtime.any.system.reflection.primitives.4.3.0.nupkg) = 2e43d7b620d033705c7589009b9b9234e8b3dee178278e6aa719f96818aa3574 +SIZE (nuget/runtime.any.system.reflection.primitives.4.3.0.nupkg) = 43106 +SHA256 (nuget/runtime.any.system.reflection.4.3.0.nupkg) = 9ece9ffbe95203e6e2d715e0996d4991615bd8d68c0fec3e60d4df32fc808909 +SIZE (nuget/runtime.any.system.reflection.4.3.0.nupkg) = 43499 +SHA256 (nuget/runtime.any.system.resources.resourcemanager.4.3.0.nupkg) = f44be7999b252e02cb849d34a3931668fb894256d415c505f22b4640d564710e +SIZE (nuget/runtime.any.system.resources.resourcemanager.4.3.0.nupkg) = 42939 +SHA256 (nuget/runtime.any.system.runtime.handles.4.3.0.nupkg) = 3d04400b09d252ec6057248ed7ce342afa820bd17c888f624f3c4d5b445c052e +SIZE (nuget/runtime.any.system.runtime.handles.4.3.0.nupkg) = 30945 +SHA256 (nuget/runtime.any.system.runtime.interopservices.4.3.0.nupkg) = 29ac393e72d8222a966eca05dd5289872ee9929a06b14c27e190c22ac71b6f30 +SIZE (nuget/runtime.any.system.runtime.interopservices.4.3.0.nupkg) = 71496 +SHA256 (nuget/runtime.any.system.runtime.4.3.0.nupkg) = ab084d5c1689d43b4392e45a7201f09d998e675bbdabb37c8f471638b60e10b3 +SIZE (nuget/runtime.any.system.runtime.4.3.0.nupkg) = 55302 +SHA256 (nuget/runtime.any.system.text.encoding.extensions.4.3.0.nupkg) = e8c623d1198b878115a8cb4efcc46a062d073a7e621b8c7d2629a008227e1053 +SIZE (nuget/runtime.any.system.text.encoding.extensions.4.3.0.nupkg) = 43296 +SHA256 (nuget/runtime.any.system.text.encoding.4.3.0.nupkg) = 435f01f6adba324599c7af1ec547d04f7d3ed0f1a6a4594381a1744e7688182b +SIZE (nuget/runtime.any.system.text.encoding.4.3.0.nupkg) = 43396 +SHA256 (nuget/runtime.any.system.threading.tasks.4.3.0.nupkg) = 6a074e334357ba97c76ca010cd04fc5e06c8f41f2154487e6bfdafa9e1dcb60e +SIZE (nuget/runtime.any.system.threading.tasks.4.3.0.nupkg) = 47940 +SHA256 (nuget/runtime.any.system.threading.timer.4.3.0.nupkg) = 0601f15c221b89c559b6980c8a64978b18450b757ea79383a9e9630e33bc842b +SIZE (nuget/runtime.any.system.threading.timer.4.3.0.nupkg) = 43098 +SHA256 (nuget/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 2d750f2d7dc3271b14d4f7775308ced4f3bd34cd9e94d1035debb632efef369b +SIZE (nuget/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 44390 +SHA256 (nuget/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = a9e4aa69423cd3e96ac3930ae2f32998ed0265aaab99892dc29e8bfaf4006f42 +SIZE (nuget/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 42827 +SHA256 (nuget/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 4ab1ea4fdc2b081b3120b5ad68980629de8e766c66f3f321eca8740949195730 +SIZE (nuget/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 42833 +SHA256 (nuget/runtime.native.system.io.compression.4.3.0.nupkg) = 0d69d7b38be52a853a5b1c6f080ad326ea55eac5f78816d987c49ba9f1da71ef +SIZE (nuget/runtime.native.system.io.compression.4.3.0.nupkg) = 16918 +SHA256 (nuget/runtime.native.system.net.http.4.3.0.nupkg) = 739e7a3f285e470a588707818d27c8c04c991e701407c8d68a8c8a11ca7fd9d8 +SIZE (nuget/runtime.native.system.net.http.4.3.0.nupkg) = 16894 +SHA256 (nuget/runtime.native.system.security.cryptography.apple.4.3.0.nupkg) = d88841bf48baa5370ecabf05148c9f3c469a087526259f036302d4c09fb9c1ac +SIZE (nuget/runtime.native.system.security.cryptography.apple.4.3.0.nupkg) = 16967 +SHA256 (nuget/runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 272d352a1b5c0a5db08cca59587f97ddf8477159fe4b296558563ccd6973ffa2 +SIZE (nuget/runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 17048 +SHA256 (nuget/runtime.native.system.4.3.0.nupkg) = 64165aa1d9e3bcb5c04d6a575da90581ccba3fe82386c8455e6825acbe710f96 +SIZE (nuget/runtime.native.system.4.3.0.nupkg) = 16854 +SHA256 (nuget/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = c32bf4d20765a9ff1c93111d57b13e425f61248a0f726604bb27966f93b3de63 +SIZE (nuget/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 44200 +SHA256 (nuget/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = ce2f9be2c085ac0f500624860c3ef13d5dbbaf78871a557df60a725548d199ce +SIZE (nuget/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 44118 +SHA256 (nuget/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg) = b1eae477803b17a79c88f88f26d532272c73740b6ea4471621943d9e9b44cc83 +SIZE (nuget/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg) = 19581 +SHA256 (nuget/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 8326d053a98f81a595deb046d9d6c7ead4f7b41abc9a0cdedcf44e76cb969d7d +SIZE (nuget/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 37682 +SHA256 (nuget/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 56c3fbd8656f7969c652f4bfbe33902efd54f341f62bc9d9e1f0c0988eb51e6e +SIZE (nuget/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 42668 +SHA256 (nuget/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = e322866bf22b3422ae437cda0f320b74d3c3df66cd772eb1af981d2628321798 +SIZE (nuget/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 43118 +SHA256 (nuget/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 1e674986146c895a0e382714bc0c1d8e93118b2b92c1d72012fda3f61c62f997 +SIZE (nuget/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 42901 +SHA256 (nuget/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = a551542ae3cf231d1e7502a3cd1a27df32aaf338731c4ce4a3f95cd3557f8ddc +SIZE (nuget/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 42939 +SHA256 (nuget/runtime.unix.microsoft.win32.primitives.4.3.0.nupkg) = 2d96f6de5457cebdbab514b9680d31c81d3c27189b94f0e803b1c1be7e9ac178 +SIZE (nuget/runtime.unix.microsoft.win32.primitives.4.3.0.nupkg) = 31929 +SHA256 (nuget/runtime.unix.system.console.4.3.0.nupkg) = 00791d292853447b6da9f3239a2fa53e94ee0ab339bddfd6472e8a6ed89ed7dd +SIZE (nuget/runtime.unix.system.console.4.3.0.nupkg) = 62174 +SHA256 (nuget/runtime.unix.system.diagnostics.debug.4.3.0.nupkg) = 45ea1acec71f6c61fe47ab3a8e4839b0810758d12f8c4a07b48b0c6e973bfad2 +SIZE (nuget/runtime.unix.system.diagnostics.debug.4.3.0.nupkg) = 38808 +SHA256 (nuget/runtime.unix.system.io.filesystem.4.3.0.nupkg) = 3dfe26465e980cadb1d8a321d16772360bf455435d48a5432e51eaa3379ccb92 +SIZE (nuget/runtime.unix.system.io.filesystem.4.3.0.nupkg) = 62460 +SHA256 (nuget/runtime.unix.system.net.primitives.4.3.0.nupkg) = a4727e23a8b5e8c57a9bbeee8530ba18f63a8d6191784dd248fddf541e7db62d +SIZE (nuget/runtime.unix.system.net.primitives.4.3.0.nupkg) = 125060 +SHA256 (nuget/runtime.unix.system.net.sockets.4.3.0.nupkg) = 22f80e780d89b818ca979c805468cf60c3c3cecf6985bdca00db3de47f6fd70e +SIZE (nuget/runtime.unix.system.net.sockets.4.3.0.nupkg) = 105673 +SHA256 (nuget/runtime.unix.system.private.uri.4.3.0.nupkg) = 739b575a113f7d86c9565f6b5ecd2e1e1de94ec838e180f5749bf2380d16a0cb +SIZE (nuget/runtime.unix.system.private.uri.4.3.0.nupkg) = 75969 +SHA256 (nuget/runtime.unix.system.runtime.extensions.4.3.0.nupkg) = 97c4bd82de9d937a981ba1d8a271ed76562d04ac8f6f6f6e43a3438e6aeddd5e +SIZE (nuget/runtime.unix.system.runtime.extensions.4.3.0.nupkg) = 54075 SHA256 (nuget/sharpziplib.1.4.2.nupkg) = fe0895aa2930a2b1b65caa9f37db8bca35125ebdf9cc1b99d855f6afc5ff5946 SIZE (nuget/sharpziplib.1.4.2.nupkg) = 741182 SHA256 (nuget/system.appcontext.4.3.0.nupkg) = ca0f792cd40ec05940d6d5b15dd42457226a4f8027a0373e0029ab36fcc68998 SIZE (nuget/system.appcontext.4.3.0.nupkg) = 147030 +SHA256 (nuget/system.buffers.4.3.0.nupkg) = 5ea6566f829dd38f7ad21e14f6c7a2be32ac78603f60422976995f1d81d0f639 +SIZE (nuget/system.buffers.4.3.0.nupkg) = 35171 +SHA256 (nuget/system.buffers.4.4.0.nupkg) = 293c408586b0146d95e555f58f0de9cf1dc8ad05d1827d53b2f8233e0c406ea0 +SIZE (nuget/system.buffers.4.4.0.nupkg) = 78363 +SHA256 (nuget/system.buffers.4.5.0.nupkg) = 4c7c36ce7bbe2a26df2517c3edc1379d1607b26ec5ca7e698ce3995689c58efb +SIZE (nuget/system.buffers.4.5.0.nupkg) = 106115 +SHA256 (nuget/system.buffers.4.5.1.nupkg) = c30b3dd2c7e2f4cee4b823d692fd42118309b42ab1f5007f923d329a5b0d6b12 +SIZE (nuget/system.buffers.4.5.1.nupkg) = 93737 SHA256 (nuget/system.buffers.4.6.0.nupkg) = 736425805075e8895f066b3960bb1308543f41e2a84baa61d5af6675192afc97 SIZE (nuget/system.buffers.4.6.0.nupkg) = 67596 SHA256 (nuget/system.collections.concurrent.4.3.0.nupkg) = 28c6390df2670de22c6b5dc3a6abf237c36445e644300167966360955a052172 SIZE (nuget/system.collections.concurrent.4.3.0.nupkg) = 502676 +SHA256 (nuget/system.collections.immutable.1.3.1.nupkg) = 6ab78646afdd3b4f0a871896b802be71602339662db81d51f731972ef22ac19c +SIZE (nuget/system.collections.immutable.1.3.1.nupkg) = 380700 SHA256 (nuget/system.collections.immutable.8.0.0.nupkg) = 17b3958ca370a6a6d487c95389d6ea256622e3bea7b2af67fba934f90551a37c SIZE (nuget/system.collections.immutable.8.0.0.nupkg) = 787241 SHA256 (nuget/system.collections.4.3.0.nupkg) = 69f63b554b43eb0ff9998aab71ef2442bbc321f4b61970c834387bdc88f124a7 SIZE (nuget/system.collections.4.3.0.nupkg) = 810001 +SHA256 (nuget/system.componentmodel.annotations.4.5.0.nupkg) = d79c84d8da13f6f98bf681826b11c29504758cb5b58f579fe611cc839e7146ca +SIZE (nuget/system.componentmodel.annotations.4.5.0.nupkg) = 691299 SHA256 (nuget/system.componentmodel.annotations.5.0.0.nupkg) = d29493d541e0a5e13ac49ad87f947e53b0302251f7ad50b74a982e8a523f3008 SIZE (nuget/system.componentmodel.annotations.5.0.0.nupkg) = 771145 SHA256 (nuget/system.console.4.3.0.nupkg) = 5e1dcf3c166bd290db0da2bc0041db746cfb78f2ba622d59c91588d4933a99ba SIZE (nuget/system.console.4.3.0.nupkg) = 102397 SHA256 (nuget/system.diagnostics.debug.4.3.0.nupkg) = 7e403bf528cf6d27a211cadb6d4b1bef4bbd07bc2a6ec74cf6cd4b9e82a3d203 SIZE (nuget/system.diagnostics.debug.4.3.0.nupkg) = 149774 +SHA256 (nuget/system.diagnostics.diagnosticsource.4.3.0.nupkg) = 3852516f4ca07a9d19df20c12f002033f4e47ece09083b6c361c031fd71dd57c +SIZE (nuget/system.diagnostics.diagnosticsource.4.3.0.nupkg) = 120125 SHA256 (nuget/system.diagnostics.diagnosticsource.7.0.2.nupkg) = f146b07bb996390b03ccc48000fd7a9ee183d454526a3c92f2af9c03ef8c27c1 SIZE (nuget/system.diagnostics.diagnosticsource.7.0.2.nupkg) = 398733 SHA256 (nuget/system.diagnostics.diagnosticsource.8.0.1.nupkg) = ce6c078dc26029c6e49307a91f4dfc421727b16309707cacf8f11b1460b4260a SIZE (nuget/system.diagnostics.diagnosticsource.8.0.1.nupkg) = 517990 -SHA256 (nuget/system.diagnostics.eventlog.9.0.14.nupkg) = 8e7041c7194a9c5102d4ae685744887dbdb1398e6d7d1260edd83e51162b62c0 -SIZE (nuget/system.diagnostics.eventlog.9.0.14.nupkg) = 400809 +SHA256 (nuget/system.diagnostics.eventlog.9.0.18.nupkg) = a49054ff1e71d6ac048ed4a392e4f0541eb3d38800c4c3cf5ce49d5088187b53 +SIZE (nuget/system.diagnostics.eventlog.9.0.18.nupkg) = 398090 SHA256 (nuget/system.diagnostics.fileversioninfo.4.3.0.nupkg) = 272a8e7f9fe5b1434b32922a2bc5df7dc153c41eaf1d6cc6587b2c9a88e89024 SIZE (nuget/system.diagnostics.fileversioninfo.4.3.0.nupkg) = 138783 SHA256 (nuget/system.diagnostics.stacktrace.4.3.0.nupkg) = 4dfabb17ad4dd157ee8d5c88e40f4c66fc967b04391dea41d5fd54301324502b SIZE (nuget/system.diagnostics.stacktrace.4.3.0.nupkg) = 101411 SHA256 (nuget/system.diagnostics.tools.4.3.0.nupkg) = 8153afd522ba0297b415084256534e77d72f40a06f331457f4ad093d58bcc346 SIZE (nuget/system.diagnostics.tools.4.3.0.nupkg) = 67227 SHA256 (nuget/system.diagnostics.tracing.4.3.0.nupkg) = 8421136691c719584f62f6f80b47e1e33b3ef33bf818fa22c5a8242d98e96bd4 SIZE (nuget/system.diagnostics.tracing.4.3.0.nupkg) = 581864 SHA256 (nuget/system.dynamic.runtime.4.3.0.nupkg) = 93be608ce62298842d2c10f9343cf0c22dd931404f456de399cddebc330c25b5 SIZE (nuget/system.dynamic.runtime.4.3.0.nupkg) = 548103 -SHA256 (nuget/system.formats.asn1.9.0.12.nupkg) = 3bbed3336c49de512c8a8d5594d5abe6e6a7651a14ef94063a16bf58f60f6963 -SIZE (nuget/system.formats.asn1.9.0.12.nupkg) = 297360 SHA256 (nuget/system.globalization.calendars.4.3.0.nupkg) = b8d383d043951609d2d9f30abcc884b48f5a3b0d34f8f7f2fc7faab9c01094f7 SIZE (nuget/system.globalization.calendars.4.3.0.nupkg) = 177689 SHA256 (nuget/system.globalization.extensions.4.3.0.nupkg) = 9a6256036ed3d06455b853fdfec8fee13ad1e06256af33489363c3adbafb4509 SIZE (nuget/system.globalization.extensions.4.3.0.nupkg) = 142949 SHA256 (nuget/system.globalization.4.3.0.nupkg) = 71a2f4a51985484b1aa1e65e58de414d0b46ac0b5a40fc058bc60e64f646e6b2 SIZE (nuget/system.globalization.4.3.0.nupkg) = 589136 SHA256 (nuget/system.io.compression.zipfile.4.3.0.nupkg) = 59097e2605acf8669131e89a8531546eb8655c81daa737294c55db46f02dbefb SIZE (nuget/system.io.compression.zipfile.4.3.0.nupkg) = 113746 SHA256 (nuget/system.io.compression.4.3.0.nupkg) = 7f93eb4254208f95e3d999c7c575bc5e23a2bda06f7ea0daa3d49be805629f20 SIZE (nuget/system.io.compression.4.3.0.nupkg) = 485197 SHA256 (nuget/system.io.filesystem.accesscontrol.5.0.0.nupkg) = 73d3250ca25f8fadd846f97b6eb44136ce7da25ae66cbf86d40ea84d2f32b447 SIZE (nuget/system.io.filesystem.accesscontrol.5.0.0.nupkg) = 309442 SHA256 (nuget/system.io.filesystem.primitives.4.3.0.nupkg) = 2cc9df83c5706afb3d70c9eaf67347f085ad02d49f934fc5cb8b3846df6bd648 SIZE (nuget/system.io.filesystem.primitives.4.3.0.nupkg) = 94996 SHA256 (nuget/system.io.filesystem.4.3.0.nupkg) = bcd2189ef95acae563d167d17d82a90eb843a6d961a75a4df026269557764d7c SIZE (nuget/system.io.filesystem.4.3.0.nupkg) = 274316 +SHA256 (nuget/system.io.pipelines.4.5.3.nupkg) = cba9888b7b53609d8630361eeb180cb61fbd496bd83174faa4c6a08b83dd84fc +SIZE (nuget/system.io.pipelines.4.5.3.nupkg) = 109381 SHA256 (nuget/system.io.pipelines.4.6.0.nupkg) = 702b45990964d1314159b64b561fdcdb9f25c85dd7e263d69326fadb977c3e65 SIZE (nuget/system.io.pipelines.4.6.0.nupkg) = 140958 SHA256 (nuget/system.io.pipelines.5.0.1.nupkg) = db34f9b818b2626fa32c8a09a6920a26db53b6970c34ac5decb8b44045636eff SIZE (nuget/system.io.pipelines.5.0.1.nupkg) = 193681 -SHA256 (nuget/system.io.pipelines.9.0.14.nupkg) = 19600fcdaab82d8c2679b8b1a624e7dd39ed0eddd28c4d38fc3885cdde4fd157 -SIZE (nuget/system.io.pipelines.9.0.14.nupkg) = 223640 -SHA256 (nuget/system.io.pipelines.9.0.9.nupkg) = 6d132dd226f42b02b31d781e0176607a0a2ee5e5fc96c9bcd04bb7f1b1c1c41b -SIZE (nuget/system.io.pipelines.9.0.9.nupkg) = 223679 +SHA256 (nuget/system.io.pipelines.8.0.0.nupkg) = 2dda41d6ce2f433b0e3836b188ab2d2e4b39ed7f434c3e43e9c3f1f03135c301 +SIZE (nuget/system.io.pipelines.8.0.0.nupkg) = 267394 +SHA256 (nuget/system.io.pipelines.9.0.18.nupkg) = 25a72baddaf147abbb6958de2624833a9b6a015fdfdeb72cce0cff59d08c0648 +SIZE (nuget/system.io.pipelines.9.0.18.nupkg) = 222309 SHA256 (nuget/system.io.4.3.0.nupkg) = aeeca74077a414fe703eb0e257284d891217799fc8f4da632b9a54f873c38916 SIZE (nuget/system.io.4.3.0.nupkg) = 703652 SHA256 (nuget/system.linq.expressions.4.3.0.nupkg) = fb7a6f85963bae2a7c1c26df7542f38e50bd14f645a58a10c6191cb859b6c24f SIZE (nuget/system.linq.expressions.4.3.0.nupkg) = 1928029 SHA256 (nuget/system.linq.4.3.0.nupkg) = 479ba248bde5e9add7ad74922fa8f3faafcf732550cc4001ca2b9764d4aa0ff0 SIZE (nuget/system.linq.4.3.0.nupkg) = 512550 +SHA256 (nuget/system.memory.4.5.1.nupkg) = ec9850352bc4e898a0335aa69a1cce5f736267a7a4f36478c2140d6fe1690738 +SIZE (nuget/system.memory.4.5.1.nupkg) = 195808 +SHA256 (nuget/system.memory.4.5.2.nupkg) = 8d02839cdedf56bd7a177c199ad0f8fad69e880c5cc1f5d67dc455e6306f44bc +SIZE (nuget/system.memory.4.5.2.nupkg) = 154133 +SHA256 (nuget/system.memory.4.5.3.nupkg) = 0af97b45b45b46ef6a2b37910568dabd492c793da3859054595d523e2a545859 +SIZE (nuget/system.memory.4.5.3.nupkg) = 154054 +SHA256 (nuget/system.memory.4.5.4.nupkg) = dec0847f33b8823e4260672d97d657411461c00ada3107ec7bbcb32a845eeb91 +SIZE (nuget/system.memory.4.5.4.nupkg) = 205467 SHA256 (nuget/system.memory.4.5.5.nupkg) = 10f43da352a29fb2b3188e4edd4dcf5100194c8b526e4f61fe2e2b5623775a22 SIZE (nuget/system.memory.4.5.5.nupkg) = 208978 SHA256 (nuget/system.memory.4.6.0.nupkg) = 3a10042b350ce9e11a1fdf4370668ccf6a452c6feafcde0a556aaa881614385a SIZE (nuget/system.memory.4.6.0.nupkg) = 192800 SHA256 (nuget/system.net.http.4.3.0.nupkg) = 528041ed63c3a760677bf7f0c4a1749c4f20ac9e85cd3317753fe37eca618fc4 SIZE (nuget/system.net.http.4.3.0.nupkg) = 1371903 SHA256 (nuget/system.net.nameresolution.4.3.0.nupkg) = 7866700811315ac9e2ad6047ca9dac492497a7a83b23abf9dea366c0f82d2797 SIZE (nuget/system.net.nameresolution.4.3.0.nupkg) = 177639 SHA256 (nuget/system.net.primitives.4.3.0.nupkg) = 318ed9eaf3ad14c6c429a2d6f6739265e023716a700ad74eeff5b59a41990731 SIZE (nuget/system.net.primitives.4.3.0.nupkg) = 769347 SHA256 (nuget/system.net.sockets.4.3.0.nupkg) = 8a5eddaf9553fd058383fd1cba1fb812cdaef0b63fffeaaa898f416666314aeb SIZE (nuget/system.net.sockets.4.3.0.nupkg) = 135695 SHA256 (nuget/system.numerics.vectors.4.4.0.nupkg) = 6ae5d02b67e52ff2699c1feb11c01c526e2f60c09830432258e0809486aabb65 SIZE (nuget/system.numerics.vectors.4.4.0.nupkg) = 337043 +SHA256 (nuget/system.numerics.vectors.4.5.0.nupkg) = a9d49320581fda1b4f4be6212c68c01a22cdf228026099c20a8eabefcf90f9cf +SIZE (nuget/system.numerics.vectors.4.5.0.nupkg) = 382792 SHA256 (nuget/system.numerics.vectors.4.6.0.nupkg) = 7ca4b7b964361e647af6f3610c7a8f2d834eb77aa98e25903976431ef444d475 SIZE (nuget/system.numerics.vectors.4.6.0.nupkg) = 136752 SHA256 (nuget/system.objectmodel.4.3.0.nupkg) = 82d9919163f62b0af79c7b43874c98b5c7b7f33d70ac6cdbe9f8e6e2ff3037a4 SIZE (nuget/system.objectmodel.4.3.0.nupkg) = 321655 SHA256 (nuget/system.private.uri.4.3.0.nupkg) = 7d57e07283f8015375139c0765b28120e3d867fc4179221db0d17e6ddba42113 SIZE (nuget/system.private.uri.4.3.0.nupkg) = 16869 SHA256 (nuget/system.reflection.emit.ilgeneration.4.3.0.nupkg) = 98a4649c41cd96ce20911c2b1208b7f41faf49a033fc6b772002ed4bdf313670 SIZE (nuget/system.reflection.emit.ilgeneration.4.3.0.nupkg) = 124567 SHA256 (nuget/system.reflection.emit.lightweight.4.3.0.nupkg) = acac786bdc9929c6a39684991ebe02293549e958e1f799e2fb3b333f15a38762 SIZE (nuget/system.reflection.emit.lightweight.4.3.0.nupkg) = 84426 SHA256 (nuget/system.reflection.emit.4.3.0.nupkg) = e4b8640e6872d85912c6e95747e6ec4ed333754dd5cb2b99cecc69eff0f0c885 SIZE (nuget/system.reflection.emit.4.3.0.nupkg) = 219534 SHA256 (nuget/system.reflection.extensions.4.3.0.nupkg) = 98c38263351e9e3778ad621fabbcc85fd3c5624fdd694c85d00f25d616f27409 SIZE (nuget/system.reflection.extensions.4.3.0.nupkg) = 99740 +SHA256 (nuget/system.reflection.metadata.1.4.2.nupkg) = 7187764969a769c36ad787d3a725bdbc67276d9483e033d18e947eb607596721 +SIZE (nuget/system.reflection.metadata.1.4.2.nupkg) = 496281 SHA256 (nuget/system.reflection.metadata.8.0.1.nupkg) = 4b08a9d57b93b3faf69b844ab86e415d7c5c68d19187e8db3278c544d74bf3b5 SIZE (nuget/system.reflection.metadata.8.0.1.nupkg) = 1308880 SHA256 (nuget/system.reflection.primitives.4.3.0.nupkg) = e68830581e2f9504e5de38e4d718e7886da8cdb1488d94cbf6e834bac650b813 SIZE (nuget/system.reflection.primitives.4.3.0.nupkg) = 281679 SHA256 (nuget/system.reflection.typeextensions.4.3.0.nupkg) = e14e3f5cd4009dd7604081c826adcfd93f3484dd283dd536b827a086c0d35a78 SIZE (nuget/system.reflection.typeextensions.4.3.0.nupkg) = 187842 SHA256 (nuget/system.reflection.4.3.0.nupkg) = 35049946964bbed3d60e5be6308746c5c56ec949f0f76654468d215ec12c8576 SIZE (nuget/system.reflection.4.3.0.nupkg) = 700821 SHA256 (nuget/system.resources.resourcemanager.4.3.0.nupkg) = 89d88e0fddf16dbadbc304a70f898e440f51622fc3fd4e3c79152c9ff5a7586a SIZE (nuget/system.resources.resourcemanager.4.3.0.nupkg) = 85908 +SHA256 (nuget/system.runtime.compilerservices.unsafe.4.5.2.nupkg) = f1e5175c658ed8b2fbb804cc6727b6882a503844e7da309c8d4846e9ca11e4ef +SIZE (nuget/system.runtime.compilerservices.unsafe.4.5.2.nupkg) = 104723 +SHA256 (nuget/system.runtime.compilerservices.unsafe.4.5.3.nupkg) = 96764c52a44ee1161151e48ef07489f72047a851cb55b99e9f01d6908536d1a9 +SIZE (nuget/system.runtime.compilerservices.unsafe.4.5.3.nupkg) = 102160 SHA256 (nuget/system.runtime.compilerservices.unsafe.6.0.0.nupkg) = 6c41b53e70e9eee298cff3a02ce5acdd15b04125589be0273f0566026720a762 SIZE (nuget/system.runtime.compilerservices.unsafe.6.0.0.nupkg) = 84343 SHA256 (nuget/system.runtime.compilerservices.unsafe.6.1.0.nupkg) = 372aaaa51707ba6cd2c69b2044382e0f9486c1d50d1c16e8d0e39dccb4c8cc25 SIZE (nuget/system.runtime.compilerservices.unsafe.6.1.0.nupkg) = 62013 SHA256 (nuget/system.runtime.extensions.4.3.0.nupkg) = c0b0c79a8cebf38bf55b6cd8096631c63d0547424360749545a46e0e6d1b77fa SIZE (nuget/system.runtime.extensions.4.3.0.nupkg) = 1060357 SHA256 (nuget/system.runtime.handles.4.3.0.nupkg) = 289e5a5e81a9079e98ebe89ea4191da71fc07da243022b71e2fae42ea47b826b SIZE (nuget/system.runtime.handles.4.3.0.nupkg) = 54854 +SHA256 (nuget/system.runtime.interopservices.runtimeinformation.4.0.0.nupkg) = e63e776a66fbe80dd23e21370749654f65cfc74e7cf82804ece5cbe1b2da953e +SIZE (nuget/system.runtime.interopservices.runtimeinformation.4.0.0.nupkg) = 165972 SHA256 (nuget/system.runtime.interopservices.runtimeinformation.4.3.0.nupkg) = 318a65ebf6720ba8639b359121efa20e895d38c5b599f6f05ec76e0275c82860 SIZE (nuget/system.runtime.interopservices.runtimeinformation.4.3.0.nupkg) = 179546 SHA256 (nuget/system.runtime.interopservices.4.3.0.nupkg) = f2c0c7f965097c247eedee277e97ed8fffa5b2d122662c56501b9e476ce61e02 SIZE (nuget/system.runtime.interopservices.4.3.0.nupkg) = 2597020 SHA256 (nuget/system.runtime.numerics.4.3.0.nupkg) = 3f98c70a031b80531888e36fce668a15e3aa7002033eefd4f1b395acd3d82aa7 SIZE (nuget/system.runtime.numerics.4.3.0.nupkg) = 283763 SHA256 (nuget/system.runtime.4.3.0.nupkg) = e75f35dd65e9048b2e03a7d4b44e57691423716750dbf966128909b7deeed118 SIZE (nuget/system.runtime.4.3.0.nupkg) = 7263712 +SHA256 (nuget/system.security.accesscontrol.4.5.0.nupkg) = 005b0a3dbfe74e4dbf9aa1ff3d8a5aa08f0f2ec88a2a299a5dffbb31be557cf3 +SIZE (nuget/system.security.accesscontrol.4.5.0.nupkg) = 551848 SHA256 (nuget/system.security.accesscontrol.5.0.0.nupkg) = b9e486f989fcd9ebf1c86067138f4de03fa780e0c35e0a2b9e506d4373a6c39e SIZE (nuget/system.security.accesscontrol.5.0.0.nupkg) = 621573 SHA256 (nuget/system.security.cryptography.algorithms.4.3.0.nupkg) = b4026f35295ccd8049dc4776e007b6edae79b6afe7e03ddfb9b35077070a580f SIZE (nuget/system.security.cryptography.algorithms.4.3.0.nupkg) = 402204 SHA256 (nuget/system.security.cryptography.algorithms.4.3.1.nupkg) = 4253bfa69464fcec836070a2983f3aed102528839a922743d0808d3adeb75cd4 SIZE (nuget/system.security.cryptography.algorithms.4.3.1.nupkg) = 403068 SHA256 (nuget/system.security.cryptography.cng.4.3.0.nupkg) = bb5eefcbac0d86aa24f754ab54b9e8d8cd44ccb1d99ba54c71af39c5b54286cc SIZE (nuget/system.security.cryptography.cng.4.3.0.nupkg) = 290620 SHA256 (nuget/system.security.cryptography.cng.5.0.0.nupkg) = 9ce24fdef76641a600d3b4c8dfbdcebd95fab96b211138a9be2e4aa4bee8131a SIZE (nuget/system.security.cryptography.cng.5.0.0.nupkg) = 957764 SHA256 (nuget/system.security.cryptography.csp.4.3.0.nupkg) = a1e7dd4d4fd9d8f594f6795ab7cba24431aafcf199a123d182430bd75a66bcf4 SIZE (nuget/system.security.cryptography.csp.4.3.0.nupkg) = 117553 SHA256 (nuget/system.security.cryptography.encoding.4.3.0.nupkg) = 62e81ef3d37a33e35c6e572f5cc7b21d9ea46437f006fdcb3cc0e217c1e126cb SIZE (nuget/system.security.cryptography.encoding.4.3.0.nupkg) = 144382 SHA256 (nuget/system.security.cryptography.openssl.4.3.0.nupkg) = 0cbf83dac73626b422078a007148204c5c83f30dda2c48c97e877924f7be3b3e SIZE (nuget/system.security.cryptography.openssl.4.3.0.nupkg) = 71949 SHA256 (nuget/system.security.cryptography.primitives.4.3.0.nupkg) = 7e7162ec1dd29d58f96be05b8179db8e718dbd6ac2114e87a7fc23b235b3df5f SIZE (nuget/system.security.cryptography.primitives.4.3.0.nupkg) = 81382 -SHA256 (nuget/system.security.cryptography.protecteddata.9.0.14.nupkg) = a12cf3fcfd8cba345abf47c012d2786a1222f097358b44805d634f30dd8ad4fb -SIZE (nuget/system.security.cryptography.protecteddata.9.0.14.nupkg) = 127230 +SHA256 (nuget/system.security.cryptography.protecteddata.9.0.18.nupkg) = 25f2dd663cb3a110c75766ba8c6c2aff1c2e1b2dd3d1764d181df32bd2003c11 +SIZE (nuget/system.security.cryptography.protecteddata.9.0.18.nupkg) = 125966 SHA256 (nuget/system.security.cryptography.x509certificates.4.3.0.nupkg) = 306dd5fe8c03876ef718250fb061ab68dc1a56973276ea65dc4b4f5e3e93546d SIZE (nuget/system.security.cryptography.x509certificates.4.3.0.nupkg) = 706727 -SHA256 (nuget/system.security.cryptography.xml.8.0.2.nupkg) = f530a6572301e3e072fe2a54f2f7580ed4a7c35b6491e6e75d7551753efcfb6f -SIZE (nuget/system.security.cryptography.xml.8.0.2.nupkg) = 465309 +SHA256 (nuget/system.security.cryptography.xml.8.0.3.nupkg) = c6fddc5ffce376e0bfbd1636a0df3ec05b9c7e3b0ff23c267ff19cba55c85ff5 +SIZE (nuget/system.security.cryptography.xml.8.0.3.nupkg) = 468995 +SHA256 (nuget/system.security.principal.windows.4.5.0.nupkg) = 064518360bb3d1ee0d269d64916eda2419f77721fd493c01e4df17aa7942b266 +SIZE (nuget/system.security.principal.windows.4.5.0.nupkg) = 390138 +SHA256 (nuget/system.security.principal.windows.4.5.1.nupkg) = 241fb03dcfe31b7117a51f63dce1f255cf002717c94f51d3061ebb23cbaf65d7 +SIZE (nuget/system.security.principal.windows.4.5.1.nupkg) = 389644 SHA256 (nuget/system.security.principal.windows.5.0.0.nupkg) = 081390c25f6f78592b28ada853c24514488a221fe9f9a24efaaf5373643ff3d6 SIZE (nuget/system.security.principal.windows.5.0.0.nupkg) = 535022 -SHA256 (nuget/system.serviceprocess.servicecontroller.9.0.14.nupkg) = 4011848ec215f957cbe75a86698a353e5b0f1ca67a6fbd558a7bc5fb6c8ad683 -SIZE (nuget/system.serviceprocess.servicecontroller.9.0.14.nupkg) = 228567 -SHA256 (nuget/system.text.encoding.codepages.9.0.14.nupkg) = 3795cd9a5efe406230eb51dc9e7b66b7220b19647118d7c93a1b2e0c57312f44 -SIZE (nuget/system.text.encoding.codepages.9.0.14.nupkg) = 3219587 +SHA256 (nuget/system.serviceprocess.servicecontroller.9.0.18.nupkg) = 2c6b6d47f5d56c4bbf64acfd369d214e33f4b754cfff796441f1b15ab8614f5d +SIZE (nuget/system.serviceprocess.servicecontroller.9.0.18.nupkg) = 226579 +SHA256 (nuget/system.text.encoding.codepages.4.3.0.nupkg) = 7b3615c1ef5ab5191111cf0efc74ff55f183136bee0a921c90e7dd635f78fd51 +SIZE (nuget/system.text.encoding.codepages.4.3.0.nupkg) = 1615064 +SHA256 (nuget/system.text.encoding.codepages.8.0.0.nupkg) = 7e308b41cd4f456d08c7921995d8345cabfe2750ea3d27eef698ccc8d069edd1 +SIZE (nuget/system.text.encoding.codepages.8.0.0.nupkg) = 4260927 +SHA256 (nuget/system.text.encoding.codepages.9.0.18.nupkg) = 8393ece74d64756e175ef490af06fca89abbd48f8fe3cfb64f8d6e064c78d950 +SIZE (nuget/system.text.encoding.codepages.9.0.18.nupkg) = 3217598 SHA256 (nuget/system.text.encoding.extensions.4.3.0.nupkg) = bee7c75e0f1000ac4796e8cf1c772bb46c00a859ac083e872a37c30221f20187 SIZE (nuget/system.text.encoding.extensions.4.3.0.nupkg) = 244195 SHA256 (nuget/system.text.encoding.4.3.0.nupkg) = 19cb475462d901afebaa404d86c0469ec89674acafe950ee6d8a4692e3a404b8 SIZE (nuget/system.text.encoding.4.3.0.nupkg) = 327281 +SHA256 (nuget/system.text.encodings.web.4.5.1.nupkg) = 177618fb3f3a6310b94d05bb453a1e9677a6aea44dee075135ba5da2df1bca5f +SIZE (nuget/system.text.encodings.web.4.5.1.nupkg) = 85610 SHA256 (nuget/system.text.encodings.web.8.0.0.nupkg) = 21442442457da68d4b0b442caab8a5ab03733ef9dcfb8795beafa10afabc7ef1 SIZE (nuget/system.text.encodings.web.8.0.0.nupkg) = 374440 -SHA256 (nuget/system.text.encodings.web.9.0.14.nupkg) = b272f4b4b3a26a89bda4d3dc6c9db9c61ab82aa87aeaac191f9b3b672a77d996 -SIZE (nuget/system.text.encodings.web.9.0.14.nupkg) = 293460 -SHA256 (nuget/system.text.json.9.0.14.nupkg) = ff2e0fba17335723381b20b999fbfa34eb1409d7ce310373afee0ecdc87f270d -SIZE (nuget/system.text.json.9.0.14.nupkg) = 1876810 +SHA256 (nuget/system.text.encodings.web.9.0.18.nupkg) = 0d38e8d48aa47fca8877060f28a79d762894efc8ff382beb3084c9def94f7615 +SIZE (nuget/system.text.encodings.web.9.0.18.nupkg) = 291463 +SHA256 (nuget/system.text.json.8.0.5.nupkg) = c8ac68e78c39a1d593ea73ebb9456c697e77a0f45efa02b31af2e79f1b703faf +SIZE (nuget/system.text.json.8.0.5.nupkg) = 1986315 +SHA256 (nuget/system.text.json.9.0.18.nupkg) = b42945824abae283fd1785046618b64abbd50a48273a68d59fba74b1ba62c04c +SIZE (nuget/system.text.json.9.0.18.nupkg) = 1861976 SHA256 (nuget/system.text.regularexpressions.4.3.0.nupkg) = 54b0a4d43d6470ddb06c07b777461033f3ea0ac3c73aeaa5058d72776628f8ad SIZE (nuget/system.text.regularexpressions.4.3.0.nupkg) = 530523 SHA256 (nuget/system.threading.tasks.extensions.4.3.0.nupkg) = 5f6850e63f9fc5c9a79bcf0b7bf9126af8e218e9a472e98119364a04bbe8acf7 SIZE (nuget/system.threading.tasks.extensions.4.3.0.nupkg) = 52499 +SHA256 (nuget/system.threading.tasks.extensions.4.5.1.nupkg) = dcd7810beafb793573ddff9c126d4d9158714abecbad8197fcd754c237bd79c6 +SIZE (nuget/system.threading.tasks.extensions.4.5.1.nupkg) = 123132 +SHA256 (nuget/system.threading.tasks.extensions.4.5.2.nupkg) = 12a245f53a693074cabe947a7a6add03ad736a5316dc7c2b67b8fa067e1b06ea +SIZE (nuget/system.threading.tasks.extensions.4.5.2.nupkg) = 87298 SHA256 (nuget/system.threading.tasks.extensions.4.5.4.nupkg) = a304a963cc0796c5179f9c6b7d8022bbce3b2fa7c029eb6196f631f7b462d678 SIZE (nuget/system.threading.tasks.extensions.4.5.4.nupkg) = 89582 SHA256 (nuget/system.threading.tasks.extensions.4.6.0.nupkg) = 3b0201d1da5c767c9fbd35148fa8107ca5b65c5da95ac421ca4c0cd473421ea6 SIZE (nuget/system.threading.tasks.extensions.4.6.0.nupkg) = 74469 SHA256 (nuget/system.threading.tasks.parallel.4.3.0.nupkg) = f07daf466b27dbd30d7cc9827882f9bc77db335f6359a2c328d2f30e89c223e7 SIZE (nuget/system.threading.tasks.parallel.4.3.0.nupkg) = 176896 SHA256 (nuget/system.threading.tasks.4.3.0.nupkg) = 679ad77c9d445e9dc6df620a646899ea4a0c8d1bb49fc0b5346af0a5d21e9f8c SIZE (nuget/system.threading.tasks.4.3.0.nupkg) = 840017 SHA256 (nuget/system.threading.thread.4.3.0.nupkg) = a4cb3a44d142de740e1b3f44a887325a63bc60b6aa6b2faafd075ee61a8f5d78 SIZE (nuget/system.threading.thread.4.3.0.nupkg) = 98902 SHA256 (nuget/system.threading.threadpool.4.3.0.nupkg) = c16d1076fb2c46868e7d02dacd31929f0613bab13847c1710f1ef4a5890bfa08 SIZE (nuget/system.threading.threadpool.4.3.0.nupkg) = 89926 SHA256 (nuget/system.threading.timer.4.3.0.nupkg) = a6686c96685084fdf64d66c1ce82132d9e01a0e441a98936e4e59baeed38a7db SIZE (nuget/system.threading.timer.4.3.0.nupkg) = 77054 SHA256 (nuget/system.threading.4.3.0.nupkg) = 643437751e29cd5c266aa060e2169c65a55e9d0ff7c8017fb95ec15d95e38967 SIZE (nuget/system.threading.4.3.0.nupkg) = 708088 +SHA256 (nuget/system.valuetuple.4.3.0.nupkg) = b643308a86e61909ffb7c2c3aa990cf90ed724e79b125ddbc157f5d5dd994788 +SIZE (nuget/system.valuetuple.4.3.0.nupkg) = 87411 SHA256 (nuget/system.valuetuple.4.5.0.nupkg) = 9e21fa9767d4e76bc0cee065c1d40cc34384a114bfec4d70e6c981168a926802 SIZE (nuget/system.valuetuple.4.5.0.nupkg) = 204904 SHA256 (nuget/system.xml.readerwriter.4.3.0.nupkg) = 410f0a814d25bb817952787e4db79c84efffcda00667831f82f5bbd829f58730 SIZE (nuget/system.xml.readerwriter.4.3.0.nupkg) = 1388897 SHA256 (nuget/system.xml.xdocument.4.3.0.nupkg) = ad6b5d72672e12534e4b309e85f9722b01e40d1a623a1249b3c09e4349750822 SIZE (nuget/system.xml.xdocument.4.3.0.nupkg) = 591350 +SHA256 (nuget/system.xml.xmldocument.4.3.0.nupkg) = 91bb95e18eeb54991f329d8a8288bc66f75ab66f4264d9a5281dc666000dbf2e +SIZE (nuget/system.xml.xmldocument.4.3.0.nupkg) = 285212 SHA256 (nuget/system.xml.xpath.xdocument.4.3.0.nupkg) = 76a938096bb0a1c8f9aac5006254be5c07ba186718fcdfc720f1067b969facf3 SIZE (nuget/system.xml.xpath.xdocument.4.3.0.nupkg) = 89906 SHA256 (nuget/system.xml.xpath.4.3.0.nupkg) = 91dd4932a8faa1b871cc43d125e62f714c89aa43acffd03450e41c702ea862b3 SIZE (nuget/system.xml.xpath.4.3.0.nupkg) = 250182 -SHA256 (nuget/system.xml.xmldocument.4.3.0.nupkg) = 91bb95e18eeb54991f329d8a8288bc66f75ab66f4264d9a5281dc666000dbf2e -SIZE (nuget/system.xml.xmldocument.4.3.0.nupkg) = 285212 -SHA256 (nuget/yamldotnet.16.3.0.nupkg) = e068bcc1243c46c8bfdfe2f27a026bfff03cde7c67d9f37c2cdd70bd24a9dfd4 -SIZE (nuget/yamldotnet.16.3.0.nupkg) = 776880 -SHA256 (nuget/runtime.any.system.collections.4.3.0.nupkg) = e0f199ab25a167afc709317629d743b1b9934e3c6cda85bbf587e46deac3652f -SIZE (nuget/runtime.any.system.collections.4.3.0.nupkg) = 107990 -SHA256 (nuget/runtime.any.system.diagnostics.tools.4.3.0.nupkg) = f322ca16ddb04319047fb7cd7f307e70f5028d89f6a9ba8d810d7e11e63687f2 -SIZE (nuget/runtime.any.system.diagnostics.tools.4.3.0.nupkg) = 43707 -SHA256 (nuget/runtime.any.system.diagnostics.tracing.4.3.0.nupkg) = 76c9932c6bedf07a9190358ff222955c9092f9a900cc43465ca3d5d7c5b64602 -SIZE (nuget/runtime.any.system.diagnostics.tracing.4.3.0.nupkg) = 49844 -SHA256 (nuget/runtime.any.system.globalization.calendars.4.3.0.nupkg) = 018877f6d81725516ef1a2e2f58ff8acaf3258c6b36b84b879ac637dcb8410be -SIZE (nuget/runtime.any.system.globalization.calendars.4.3.0.nupkg) = 43456 -SHA256 (nuget/runtime.any.system.globalization.4.3.0.nupkg) = 3da8884d3148d857cfca54c493b0f0cdf29e880fe0fdaa28494d690dc77058b5 -SIZE (nuget/runtime.any.system.globalization.4.3.0.nupkg) = 43718 -SHA256 (nuget/runtime.any.system.io.4.3.0.nupkg) = bde8fbc92461caf337a5887f21331d0b6e62bd277458b64068841b623ffa1d51 -SIZE (nuget/runtime.any.system.io.4.3.0.nupkg) = 54553 -SHA256 (nuget/runtime.any.system.reflection.extensions.4.3.0.nupkg) = 63602784e709c09558bfb469e89cfa99ad1fa484c5a895bef2bb30d74e8ad97f -SIZE (nuget/runtime.any.system.reflection.extensions.4.3.0.nupkg) = 44123 -SHA256 (nuget/runtime.any.system.reflection.primitives.4.3.0.nupkg) = 2e43d7b620d033705c7589009b9b9234e8b3dee178278e6aa719f96818aa3574 -SIZE (nuget/runtime.any.system.reflection.primitives.4.3.0.nupkg) = 43106 -SHA256 (nuget/runtime.any.system.reflection.4.3.0.nupkg) = 9ece9ffbe95203e6e2d715e0996d4991615bd8d68c0fec3e60d4df32fc808909 -SIZE (nuget/runtime.any.system.reflection.4.3.0.nupkg) = 43499 -SHA256 (nuget/runtime.any.system.resources.resourcemanager.4.3.0.nupkg) = f44be7999b252e02cb849d34a3931668fb894256d415c505f22b4640d564710e -SIZE (nuget/runtime.any.system.resources.resourcemanager.4.3.0.nupkg) = 42939 -SHA256 (nuget/runtime.any.system.runtime.handles.4.3.0.nupkg) = 3d04400b09d252ec6057248ed7ce342afa820bd17c888f624f3c4d5b445c052e -SIZE (nuget/runtime.any.system.runtime.handles.4.3.0.nupkg) = 30945 -SHA256 (nuget/runtime.any.system.runtime.interopservices.4.3.0.nupkg) = 29ac393e72d8222a966eca05dd5289872ee9929a06b14c27e190c22ac71b6f30 -SIZE (nuget/runtime.any.system.runtime.interopservices.4.3.0.nupkg) = 71496 -SHA256 (nuget/runtime.any.system.runtime.4.3.0.nupkg) = ab084d5c1689d43b4392e45a7201f09d998e675bbdabb37c8f471638b60e10b3 -SIZE (nuget/runtime.any.system.runtime.4.3.0.nupkg) = 55302 -SHA256 (nuget/runtime.any.system.text.encoding.extensions.4.3.0.nupkg) = e8c623d1198b878115a8cb4efcc46a062d073a7e621b8c7d2629a008227e1053 -SIZE (nuget/runtime.any.system.text.encoding.extensions.4.3.0.nupkg) = 43296 -SHA256 (nuget/runtime.any.system.text.encoding.4.3.0.nupkg) = 435f01f6adba324599c7af1ec547d04f7d3ed0f1a6a4594381a1744e7688182b -SIZE (nuget/runtime.any.system.text.encoding.4.3.0.nupkg) = 43396 -SHA256 (nuget/runtime.any.system.threading.tasks.4.3.0.nupkg) = 6a074e334357ba97c76ca010cd04fc5e06c8f41f2154487e6bfdafa9e1dcb60e -SIZE (nuget/runtime.any.system.threading.tasks.4.3.0.nupkg) = 47940 -SHA256 (nuget/runtime.any.system.threading.timer.4.3.0.nupkg) = 0601f15c221b89c559b6980c8a64978b18450b757ea79383a9e9630e33bc842b -SIZE (nuget/runtime.any.system.threading.timer.4.3.0.nupkg) = 43098 -SHA256 (nuget/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 2d750f2d7dc3271b14d4f7775308ced4f3bd34cd9e94d1035debb632efef369b -SIZE (nuget/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 44390 -SHA256 (nuget/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = a9e4aa69423cd3e96ac3930ae2f32998ed0265aaab99892dc29e8bfaf4006f42 -SIZE (nuget/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 42827 -SHA256 (nuget/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 4ab1ea4fdc2b081b3120b5ad68980629de8e766c66f3f321eca8740949195730 -SIZE (nuget/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 42833 -SHA256 (nuget/runtime.native.system.io.compression.4.3.0.nupkg) = 0d69d7b38be52a853a5b1c6f080ad326ea55eac5f78816d987c49ba9f1da71ef -SIZE (nuget/runtime.native.system.io.compression.4.3.0.nupkg) = 16918 -SHA256 (nuget/runtime.native.system.net.http.4.3.0.nupkg) = 739e7a3f285e470a588707818d27c8c04c991e701407c8d68a8c8a11ca7fd9d8 -SIZE (nuget/runtime.native.system.net.http.4.3.0.nupkg) = 16894 -SHA256 (nuget/runtime.native.system.security.cryptography.apple.4.3.0.nupkg) = d88841bf48baa5370ecabf05148c9f3c469a087526259f036302d4c09fb9c1ac -SIZE (nuget/runtime.native.system.security.cryptography.apple.4.3.0.nupkg) = 16967 -SHA256 (nuget/runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 272d352a1b5c0a5db08cca59587f97ddf8477159fe4b296558563ccd6973ffa2 -SIZE (nuget/runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 17048 -SHA256 (nuget/runtime.native.system.4.3.0.nupkg) = 64165aa1d9e3bcb5c04d6a575da90581ccba3fe82386c8455e6825acbe710f96 -SIZE (nuget/runtime.native.system.4.3.0.nupkg) = 16854 -SHA256 (nuget/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = c32bf4d20765a9ff1c93111d57b13e425f61248a0f726604bb27966f93b3de63 -SIZE (nuget/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 44200 -SHA256 (nuget/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = ce2f9be2c085ac0f500624860c3ef13d5dbbaf78871a557df60a725548d199ce -SIZE (nuget/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 44118 -SHA256 (nuget/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg) = b1eae477803b17a79c88f88f26d532272c73740b6ea4471621943d9e9b44cc83 -SIZE (nuget/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg) = 19581 -SHA256 (nuget/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 8326d053a98f81a595deb046d9d6c7ead4f7b41abc9a0cdedcf44e76cb969d7d -SIZE (nuget/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 37682 -SHA256 (nuget/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 56c3fbd8656f7969c652f4bfbe33902efd54f341f62bc9d9e1f0c0988eb51e6e -SIZE (nuget/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 42668 -SHA256 (nuget/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = e322866bf22b3422ae437cda0f320b74d3c3df66cd772eb1af981d2628321798 -SIZE (nuget/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 43118 -SHA256 (nuget/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 1e674986146c895a0e382714bc0c1d8e93118b2b92c1d72012fda3f61c62f997 -SIZE (nuget/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 42901 -SHA256 (nuget/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = a551542ae3cf231d1e7502a3cd1a27df32aaf338731c4ce4a3f95cd3557f8ddc -SIZE (nuget/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg) = 42939 -SHA256 (nuget/runtime.unix.microsoft.win32.primitives.4.3.0.nupkg) = 2d96f6de5457cebdbab514b9680d31c81d3c27189b94f0e803b1c1be7e9ac178 -SIZE (nuget/runtime.unix.microsoft.win32.primitives.4.3.0.nupkg) = 31929 -SHA256 (nuget/runtime.unix.system.console.4.3.0.nupkg) = 00791d292853447b6da9f3239a2fa53e94ee0ab339bddfd6472e8a6ed89ed7dd -SIZE (nuget/runtime.unix.system.console.4.3.0.nupkg) = 62174 -SHA256 (nuget/runtime.unix.system.diagnostics.debug.4.3.0.nupkg) = 45ea1acec71f6c61fe47ab3a8e4839b0810758d12f8c4a07b48b0c6e973bfad2 -SIZE (nuget/runtime.unix.system.diagnostics.debug.4.3.0.nupkg) = 38808 -SHA256 (nuget/runtime.unix.system.io.filesystem.4.3.0.nupkg) = 3dfe26465e980cadb1d8a321d16772360bf455435d48a5432e51eaa3379ccb92 -SIZE (nuget/runtime.unix.system.io.filesystem.4.3.0.nupkg) = 62460 -SHA256 (nuget/runtime.unix.system.net.primitives.4.3.0.nupkg) = a4727e23a8b5e8c57a9bbeee8530ba18f63a8d6191784dd248fddf541e7db62d -SIZE (nuget/runtime.unix.system.net.primitives.4.3.0.nupkg) = 125060 -SHA256 (nuget/runtime.unix.system.net.sockets.4.3.0.nupkg) = 22f80e780d89b818ca979c805468cf60c3c3cecf6985bdca00db3de47f6fd70e -SIZE (nuget/runtime.unix.system.net.sockets.4.3.0.nupkg) = 105673 -SHA256 (nuget/runtime.unix.system.private.uri.4.3.0.nupkg) = 739b575a113f7d86c9565f6b5ecd2e1e1de94ec838e180f5749bf2380d16a0cb -SIZE (nuget/runtime.unix.system.private.uri.4.3.0.nupkg) = 75969 -SHA256 (nuget/runtime.unix.system.runtime.extensions.4.3.0.nupkg) = 97c4bd82de9d937a981ba1d8a271ed76562d04ac8f6f6f6e43a3438e6aeddd5e -SIZE (nuget/runtime.unix.system.runtime.extensions.4.3.0.nupkg) = 54075 -SHA256 (Jackett-Jackett-v0.24.1622_GH0.tar.gz) = 1bce77b4d50bb0adb7c16183f639687cff969c154196086a338a3460d5cdf6ab -SIZE (Jackett-Jackett-v0.24.1622_GH0.tar.gz) = 5165564 +SHA256 (nuget/yamldotnet.18.1.0.nupkg) = 59ffe65ade67ad9d886267f877b634a450363cb81b94e19db9ca4c36461416f6 +SIZE (nuget/yamldotnet.18.1.0.nupkg) = 795624 +SHA256 (Jackett-Jackett-v0.24.2330_GH0.tar.gz) = fcd7e4e74af9b1d5bb4fbcc789cf9179240c144ca0bc2b0e1ab227c76779530e +SIZE (Jackett-Jackett-v0.24.2330_GH0.tar.gz) = 5157492 diff --git a/net-p2p/jackett/pkg-plist b/net-p2p/jackett/pkg-plist index 7f5f2edb00ba..a28a4bf2f0c8 100644 --- a/net-p2p/jackett/pkg-plist +++ b/net-p2p/jackett/pkg-plist @@ -1,956 +1,953 @@ %%DATADIR%%/AngleSharp.Xml.dll %%DATADIR%%/AngleSharp.dll %%DATADIR%%/Autofac.Extensions.DependencyInjection.dll %%DATADIR%%/Autofac.dll %%DATADIR%%/BencodeNET.dll %%DATADIR%%/CommandLine.dll %%DATADIR%%/Content/animate.css %%DATADIR%%/Content/apple-touch-icon.png %%DATADIR%%/Content/binding_dark.png %%DATADIR%%/Content/bootstrap/bootstrap.min.css %%DATADIR%%/Content/bootstrap/bootstrap.min.js %%DATADIR%%/Content/common.js %%DATADIR%%/Content/css/bootstrap-multiselect.css %%DATADIR%%/Content/css/font-awesome.min.css %%DATADIR%%/Content/css/jquery.dataTables.min.css %%DATADIR%%/Content/css/tagify.css %%DATADIR%%/Content/custom.css %%DATADIR%%/Content/custom.js %%DATADIR%%/Content/custom_mobile.css %%DATADIR%%/Content/favicon.ico %%DATADIR%%/Content/fonts/FontAwesome.otf %%DATADIR%%/Content/fonts/fontawesome-webfont.eot %%DATADIR%%/Content/fonts/fontawesome-webfont.svg %%DATADIR%%/Content/fonts/fontawesome-webfont.ttf %%DATADIR%%/Content/fonts/fontawesome-webfont.woff %%DATADIR%%/Content/fonts/fontawesome-webfont.woff2 %%DATADIR%%/Content/fonts/glyphicons-halflings-regular.eot %%DATADIR%%/Content/fonts/glyphicons-halflings-regular.svg %%DATADIR%%/Content/fonts/glyphicons-halflings-regular.ttf %%DATADIR%%/Content/fonts/glyphicons-halflings-regular.woff %%DATADIR%%/Content/fonts/glyphicons-halflings-regular.woff2 %%DATADIR%%/Content/images/sort_asc.png %%DATADIR%%/Content/images/sort_asc_disabled.png %%DATADIR%%/Content/images/sort_both.png %%DATADIR%%/Content/images/sort_desc.png %%DATADIR%%/Content/images/sort_desc_disabled.png %%DATADIR%%/Content/index.html %%DATADIR%%/Content/jacket_medium.png %%DATADIR%%/Content/libs/api.js %%DATADIR%%/Content/libs/bootstrap-multiselect.js %%DATADIR%%/Content/libs/bootstrap-notify.js %%DATADIR%%/Content/libs/filesize.min.js %%DATADIR%%/Content/libs/handlebars.min.js %%DATADIR%%/Content/libs/handlebarsextend.js %%DATADIR%%/Content/libs/handlebarsmoment.js %%DATADIR%%/Content/libs/jQuery.tagify.min.js %%DATADIR%%/Content/libs/jquery.dataTables.min.js %%DATADIR%%/Content/libs/jquery.min.js %%DATADIR%%/Content/libs/moment.min.js %%DATADIR%%/Content/libs/tagify.min.js %%DATADIR%%/Content/login.html %%DATADIR%%/DateTimeRoutines.dll %%DATADIR%%/DateTimeRoutines.pdb %%DATADIR%%/Definitions/0daykiev.yml %%DATADIR%%/Definitions/0magnet.yml %%DATADIR%%/Definitions/1337x.yml %%DATADIR%%/Definitions/13city.yml %%DATADIR%%/Definitions/1ptbar.yml -%%DATADIR%%/Definitions/3changtrai.yml %%DATADIR%%/Definitions/3dtorrents.yml %%DATADIR%%/Definitions/4thd.yml %%DATADIR%%/Definitions/52bt.yml %%DATADIR%%/Definitions/52pt.yml %%DATADIR%%/Definitions/Bittorrentfiles.yml %%DATADIR%%/Definitions/abnormal-api.yml %%DATADIR%%/Definitions/abtorrents.yml %%DATADIR%%/Definitions/acgrip.yml %%DATADIR%%/Definitions/acrossthetasman.yml %%DATADIR%%/Definitions/aftershock.yml -%%DATADIR%%/Definitions/afun.yml %%DATADIR%%/Definitions/agsvpt.yml %%DATADIR%%/Definitions/aidoruonline.yml %%DATADIR%%/Definitions/aither-api.yml %%DATADIR%%/Definitions/alingpt.yml %%DATADIR%%/Definitions/amigosshare.yml +%%DATADIR%%/Definitions/anibt.yml %%DATADIR%%/Definitions/animebybelka.yml %%DATADIR%%/Definitions/animelayer.yml %%DATADIR%%/Definitions/animetorrentsro.yml +%%DATADIR%%/Definitions/animetosho-xyz.yml %%DATADIR%%/Definitions/animeworld-api.yml %%DATADIR%%/Definitions/anirena.yml %%DATADIR%%/Definitions/anisource.yml %%DATADIR%%/Definitions/anthelion-api.yml %%DATADIR%%/Definitions/arabafenice.yml %%DATADIR%%/Definitions/arabicsource-api.yml %%DATADIR%%/Definitions/arabp2p.yml %%DATADIR%%/Definitions/arabscene.yml -%%DATADIR%%/Definitions/arabtorrents-com.yml %%DATADIR%%/Definitions/arabtorrents.yml %%DATADIR%%/Definitions/asiancinema.yml %%DATADIR%%/Definitions/asiandvdclub.yml %%DATADIR%%/Definitions/audiences.yml %%DATADIR%%/Definitions/audionews.yml %%DATADIR%%/Definitions/aura4k-api.yml %%DATADIR%%/Definitions/aussierules.yml %%DATADIR%%/Definitions/azusa.yml %%DATADIR%%/Definitions/backups.yml %%DATADIR%%/Definitions/bangumi-moe.yml %%DATADIR%%/Definitions/baozipt.yml %%DATADIR%%/Definitions/beload.yml %%DATADIR%%/Definitions/best-torrents.yml %%DATADIR%%/Definitions/bestcore.yml %%DATADIR%%/Definitions/bibliotik.yml %%DATADIR%%/Definitions/bigbbs.yml %%DATADIR%%/Definitions/bigcore.yml %%DATADIR%%/Definitions/bigfangroup.yml %%DATADIR%%/Definitions/bitbazis.yml %%DATADIR%%/Definitions/bitded.yml %%DATADIR%%/Definitions/bitgamer.yml %%DATADIR%%/Definitions/bithumen.yml %%DATADIR%%/Definitions/bitmagnet.yml %%DATADIR%%/Definitions/bitpalace.yml %%DATADIR%%/Definitions/bitporn.yml -%%DATADIR%%/Definitions/bitru.yml %%DATADIR%%/Definitions/bitturk.yml +%%DATADIR%%/Definitions/bjshare.yml %%DATADIR%%/Definitions/bluebird.yml %%DATADIR%%/Definitions/blueroms.yml %%DATADIR%%/Definitions/bluetorrents.yml %%DATADIR%%/Definitions/bluraytracker.yml %%DATADIR%%/Definitions/blutopia-api.yml %%DATADIR%%/Definitions/booktracker.yml %%DATADIR%%/Definitions/bootytape.yml %%DATADIR%%/Definitions/borgzelle.yml %%DATADIR%%/Definitions/boxingtorrents.yml %%DATADIR%%/Definitions/btarg.yml %%DATADIR%%/Definitions/btdirectory.yml %%DATADIR%%/Definitions/btetree.yml %%DATADIR%%/Definitions/btnext.yml %%DATADIR%%/Definitions/btschool.yml -%%DATADIR%%/Definitions/btstate.yml %%DATADIR%%/Definitions/bwtorrents.yml %%DATADIR%%/Definitions/byrbt.yml %%DATADIR%%/Definitions/byrutor.yml %%DATADIR%%/Definitions/c411.yml %%DATADIR%%/Definitions/cangbaoge.yml %%DATADIR%%/Definitions/capybarabr.yml %%DATADIR%%/Definitions/carpathians.yml -%%DATADIR%%/Definitions/carphunter.yml %%DATADIR%%/Definitions/carpt.yml %%DATADIR%%/Definitions/cathoderaytube.yml %%DATADIR%%/Definitions/catorrent.yml %%DATADIR%%/Definitions/ceskeforum.yml %%DATADIR%%/Definitions/cgpeers.yml %%DATADIR%%/Definitions/chdbits.yml %%DATADIR%%/Definitions/chilebt-api.yml %%DATADIR%%/Definitions/cinemageddon.yml %%DATADIR%%/Definitions/cinemamovies.yml %%DATADIR%%/Definitions/cinematik.yml %%DATADIR%%/Definitions/clearjav-api.yml %%DATADIR%%/Definitions/coastalcrew.yml %%DATADIR%%/Definitions/comicat.yml %%DATADIR%%/Definitions/concen.yml %%DATADIR%%/Definitions/concertos.yml %%DATADIR%%/Definitions/crabpt.yml %%DATADIR%%/Definitions/crackingpatching.yml %%DATADIR%%/Definitions/crazyspirits-api.yml %%DATADIR%%/Definitions/crnaberza.yml %%DATADIR%%/Definitions/crnaberza2fa.yml %%DATADIR%%/Definitions/crt2fa.yml %%DATADIR%%/Definitions/cspt.yml %%DATADIR%%/Definitions/cyanbug.yml +%%DATADIR%%/Definitions/cyclingarchiveclub.yml +%%DATADIR%%/Definitions/czteam-api.yml %%DATADIR%%/Definitions/damagnet.yml -%%DATADIR%%/Definitions/darkiworld-api.yml %%DATADIR%%/Definitions/darkpeers.yml %%DATADIR%%/Definitions/dasunerwartete-api.yml %%DATADIR%%/Definitions/dasunerwartete.yml %%DATADIR%%/Definitions/datascene-api.yml +%%DATADIR%%/Definitions/daxiangjiao.yml %%DATADIR%%/Definitions/deildu.yml -%%DATADIR%%/Definitions/demonoid-clone.yml +%%DATADIR%%/Definitions/depthstudio.yml %%DATADIR%%/Definitions/desitorrents-api.yml %%DATADIR%%/Definitions/devil-torrents.yml %%DATADIR%%/Definitions/diablotorrent.yml %%DATADIR%%/Definitions/digitalcore-api.yml %%DATADIR%%/Definitions/dimeadozen.yml %%DATADIR%%/Definitions/discfan.yml %%DATADIR%%/Definitions/dmhy.yml %%DATADIR%%/Definitions/docspedia.yml %%DATADIR%%/Definitions/dreamingtree.yml %%DATADIR%%/Definitions/drugari.yml %%DATADIR%%/Definitions/ds-reloaded.yml %%DATADIR%%/Definitions/dubhe.yml %%DATADIR%%/Definitions/dxp.yml %%DATADIR%%/Definitions/ebookbay.yml %%DATADIR%%/Definitions/ebooks-shares.yml %%DATADIR%%/Definitions/ehentai.yml %%DATADIR%%/Definitions/electro-torrent.yml -%%DATADIR%%/Definitions/elitetorrent-wf.yml %%DATADIR%%/Definitions/empornium.yml %%DATADIR%%/Definitions/empornium2fa.yml %%DATADIR%%/Definitions/emuwarez.yml %%DATADIR%%/Definitions/estone.yml %%DATADIR%%/Definitions/ex-torrenty.yml %%DATADIR%%/Definitions/exitorrent-org.yml %%DATADIR%%/Definitions/exkinoray.yml %%DATADIR%%/Definitions/explosiv-world.yml %%DATADIR%%/Definitions/extratorrent-st.yml %%DATADIR%%/Definitions/extremebits.yml %%DATADIR%%/Definitions/eztv.yml %%DATADIR%%/Definitions/eztvl.yml %%DATADIR%%/Definitions/f1carreras-api.yml %%DATADIR%%/Definitions/f1gp.yml %%DATADIR%%/Definitions/fanoin.yml %%DATADIR%%/Definitions/fappaizuri.yml %%DATADIR%%/Definitions/fappaizuri2fa.yml -%%DATADIR%%/Definitions/fearnopeer.yml %%DATADIR%%/Definitions/femdomcult.yml %%DATADIR%%/Definitions/fenyarnyek-tracker.yml %%DATADIR%%/Definitions/file-tracker.yml %%DATADIR%%/Definitions/filemood.yml %%DATADIR%%/Definitions/finelite.yml %%DATADIR%%/Definitions/flood.yml %%DATADIR%%/Definitions/freefarm.yml %%DATADIR%%/Definitions/freejavtorrent.yml -%%DATADIR%%/Definitions/funkytorrents.yml %%DATADIR%%/Definitions/funzone-api.yml %%DATADIR%%/Definitions/futuretorrent.yml %%DATADIR%%/Definitions/fuzer.yml %%DATADIR%%/Definitions/g3minitr4ck3r-api.yml %%DATADIR%%/Definitions/gamestorrents.yml %%DATADIR%%/Definitions/gay-torrents.yml -%%DATADIR%%/Definitions/gay-torrentsorg.yml %%DATADIR%%/Definitions/gaytorrentru.yml %%DATADIR%%/Definitions/generationfree-api.yml %%DATADIR%%/Definitions/ggpt.yml %%DATADIR%%/Definitions/gigatorrents.yml -%%DATADIR%%/Definitions/gimmepeers.yml %%DATADIR%%/Definitions/girotorrent.yml %%DATADIR%%/Definitions/haidan.yml %%DATADIR%%/Definitions/haitang.yml %%DATADIR%%/Definitions/happyfappy.yml %%DATADIR%%/Definitions/happyfappy2fa.yml %%DATADIR%%/Definitions/hawke-uno.yml %%DATADIR%%/Definitions/hd-club.yml %%DATADIR%%/Definitions/hd-unit3d-api.yml %%DATADIR%%/Definitions/hdarea.yml %%DATADIR%%/Definitions/hdbao.yml %%DATADIR%%/Definitions/hdc.yml %%DATADIR%%/Definitions/hdclone.yml -%%DATADIR%%/Definitions/hdcztorrent.yml %%DATADIR%%/Definitions/hddolby.yml %%DATADIR%%/Definitions/hdfans.yml %%DATADIR%%/Definitions/hdforever.yml +%%DATADIR%%/Definitions/hdforever2fa.yml %%DATADIR%%/Definitions/hdgalaktik.yml %%DATADIR%%/Definitions/hdhome.yml %%DATADIR%%/Definitions/hdkylin.yml %%DATADIR%%/Definitions/hdolimpo-api.yml %%DATADIR%%/Definitions/hdonly-api.yml %%DATADIR%%/Definitions/hdroute.yml %%DATADIR%%/Definitions/hdsky.yml %%DATADIR%%/Definitions/hdspace.yml %%DATADIR%%/Definitions/hdtime.yml %%DATADIR%%/Definitions/hdtorrents.yml %%DATADIR%%/Definitions/hdtorrentsit.yml %%DATADIR%%/Definitions/hdturk.yml %%DATADIR%%/Definitions/hdu.yml %%DATADIR%%/Definitions/hdvideo.yml %%DATADIR%%/Definitions/hdzero.yml %%DATADIR%%/Definitions/hebits.yml %%DATADIR%%/Definitions/hellashut-api.yml %%DATADIR%%/Definitions/hellashut.yml %%DATADIR%%/Definitions/hellenic-hd-api.yml %%DATADIR%%/Definitions/helltorrents.yml +%%DATADIR%%/Definitions/herobit.yml %%DATADIR%%/Definitions/hhanclub.yml %%DATADIR%%/Definitions/hhd-api.yml %%DATADIR%%/Definitions/houseofdevil.yml %%DATADIR%%/Definitions/hqmusic.yml %%DATADIR%%/Definitions/hudbt.yml %%DATADIR%%/Definitions/huntorrent.yml %%DATADIR%%/Definitions/hxpt.yml -%%DATADIR%%/Definitions/hydracker-api.yml %%DATADIR%%/Definitions/ilcorsaroblu.yml -%%DATADIR%%/Definitions/ilcorsaronero.yml %%DATADIR%%/Definitions/ildragonero.yml %%DATADIR%%/Definitions/immortuos.yml %%DATADIR%%/Definitions/indietorrents.yml -%%DATADIR%%/Definitions/infinity-api.yml %%DATADIR%%/Definitions/infinityhd-api.yml %%DATADIR%%/Definitions/infire.yml %%DATADIR%%/Definitions/insanetracker.yml %%DATADIR%%/Definitions/internetarchive.yml %%DATADIR%%/Definitions/itatorrents.yml %%DATADIR%%/Definitions/jme-reunit3d-api.yml -%%DATADIR%%/Definitions/joyhd.yml %%DATADIR%%/Definitions/jpopsuki.yml %%DATADIR%%/Definitions/jptv4us-api.yml %%DATADIR%%/Definitions/kamept.yml %%DATADIR%%/Definitions/karagarga.yml %%DATADIR%%/Definitions/keepfriends.yml %%DATADIR%%/Definitions/kelu.yml %%DATADIR%%/Definitions/kickasstorrents-to.yml %%DATADIR%%/Definitions/kickasstorrents-ws.yml %%DATADIR%%/Definitions/kinorun.yml %%DATADIR%%/Definitions/kinozal-magnet.yml %%DATADIR%%/Definitions/kinozal.yml %%DATADIR%%/Definitions/korsar.yml %%DATADIR%%/Definitions/krazyzone.yml %%DATADIR%%/Definitions/kufei.yml %%DATADIR%%/Definitions/kufirc.yml %%DATADIR%%/Definitions/kufirc2fa.yml %%DATADIR%%/Definitions/kunlun.yml -%%DATADIR%%/Definitions/lacale-api.yml %%DATADIR%%/Definitions/lajidui.yml %%DATADIR%%/Definitions/lastdigitalunderground.yml %%DATADIR%%/Definitions/lastfiles.yml %%DATADIR%%/Definitions/lat-team-api.yml %%DATADIR%%/Definitions/learnflakes.yml %%DATADIR%%/Definitions/leech24.yml %%DATADIR%%/Definitions/lemonhd-net.yml %%DATADIR%%/Definitions/lesaloon.yml %%DATADIR%%/Definitions/letseed.yml %%DATADIR%%/Definitions/libranet.yml %%DATADIR%%/Definitions/limetorrents.yml %%DATADIR%%/Definitions/linkomanija.yml %%DATADIR%%/Definitions/linuxtracker.yml %%DATADIR%%/Definitions/locadora.yml %%DATADIR%%/Definitions/longpt.yml %%DATADIR%%/Definitions/losslessclub.yml %%DATADIR%%/Definitions/lp-bits.yml %%DATADIR%%/Definitions/lst.yml %%DATADIR%%/Definitions/luckpt.yml %%DATADIR%%/Definitions/luminarr-api.yml %%DATADIR%%/Definitions/mactorrentsdownload.yml %%DATADIR%%/Definitions/madsrevolution.yml %%DATADIR%%/Definitions/magico.yml %%DATADIR%%/Definitions/magnetcat.yml %%DATADIR%%/Definitions/magnetdownload.yml %%DATADIR%%/Definitions/magnetz.yml %%DATADIR%%/Definitions/majomparade.yml %%DATADIR%%/Definitions/makingoff.yml %%DATADIR%%/Definitions/malayabits-api.yml %%DATADIR%%/Definitions/march.yml %%DATADIR%%/Definitions/marinetracker.yml %%DATADIR%%/Definitions/matrix.yml %%DATADIR%%/Definitions/mazepa.yml %%DATADIR%%/Definitions/mdan.yml %%DATADIR%%/Definitions/megapeer.yml +%%DATADIR%%/Definitions/memphis.yml %%DATADIR%%/Definitions/mesevilag.yml %%DATADIR%%/Definitions/metalguru.yml %%DATADIR%%/Definitions/metaltracker.yml %%DATADIR%%/Definitions/midnightscene.yml %%DATADIR%%/Definitions/mikan.yml %%DATADIR%%/Definitions/milkie.yml +%%DATADIR%%/Definitions/milnueve-api.yml %%DATADIR%%/Definitions/miobt.yml %%DATADIR%%/Definitions/mixtapetorrent.yml %%DATADIR%%/Definitions/mma-torrents.yml %%DATADIR%%/Definitions/mnv.yml %%DATADIR%%/Definitions/mojblink.yml %%DATADIR%%/Definitions/momentpt.yml %%DATADIR%%/Definitions/monikadesign-api.yml %%DATADIR%%/Definitions/mousebits.yml -%%DATADIR%%/Definitions/moviesdvdr.yml %%DATADIR%%/Definitions/musebootlegs.yml +%%DATADIR%%/Definitions/musopia.yml %%DATADIR%%/Definitions/muxuege.yml %%DATADIR%%/Definitions/mvgroupforum.yml %%DATADIR%%/Definitions/mvgroupmain.yml %%DATADIR%%/Definitions/mypornclub.yml %%DATADIR%%/Definitions/myspleen.yml %%DATADIR%%/Definitions/nanyangpt.yml %%DATADIR%%/Definitions/ncore.yml %%DATADIR%%/Definitions/nekobt.yml %%DATADIR%%/Definitions/nethd.yml %%DATADIR%%/Definitions/new-team.yml %%DATADIR%%/Definitions/newheaven.yml %%DATADIR%%/Definitions/newretro.yml %%DATADIR%%/Definitions/newstudio.yml %%DATADIR%%/Definitions/newstudiol.yml -%%DATADIR%%/Definitions/nexum-api.yml %%DATADIR%%/Definitions/nicept.yml %%DATADIR%%/Definitions/nipponsei.yml %%DATADIR%%/Definitions/nirvana.yml %%DATADIR%%/Definitions/njtupt.yml %%DATADIR%%/Definitions/nobs.yml %%DATADIR%%/Definitions/noname-club.yml %%DATADIR%%/Definitions/noname-clubl.yml %%DATADIR%%/Definitions/nordicbytes.yml -%%DATADIR%%/Definitions/nordichd.yml %%DATADIR%%/Definitions/nordicquality.yml -%%DATADIR%%/Definitions/nortorrent.yml %%DATADIR%%/Definitions/nostradamus.yml %%DATADIR%%/Definitions/novahd.yml %%DATADIR%%/Definitions/nyaasi.yml %%DATADIR%%/Definitions/okpt.yml %%DATADIR%%/Definitions/oldgreektracker.yml %%DATADIR%%/Definitions/oldtoonsworld.yml %%DATADIR%%/Definitions/onejav.yml %%DATADIR%%/Definitions/onlyencodes-api.yml %%DATADIR%%/Definitions/opencd.yml %%DATADIR%%/Definitions/opensharing.yml +%%DATADIR%%/Definitions/order66.yml %%DATADIR%%/Definitions/oshenpt.yml %%DATADIR%%/Definitions/ourbits.yml %%DATADIR%%/Definitions/p2pbg.yml %%DATADIR%%/Definitions/panda.yml %%DATADIR%%/Definitions/pandacd.yml %%DATADIR%%/Definitions/parabellumhd-api.yml %%DATADIR%%/Definitions/party-tracker.yml %%DATADIR%%/Definitions/pctorrent.yml %%DATADIR%%/Definitions/peeratiko.yml +%%DATADIR%%/Definitions/peergarden.yml %%DATADIR%%/Definitions/peersfm.yml %%DATADIR%%/Definitions/phoenixproject.yml %%DATADIR%%/Definitions/pier720.yml %%DATADIR%%/Definitions/pignetwork.yml %%DATADIR%%/Definitions/pixelcove.yml %%DATADIR%%/Definitions/pixelcove2fa.yml %%DATADIR%%/Definitions/playletpt.yml %%DATADIR%%/Definitions/plugintorrent.yml %%DATADIR%%/Definitions/podzemlje.yml %%DATADIR%%/Definitions/polishtorrent.yml %%DATADIR%%/Definitions/polishtracker-api.yml %%DATADIR%%/Definitions/polskie-torrenty.yml -%%DATADIR%%/Definitions/pornbay.yml %%DATADIR%%/Definitions/pornolab.yml %%DATADIR%%/Definitions/pornotorrent.yml %%DATADIR%%/Definitions/pornrips.yml %%DATADIR%%/Definitions/portugas-api.yml %%DATADIR%%/Definitions/postman-api.yml %%DATADIR%%/Definitions/postman.yml %%DATADIR%%/Definitions/proaudiotorrents.yml %%DATADIR%%/Definitions/proporno.yml %%DATADIR%%/Definitions/ptcafe.yml %%DATADIR%%/Definitions/ptcc.yml +%%DATADIR%%/Definitions/ptcdy.yml %%DATADIR%%/Definitions/pterclub.yml %%DATADIR%%/Definitions/ptfans.yml %%DATADIR%%/Definitions/ptfiles.yml %%DATADIR%%/Definitions/ptgtk.yml %%DATADIR%%/Definitions/pthome.yml %%DATADIR%%/Definitions/ptitzmx.yml %%DATADIR%%/Definitions/ptlao.yml %%DATADIR%%/Definitions/ptlgs.yml %%DATADIR%%/Definitions/ptsbao.yml %%DATADIR%%/Definitions/ptskit.yml %%DATADIR%%/Definitions/pttey.yml %%DATADIR%%/Definitions/pttime.yml %%DATADIR%%/Definitions/ptying.yml %%DATADIR%%/Definitions/ptzone.yml %%DATADIR%%/Definitions/punkshorror.yml %%DATADIR%%/Definitions/puntotorrent.yml %%DATADIR%%/Definitions/pussytorrents.yml %%DATADIR%%/Definitions/putao.yml %%DATADIR%%/Definitions/pwtorrents.yml +%%DATADIR%%/Definitions/pwtorrents2fa.yml %%DATADIR%%/Definitions/qingwa.yml %%DATADIR%%/Definitions/r3vwtf.yml %%DATADIR%%/Definitions/racing4everyone-api.yml %%DATADIR%%/Definitions/racingforme.yml %%DATADIR%%/Definitions/railgunpt.yml -%%DATADIR%%/Definitions/rain.yml %%DATADIR%%/Definitions/rainbowtracker.yml %%DATADIR%%/Definitions/rastastugan-api.yml %%DATADIR%%/Definitions/redstartorrent.yml %%DATADIR%%/Definitions/reelflix-api.yml %%DATADIR%%/Definitions/retromoviesclub-api.yml +%%DATADIR%%/Definitions/retrotoon.yml %%DATADIR%%/Definitions/rgfootball.yml %%DATADIR%%/Definitions/rintor.yml %%DATADIR%%/Definitions/rintornet.yml %%DATADIR%%/Definitions/riperam.yml -%%DATADIR%%/Definitions/rockbox.yml %%DATADIR%%/Definitions/rockethd.yml %%DATADIR%%/Definitions/romanianmetaltorrents.yml -%%DATADIR%%/Definitions/rotorrent-api.yml %%DATADIR%%/Definitions/rousi-pro.yml %%DATADIR%%/Definitions/rudub.yml %%DATADIR%%/Definitions/rustorka.yml %%DATADIR%%/Definitions/rutor.yml %%DATADIR%%/Definitions/rutracker-ru.yml %%DATADIR%%/Definitions/samaritano.yml %%DATADIR%%/Definitions/sbpt.yml %%DATADIR%%/Definitions/scenerush.yml %%DATADIR%%/Definitions/scenetime-api.yml +%%DATADIR%%/Definitions/seedcore-api.yml %%DATADIR%%/Definitions/seedfile.yml %%DATADIR%%/Definitions/seedpool-api.yml %%DATADIR%%/Definitions/selezen.yml %%DATADIR%%/Definitions/sewerpt.yml %%DATADIR%%/Definitions/sextorrent-api.yml %%DATADIR%%/Definitions/sexypics.yml +%%DATADIR%%/Definitions/shadowbit.yml %%DATADIR%%/Definitions/shakaw.yml %%DATADIR%%/Definitions/shanaproject.yml %%DATADIR%%/Definitions/shareisland-api.yml %%DATADIR%%/Definitions/showrss.yml %%DATADIR%%/Definitions/siambit.yml %%DATADIR%%/Definitions/siqi.yml %%DATADIR%%/Definitions/skidrowrepack.yml %%DATADIR%%/Definitions/skipthecommercials-api.yml %%DATADIR%%/Definitions/sktorrent-org.yml %%DATADIR%%/Definitions/sktorrent.yml -%%DATADIR%%/Definitions/slobitmedia-api.yml +%%DATADIR%%/Definitions/slobitgames.yml %%DATADIR%%/Definitions/snowpt.yml %%DATADIR%%/Definitions/sosulki.yml %%DATADIR%%/Definitions/soulvoice.yml %%DATADIR%%/Definitions/speedmasterhd.yml %%DATADIR%%/Definitions/spiritofrevolution.yml +%%DATADIR%%/Definitions/sportscora.yml %%DATADIR%%/Definitions/sportscult.yml %%DATADIR%%/Definitions/springsunday.yml %%DATADIR%%/Definitions/sukebeinyaasi.yml %%DATADIR%%/Definitions/sunnypt.yml %%DATADIR%%/Definitions/superbits.yml %%DATADIR%%/Definitions/swarmazon-api.yml -%%DATADIR%%/Definitions/tangmen.yml %%DATADIR%%/Definitions/tangpt.yml %%DATADIR%%/Definitions/tapochek.yml %%DATADIR%%/Definitions/tasmanit.yml %%DATADIR%%/Definitions/teamctgame.yml %%DATADIR%%/Definitions/teamflix.yml %%DATADIR%%/Definitions/teamhd.yml %%DATADIR%%/Definitions/teamos.yml %%DATADIR%%/Definitions/tekno3d.yml %%DATADIR%%/Definitions/thebrothers.yml %%DATADIR%%/Definitions/thecrazyones.yml %%DATADIR%%/Definitions/theempire.yml %%DATADIR%%/Definitions/thefallingangels.yml %%DATADIR%%/Definitions/thegeeks.yml %%DATADIR%%/Definitions/thekitchen.yml %%DATADIR%%/Definitions/theleachzone-api.yml %%DATADIR%%/Definitions/themixingbowl.yml %%DATADIR%%/Definitions/thenewfun.yml %%DATADIR%%/Definitions/theoccult.yml %%DATADIR%%/Definitions/theoldschool-api.yml %%DATADIR%%/Definitions/theparadiese.yml %%DATADIR%%/Definitions/thepiratebay.yml %%DATADIR%%/Definitions/theplace.yml %%DATADIR%%/Definitions/therarbg.yml %%DATADIR%%/Definitions/theshow.yml %%DATADIR%%/Definitions/thevault.yml %%DATADIR%%/Definitions/tjupt.yml %%DATADIR%%/Definitions/tlfbits.yml %%DATADIR%%/Definitions/tmghub.yml %%DATADIR%%/Definitions/tocashare.yml -%%DATADIR%%/Definitions/tokyopt.yml %%DATADIR%%/Definitions/tokyotosho.yml %%DATADIR%%/Definitions/tormac.yml %%DATADIR%%/Definitions/tornado.yml -%%DATADIR%%/Definitions/torr9.yml %%DATADIR%%/Definitions/torrent-heaven.yml %%DATADIR%%/Definitions/torrent-pirat.yml %%DATADIR%%/Definitions/torrent-turk.yml %%DATADIR%%/Definitions/torrent9.yml %%DATADIR%%/Definitions/torrentbd.yml %%DATADIR%%/Definitions/torrentby.yml %%DATADIR%%/Definitions/torrentccf.yml +%%DATADIR%%/Definitions/torrentclaw.yml %%DATADIR%%/Definitions/torrentcore.yml %%DATADIR%%/Definitions/torrentdd.yml %%DATADIR%%/Definitions/torrentdownload.yml %%DATADIR%%/Definitions/torrentdownloads.yml %%DATADIR%%/Definitions/torrenteros-api.yml %%DATADIR%%/Definitions/torrentgalaxyclone.yml -%%DATADIR%%/Definitions/torrenthr.yml +%%DATADIR%%/Definitions/torrenthaven-api.yml +%%DATADIR%%/Definitions/torrenthr-api.yml %%DATADIR%%/Definitions/torrenting.yml %%DATADIR%%/Definitions/torrentkitty.yml -%%DATADIR%%/Definitions/torrentleech-pl.yml %%DATADIR%%/Definitions/torrentleech.yml %%DATADIR%%/Definitions/torrentlt.yml %%DATADIR%%/Definitions/torrentmasters.yml %%DATADIR%%/Definitions/torrentoyunindir.yml %%DATADIR%%/Definitions/torrentproject2.yml -%%DATADIR%%/Definitions/torrentqq.yml %%DATADIR%%/Definitions/torrentsome.yml %%DATADIR%%/Definitions/torrenttip.yml %%DATADIR%%/Definitions/torrenttrader.yml %%DATADIR%%/Definitions/totheglory.yml %%DATADIR%%/Definitions/totheglory2fa.yml +%%DATADIR%%/Definitions/tr4ker.yml %%DATADIR%%/Definitions/trackermk.yml %%DATADIR%%/Definitions/trackerzero.yml %%DATADIR%%/Definitions/traht.yml %%DATADIR%%/Definitions/trancetraffic.yml %%DATADIR%%/Definitions/trezzor.yml %%DATADIR%%/Definitions/trezzorcookie.yml %%DATADIR%%/Definitions/tribalmixes.yml %%DATADIR%%/Definitions/turkseed-api.yml %%DATADIR%%/Definitions/turktorrent.yml -%%DATADIR%%/Definitions/tvchaosuk.yml %%DATADIR%%/Definitions/u2.yml %%DATADIR%%/Definitions/u2p.yml %%DATADIR%%/Definitions/u3c3.yml %%DATADIR%%/Definitions/ubits.yml %%DATADIR%%/Definitions/uindex.yml +%%DATADIR%%/Definitions/ultrabits-api.yml %%DATADIR%%/Definitions/ultrahd.yml +%%DATADIR%%/Definitions/unbreakable.yml %%DATADIR%%/Definitions/unionfansub.yml %%DATADIR%%/Definitions/unlimitz.yml %%DATADIR%%/Definitions/uploadcx.yml %%DATADIR%%/Definitions/upscalevault.yml %%DATADIR%%/Definitions/utopia.yml %%DATADIR%%/Definitions/uztracker.yml %%DATADIR%%/Definitions/vault-network.yml +%%DATADIR%%/Definitions/vc-lib.yml %%DATADIR%%/Definitions/vietmediaf.yml %%DATADIR%%/Definitions/vsthouse.yml %%DATADIR%%/Definitions/vstorrent.yml %%DATADIR%%/Definitions/vsttorrents.yml %%DATADIR%%/Definitions/whiteangel.yml %%DATADIR%%/Definitions/wihd.yml %%DATADIR%%/Definitions/wintersakura.yml %%DATADIR%%/Definitions/world-of-tomorrow.yml %%DATADIR%%/Definitions/world-torrent.yml +%%DATADIR%%/Definitions/xingtan.yml %%DATADIR%%/Definitions/xingwan.yml %%DATADIR%%/Definitions/xingyung.yml %%DATADIR%%/Definitions/xloli.yml %%DATADIR%%/Definitions/xtorrenty.yml %%DATADIR%%/Definitions/xtremebytes.yml %%DATADIR%%/Definitions/xwtclassics.yml +%%DATADIR%%/Definitions/xwtclassics2fa.yml %%DATADIR%%/Definitions/xwtorrents.yml +%%DATADIR%%/Definitions/xwtorrents2fa.yml %%DATADIR%%/Definitions/xxxclub.yml %%DATADIR%%/Definitions/xxxtor.yml +%%DATADIR%%/Definitions/yggreborn-api.yml %%DATADIR%%/Definitions/yts.yml %%DATADIR%%/Definitions/yuscene-api.yml %%DATADIR%%/Definitions/zamundarip.yml %%DATADIR%%/Definitions/zappateers.yml -%%DATADIR%%/Definitions/zktorrent.yml +%%DATADIR%%/Definitions/zenith.yml %%DATADIR%%/Definitions/zmpt.yml %%DATADIR%%/Definitions/zrpt.yml %%DATADIR%%/Definitions/ztracker.yml %%DATADIR%%/FlareSolverrSharp.dll %%DATADIR%%/ICSharpCode.SharpZipLib.dll %%DATADIR%%/Jackett.Common.dll %%DATADIR%%/Jackett.Common.pdb %%DATADIR%%/LICENSE %%DATADIR%%/Microsoft.AspNetCore.Antiforgery.dll %%DATADIR%%/Microsoft.AspNetCore.Authentication.Abstractions.dll %%DATADIR%%/Microsoft.AspNetCore.Authentication.BearerToken.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.Endpoints.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.Results.dll %%DATADIR%%/Microsoft.AspNetCore.Http.dll %%DATADIR%%/Microsoft.AspNetCore.HttpLogging.dll %%DATADIR%%/Microsoft.AspNetCore.HttpOverrides.dll %%DATADIR%%/Microsoft.AspNetCore.HttpsPolicy.dll %%DATADIR%%/Microsoft.AspNetCore.Identity.dll %%DATADIR%%/Microsoft.AspNetCore.JsonPatch.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.NewtonsoftJson.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.OutputCaching.dll %%DATADIR%%/Microsoft.AspNetCore.RateLimiting.dll %%DATADIR%%/Microsoft.AspNetCore.Razor.Runtime.dll %%DATADIR%%/Microsoft.AspNetCore.Razor.dll %%DATADIR%%/Microsoft.AspNetCore.RequestDecompression.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.NamedPipes.dll %%DATADIR%%/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.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.StaticAssets.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.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.Diagnostics.Abstractions.dll %%DATADIR%%/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll %%DATADIR%%/Microsoft.Extensions.Diagnostics.HealthChecks.dll %%DATADIR%%/Microsoft.Extensions.Diagnostics.dll %%DATADIR%%/Microsoft.Extensions.Features.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.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%%/MimeMapping.dll %%DATADIR%%/Mono.Posix.dll %%DATADIR%%/Mono.Unix.dll %%DATADIR%%/NLog.Extensions.Logging.dll %%DATADIR%%/NLog.Web.AspNetCore.dll %%DATADIR%%/NLog.dll %%DATADIR%%/Newtonsoft.Json.Bson.dll %%DATADIR%%/Newtonsoft.Json.dll %%DATADIR%%/Org.Mentalis.dll %%DATADIR%%/Polly.Core.dll %%DATADIR%%/Polly.dll %%DATADIR%%/README.md %%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.dll %%DATADIR%%/System.Console.dll %%DATADIR%%/System.Core.dll %%DATADIR%%/System.Data.Common.dll %%DATADIR%%/System.Data.DataSetExtensions.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.Primitives.dll %%DATADIR%%/System.Drawing.dll %%DATADIR%%/System.Dynamic.Runtime.dll %%DATADIR%%/System.Formats.Asn1.dll %%DATADIR%%/System.Formats.Tar.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.Quic.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.JavaScript.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.Cryptography.dll %%DATADIR%%/System.Security.Principal.Windows.dll %%DATADIR%%/System.Security.Principal.dll %%DATADIR%%/System.Security.SecureString.dll %%DATADIR%%/System.Security.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.RateLimiting.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.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%%/WindowsBase.dll %%DATADIR%%/YamlDotNet.dll %%DATADIR%%/jackett %%DATADIR%%/jackett.deps.json %%DATADIR%%/jackett.dll %%DATADIR%%/jackett.pdb %%DATADIR%%/jackett.runtimeconfig.json %%DATADIR%%/jackett.staticwebassets.endpoints.json %%DATADIR%%/libSystem.Globalization.Native.so %%DATADIR%%/libSystem.IO.Compression.Native.so %%DATADIR%%/libSystem.Native.so %%DATADIR%%/libSystem.Net.Security.Native.so %%DATADIR%%/libSystem.Security.Cryptography.Native.OpenSsl.so %%DATADIR%%/libclrgc.so %%DATADIR%%/libclrgcexp.so %%DATADIR%%/libclrjit.so %%DATADIR%%/libcoreclr.so %%DATADIR%%/libhostfxr.so %%DATADIR%%/libhostpolicy.so %%DATADIR%%/libmscordaccore.so %%DATADIR%%/libmscordbi.so %%DATADIR%%/mscorlib.dll %%DATADIR%%/netstandard.dll