Skip to content

Commit

Permalink
updated nuget package v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
d2phap committed Jun 25, 2022
1 parent a7a8fea commit 854f251
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/FileWatcherEx/FileWatcherEx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<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>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<FileVersion>$(Version)</FileVersion>
<VersionPrefix>2.1.0</VersionPrefix>
<VersionPrefix>2.1.1</VersionPrefix>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReleaseNotes>Expose FileSystemWatcher.Filters property in .NET 6</PackageReleaseNotes>
<PackageReleaseNotes>Improve and dispose CancellationToken</PackageReleaseNotes>
<Authors>$(Authors)</Authors>
<SignAssembly>False</SignAssembly>
<AssemblyOriginatorKeyFile>C:\Users\d2pha\Desktop\pk.pfx</AssemblyOriginatorKeyFile>
Expand Down

0 comments on commit 854f251

Please sign in to comment.