Skip to content

Commit 5512b4c

Browse files
committed
updated nuget package
1 parent aa1c853 commit 5512b4c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Nuget/Build/FileWatcherEx.1.1.0.nupkg

9.79 KB
Binary file not shown.

Nuget/FileWatcherEx.nuspec

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@
77
<authors>Duong Dieu Phap</authors>
88
<owners>Duong Dieu Phap</owners>
99
<description>
10-
A wrapper of C# FileSystemWatcher for Windows. This project is based on the VSCode FileWatcher: https://github.com/Microsoft/vscode-filewatcher-windows
10+
A wrapper of C# FileSystemWatcher for Windows, used in ImageGlass project. This project is based on the VSCode FileWatcher: https://github.com/Microsoft/vscode-filewatcher-windows.
1111
</description>
1212
<releaseNotes>
1313
</releaseNotes>
1414
<summary>
15-
Features: Standardize the events of C# FileSystemWatcher. No false change notifications when a file system item is created, deleted, changed or renamed.
15+
Features: Standardize the events of C# FileSystemWatcher. No false change notifications when a file system item is created, deleted, changed or renamed.
1616
</summary>
1717
<language>en-US</language>
1818
<projectUrl>https://github.com/d2phap/FileWatcherEx</projectUrl>
19-
<iconUrl>https://nuget.org/Content/Images/packageDefaultIcon-50x50.png</iconUrl>
19+
<iconUrl>https://www.nuget.org/Content/gallery/img/default-package-icon.svg</iconUrl>
2020
<requireLicenseAcceptance>true</requireLicenseAcceptance>
2121
<licenseUrl>https://github.com/d2phap/FileWatcherEx/blob/master/LICENSE</licenseUrl>
2222
<copyright>&#x00A9; Duong Dieu Phap. All rights reserved.</copyright>
2323
<dependencies>
2424
</dependencies>
2525
<references></references>
26-
<tags>filewatcher filesystemwatcher io filesystemevent monitor</tags>
26+
<tags>filewatcher filesystemwatcher io filesystemevent monitor file-watcher file-monitoring realtime file-systems file-system-events monitor-file-system fs fsevents</tags>
2727
</metadata>
2828
<files>
2929
<file src="..\Source\FileWatcherEx\bin\Release\FileWatcherEx.dll" target="lib\net45\" />

Nuget/build.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
nuget.exe pack "FileWatcherEx.nuspec" -NoPackageAnalysis -verbosity detailed -o Build -Version 1.0.0.0
1+
nuget.exe pack "FileWatcherEx.nuspec" -NoPackageAnalysis -verbosity detailed -o Build -Version 1.1.0.0
22

33
pause

0 commit comments

Comments
 (0)