File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1111 <DocumentationFile >bin\$(Configuration)\$(TargetFramework)\FluentFTP.xml</DocumentationFile >
1212 <SignAssembly >True</SignAssembly >
1313 <AssemblyOriginatorKeyFile >sn.snk</AssemblyOriginatorKeyFile >
14- <Version >53.0.1 </Version >
14+ <Version >53.0.2 </Version >
1515 <PackageLicenseExpression >MIT</PackageLicenseExpression >
1616 <PackageIcon >logo-nuget.png</PackageIcon >
1717 <AllowUnsafeBlocks >True</AllowUnsafeBlocks >
1818 <LangVersion >10.0</LangVersion >
1919 </PropertyGroup >
2020
2121 <PropertyGroup >
22- <TargetFrameworks >net5 .0;net6 .0;net7.0;net8 .0;net462;net472;netstandard2.0;netstandard2.1</TargetFrameworks >
22+ <TargetFrameworks >net7 .0;net8 .0;net9 .0;net462;net472;netstandard2.0;netstandard2.1</TargetFrameworks >
2323 <Platforms >AnyCPU;x64</Platforms >
2424 <PackageReadmeFile ></PackageReadmeFile >
2525 <RepositoryUrl >https://github.com/robinrodricks/FluentFTP</RepositoryUrl >
Original file line number Diff line number Diff line change @@ -141,9 +141,9 @@ FluentFTP works on .NET and .NET Standard/.NET Core.
141141| ---------------| -----------|
142142| ** .NET 4.6.2** | net462 |
143143| ** .NET 4.7.2** | net472 |
144- | ** .NET 5.0** | net50 |
145- | ** .NET 6.0** | net60 |
146144| ** .NET 7.0** | net70 |
145+ | ** .NET 8.0** | net80 |
146+ | ** .NET 9.0** | net90 |
147147| ** .NET Standard 2.0** | netstandard2.0|
148148| ** .NET Standard 2.1** | netstandard2.1|
149149
Original file line number Diff line number Diff line change 11# Release Notes
22
3+ #### 53.0.2
4+
5+ - Fix missing await and async in Async ` GetReply `
6+ - Fix timer/polling issue in ` AsyncFtpMonitor.StartTimer `
7+ - Rework ` AsyncFtpMonitor ` and ` FtpMonitor ` access modifiers to virtual for easy overriding
8+ - Drop support for .NET 5, .NET 6 and add support for .NET 9 builds
9+
310#### 53.0.1
411
512 - ** FTP Protocol**
You can’t perform that action at this time.
0 commit comments