From e004f96b655af1f38e363b053db9afc7a87dd001 Mon Sep 17 00:00:00 2001 From: ryanbodrug-microsoft <56318517+ryanbodrug-microsoft@users.noreply.github.com> Date: Tue, 7 Apr 2020 14:41:33 -0700 Subject: [PATCH] Making Query internals visible to wox. --- src/modules/launcher/Wox.Plugin/Properties/AssemblyInfo.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/launcher/Wox.Plugin/Properties/AssemblyInfo.cs b/src/modules/launcher/Wox.Plugin/Properties/AssemblyInfo.cs index 4b0a7d6d56..26b22f8654 100644 --- a/src/modules/launcher/Wox.Plugin/Properties/AssemblyInfo.cs +++ b/src/modules/launcher/Wox.Plugin/Properties/AssemblyInfo.cs @@ -1,5 +1,6 @@ using System.Runtime.CompilerServices; [assembly: InternalsVisibleTo("PowerLauncher")] +[assembly: InternalsVisibleTo("Wox")] [assembly: InternalsVisibleTo("Wox.Core")] [assembly: InternalsVisibleTo("Wox.Test")] \ No newline at end of file