@@ -4,7 +4,6 @@ A wrapper of C# `FileSystemWatcher` for Windows, used in [ImageGlass](https://gi
4
4
This project is based on the * VSCode FileWatcher* : https://github.com/Microsoft/vscode-filewatcher-windows
5
5
6
6
![ Nuget] ( https://img.shields.io/nuget/dt/FileWatcherEx?color=%2300a8d6&logo=nuget )
7
- [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/t20tf9qyta8enhu1?svg=true )] ( https://ci.appveyor.com/project/d2phap/filewatcherex )
8
7
9
8
10
9
## Resource links
@@ -19,8 +18,13 @@ This project is based on the *VSCode FileWatcher*: https://github.com/Microsoft/
19
18
20
19
## Installation
21
20
Run the command
22
- ``` bat
21
+ ``` bash
22
+ # Nuget package
23
23
Install-Package FileWatcherEx
24
+
25
+
26
+ # or use Github registry
27
+ dotnet add PROJECT package FileWatcherEx
24
28
```
25
29
26
30
## Usage
@@ -59,21 +63,9 @@ void FW_OnRenamed(object sender, FileChangedEvent e)
59
63
[ MIT] ( LICENSE )
60
64
61
65
## Support this project
62
-
63
- <a href =" https://github.com/sponsors/d2phap " target =" _blank " title =" Become a sponsor " >
64
- <
img src =
" https://img.shields.io/badge/[email protected] ?maxAge=3600&logo=github " height =
" 30 " alt =
" Become a sponsor " >
65
- </a >
66
-
67
- <a href =" https://www.patreon.com/d2phap " target =" _blank " title =" Become a patron " >
68
- <img src =" https://img.shields.io/badge/Patreon-@d2phap%20-e85b46.svg?maxAge=3600&logo=patreon " height =" 30 " alt =" Become a patron " >
69
- </a >
70
-
71
- <a href =" https://www.paypal.me/d2phap " target =" _blank " title =" Buy me a beer? " >
72
- <img src =" https://img.shields.io/badge/PayPal-Donate%20$10%20-0070ba.svg?maxAge=3600&logo=paypal " height =" 30 " alt =" Buy me a beer? " >
73
- </a >
74
-
75
- <a href =" https://donorbox.org/imageglass " target =" _blank " title =" Wire transfer " >
76
- <img src =" https://img.shields.io/badge/DonorBox-@imageglass%20-005384.svg?maxAge=3600&logo=donorbox " height =" 30 " alt =" Wire transfer " >
77
- </a >
66
+ - [ GitHub sponsor] ( https://github.com/sponsors/d2phap )
67
+ - [ Patreon] ( https://www.patreon.com/d2phap )
68
+ - [ PayPal] ( https://www.paypal.me/d2phap )
69
+ - [ Wire Transfers] ( https://donorbox.org/imageglass )
78
70
79
71
Thanks for your gratitude and finance help!
0 commit comments