Skip to content

Commit 1166341

Browse files
committed
release 53.0.2
1 parent 074f222 commit 1166341

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

FluentFTP/FluentFTP.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
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>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

RELEASES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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**

0 commit comments

Comments
 (0)