Skip to content

Commit edca6d0

Browse files
committed
added support for .net 7
1 parent 1c71587 commit edca6d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Source/FileWatcherEx/FileWatcherEx.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<Copyright>Copyright © 2018-2022 Duong Dieu Phap</Copyright>
7+
<Copyright>Copyright © 2018-2023 Duong Dieu Phap</Copyright>
88
<PackageProjectUrl>https://github.com/d2phap/FileWatcherEx</PackageProjectUrl>
99
<PackageReadmeFile>README.md</PackageReadmeFile>
1010
<RepositoryUrl>https://github.com/d2phap/FileWatcherEx</RepositoryUrl>
@@ -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.1</VersionPrefix>
16+
<VersionPrefix>2.2.0</VersionPrefix>
1717
<PackageLicenseExpression>MIT</PackageLicenseExpression>
18-
<PackageReleaseNotes>Improve and dispose CancellationToken</PackageReleaseNotes>
18+
<PackageReleaseNotes>See https://github.com/d2phap/FileWatcherEx/releases</PackageReleaseNotes>
1919
<Authors>$(Authors)</Authors>
2020
</PropertyGroup>
2121

0 commit comments

Comments
 (0)