You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ Features
25
25
- Install plugins from http://www.wox.one/plugin
26
26
27
27
**New from this fork:**
28
+
- Upgraded to .Net Core 3.1
28
29
- Portable mode
29
30
- Drastically improved search experience
30
31
- Auto-complete text suggestion
@@ -53,7 +54,6 @@ Windows may complain about security due to code not being signed. This will be f
53
54
Versions marked as **pre-release** are unstable pre-release versions.
54
55
55
56
- Requirements:
56
-
- .net >= 4.5.2
57
57
- If you want to integrate with [everything](https://www.voidtools.com/): `.exe` installer + use x64 if your windows is x64 + everything service is running. Supported version is 1.3.4.686
58
58
- If you use python plugins, install [python3](https://www.python.org/downloads/): `.exe` installer + add it to `%PATH%` or set it in WoX settings
59
59
@@ -76,10 +76,11 @@ Contribution
76
76
- I'd appreciate if you could solve [help_needed](https://github.com/Wox-launcher/Wox/issues?q=is%3Aopen+is%3Aissue+label%3Ahelp_needed) labeled issue
77
77
- Don't hesitate to ask questions in the [issues](https://github.com/Wox-launcher/Wox/issues)
78
78
79
-
Build
79
+
Developing/Debugging
80
80
-----
81
81
82
-
Install Visual Studio 2017/2019
82
+
Install Visual Studio 2019
83
+
Install [.Net Core 3.1 SDK](https://dotnet.microsoft.com/download/dotnet-core/thank-you/sdk-3.1.201-windows-x64-installer) or alternatively via Visual Studio installer.
0 commit comments