Skip to content

Commit

Permalink
release 27.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robinrodricks committed Jul 24, 2019
1 parent e4010e5 commit 6416000
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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.3</VersionPrefix>
<VersionPrefix>27.0.0</VersionPrefix>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\FluentFTP.xml</DocumentationFile>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>sn.snk</AssemblyOriginatorKeyFile>
<Version>26.0.3</Version>
<Version>27.0.0</Version>
</PropertyGroup>

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

#### 27.0.0
- New: Change `Capability` API to return a list of capabilities instead of bitwise enum (allows for more than 32 distinct capabilities)
- New: Change `Capability` API to return a list instead of bitwise enum (to support more than 32 distinct capabilities)
- New: Change custom parsers to take capabilities as a list instead of bitwise enum (to match client implementation)
- New: Support detection of FTP2S3 gateway server software (allows for server specific commands)
- New: Support detection of server-specific capabilities of Serv-U FTP Server/Gateway
- New: Support detection of server-specific capabilities of Serv-U FTP Gateway
- New: Support `RMDA` command to quickly and recursively delete a directory from Serv-U FTP Gateway

#### 26.0.2
- Fix: Improve performance of `GetFileSize` to only switch to Binary for servers that require it
Expand Down

0 comments on commit 6416000

Please sign in to comment.