Skip to content

Commit

Permalink
update versions and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
robinrodricks committed Mar 23, 2018
1 parent becd036 commit e64906d
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -34,7 +34,7 @@
<PackageProjectUrl>https://github.com/robinrodricks/FluentFTP</PackageProjectUrl>
<Copyright>MIT License</Copyright>
<PackageTags>ftp,ftp-client,ftps,ssl,tls,unix,iis</PackageTags>
<VersionPrefix>19.1.2</VersionPrefix>
<VersionPrefix>19.1.3</VersionPrefix>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\FluentFTP.xml</DocumentationFile>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>sn.snk</AssemblyOriginatorKeyFile>
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1338,6 +1338,11 @@ This is not a bug in FluentFTP. RFC959 says that EOF on stream mode transfers is
## Release Notes
#### 19.1.3
- Fix: Added async versions of FTP methods to IFtpClient (thanks @peterfortuin)
- Fix: Fixes when ActivePorts is specified in active FTP mode (thanks @ToniMontana)
- Fix: Throw OperationCanceledException instead of FtpException when cancellation is requested (thanks @taoyouh)
#### 19.1.2
- Fix: Add support for checking if file exists on Serv-U FTP Server
- Fix: Make IFtpClient inherit from IDisposable (thanks @repl-andrew-ovens)
Expand Down

0 comments on commit e64906d

Please sign in to comment.