Skip to content

Commit

Permalink
release 51.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robinrodricks committed Sep 13, 2024
1 parent 6643cd7 commit 732630f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion FluentFTP/FluentFTP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\FluentFTP.xml</DocumentationFile>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>sn.snk</AssemblyOriginatorKeyFile>
<Version>51.0.0</Version>
<Version>51.1.0</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>logo-nuget.png</PackageIcon>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
Expand Down
6 changes: 6 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes

#### 51.1.0

- Fix: GUI hangs during `Dispose` of `AsyncFtpClient`
- Fix: Improve Async & GUI cohabitation
- Change: Rename `FtpCapability.MLSD` to `MLST` to better reflect its behaviour

#### 51.0.0

- **Connection**
Expand Down

0 comments on commit 732630f

Please sign in to comment.