Skip to content

Commit

Permalink
release 26.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robinrodricks committed Jul 17, 2019
1 parent acfca56 commit c792a9d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FluentFTP/FluentFTP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
<PackageProjectUrl>https://github.com/robinrodricks/FluentFTP</PackageProjectUrl>
<Copyright>MIT License</Copyright>
<PackageTags>ftp,ftp-client,ftps,ssl,tls,unix,iis</PackageTags>
<VersionPrefix>26.0.1</VersionPrefix>
<VersionPrefix>26.0.2</VersionPrefix>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\FluentFTP.xml</DocumentationFile>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>sn.snk</AssemblyOriginatorKeyFile>
<Version>26.0.1</Version>
<Version>26.0.2</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Release'">
Expand Down
7 changes: 7 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release Notes

#### 26.0.2
- Fix: Improve performance of `GetFileSize` to only switch to Binary for servers that require it
- Fix: Ensure data type (ASCII/Binary) is correctly flipped during `GetFileSize` for servers that require it
- Fix: Ensure data type (ASCII/Binary) is correctly set for cloned connections
- Fix: Reset server detection state flags whenever we connect to a server, to allow for reuse of `FtpClient`
- Fix: Copy server detection state flags to cloned connections to improve performance

#### 26.0.1
- Fix: Prefer using Passive/Active modes rather than Enhanced Active/Passive during auto-detection
- Fix: Some FTP servers do not open a port when listing an empty folder with `GetNameListing`
Expand Down

0 comments on commit c792a9d

Please sign in to comment.