We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 101efea commit 8a0ebfeCopy full SHA for 8a0ebfe
README.md
@@ -5,7 +5,7 @@ The multithreading .NET library that provides opportunity to fast find files or
5
## INSTALLATION
6
1. Download archive with last [release](https://github.com/VladPVS/FastSearchLibrary/releases "Last release")
7
2. Extract content from some directory.
8
-3. Copy files .dll and .xml files in directory of your project.
+3. Copy .dll and .xml files in directory of your project.
9
4. Add library to your project: Solution Explorer -> Reference -> item AddReference in contex menu -> Browse
10
5. Add appropriate namespace: `using FastSearchLibrary;`
11
6. Set target .NET Framework version as 4.5.1 or higher: Project -> <YourProjectName> Properties -> Target framework
0 commit comments