Skip to content

Commit

Permalink
release 33.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
robinrodricks committed Mar 27, 2021
1 parent be302b5 commit fb8bdc3
Show file tree
Hide file tree
Showing 3 changed files with 5 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 @@ -53,7 +53,7 @@
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\FluentFTP.xml</DocumentationFile>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>sn.snk</AssemblyOriginatorKeyFile>
<Version>33.1.2</Version>
<Version>33.1.3</Version>
<PackageLicenseFile>LICENSE.TXT</PackageLicenseFile>
<PackageIcon>logo-nuget.png</PackageIcon>
</PropertyGroup>
Expand Down
Binary file modified Powershell/FluentFTP.dll
Binary file not shown.
4 changes: 4 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

#### 33.1.3
- New: `LogToFile` and `LogToConsole` are now available on .NET Framework / .NET 5.0
- Fix: `Capabilities` & `HashAlgorithms` are returned if they are loaded regardless of connection status

#### 33.1.2
- Fix: Prevent `Capabilities` & `HashAlgorithms` from causing sync-over-async path
- Fix: `NullReferenceException` during `UploadFile` if the error message is unknown
Expand Down

0 comments on commit fb8bdc3

Please sign in to comment.