Skip to content
This repository was archived by the owner on Jul 18, 2023. It is now read-only.

Commit e87f313

Browse files
committed
Merge remote-tracking branch 'origin/1.9Upgrade' into 1.9Upgrade
2 parents db02393 + cabccb2 commit e87f313

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
uses: actions/upload-artifact@v2
2626
with:
2727
name: Flow.Launcher.Plugin.Everything
28-
path: Output/Release/
28+
path: Output/Release/Flow.Launcher.Plugin.Everything
2929

Main.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
using System.Threading.Tasks;
1313
using System.Windows;
1414
using System.Windows.Controls;
15-
using System.Windows.Markup.Localizer;
1615

1716
namespace Flow.Launcher.Plugin.Everything
1817
{

plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"ActionKeyword": "*",
44
"Name": "Everything",
55
"Description": "Search Everything",
6-
"Author": "qianlifeng,orzfly",
7-
"Version": "1.5.6",
6+
"Author": "qianlifeng, orzfly",
7+
"Version": "1.6.0",
88
"Language": "csharp",
99
"Website": "https://github.com/Flow-Launcher/Flow.Launcher.Plugin.Everything",
1010
"IcoPath": "Images\\find.png",

0 commit comments

Comments
 (0)