Skip to content

Commit 854f251

Browse files
committed
updated nuget package v2.1.1
1 parent a7a8fea commit 854f251

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/FileWatcherEx/FileWatcherEx.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
<Description>A wrapper of FileSystemWatcher to standardize the events and avoid false change notifications, used in ImageGlass project (https://imageglass.org). This project is based on the VSCode FileWatcher: https://github.com/Microsoft/vscode-filewatcher-windows.</Description>
1414
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1515
<FileVersion>$(Version)</FileVersion>
16-
<VersionPrefix>2.1.0</VersionPrefix>
16+
<VersionPrefix>2.1.1</VersionPrefix>
1717
<PackageLicenseExpression>MIT</PackageLicenseExpression>
18-
<PackageReleaseNotes>Expose FileSystemWatcher.Filters property in .NET 6</PackageReleaseNotes>
18+
<PackageReleaseNotes>Improve and dispose CancellationToken</PackageReleaseNotes>
1919
<Authors>$(Authors)</Authors>
2020
<SignAssembly>False</SignAssembly>
2121
<AssemblyOriginatorKeyFile>C:\Users\d2pha\Desktop\pk.pfx</AssemblyOriginatorKeyFile>

0 commit comments

Comments
 (0)