Skip to content

Commit

Permalink
release 45.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robinrodricks committed Feb 24, 2023
1 parent 1e554bb commit 5ae6d34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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>45.1.0</Version>
<Version>45.2.0</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>logo-nuget.png</PackageIcon>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
Expand Down
5 changes: 4 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Release Notes

#### 45.1.1
#### 45.2.0
- New: Add 9 missing properties to the FTP client interfaces
- New: Improve log message wording for EPSV & proxies (thanks [FanDjango](/FanDjango))
- Fix: Improve GetReply behaviour to correctly handle timeout exceptions (thanks [FanDjango](/FanDjango))
- Fix: Improve NOOP behaviour to correctly handle timeout exceptions (thanks [FanDjango](/FanDjango))

#### 45.1.0
- New: `DiscoverSslSessionLength` API to auto compute a working value for SSL Session length (thanks [FanDjango](/FanDjango))
Expand Down

0 comments on commit 5ae6d34

Please sign in to comment.