Skip to content

Commit

Permalink
release 46.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robinrodricks committed Mar 13, 2023
1 parent 768c4ee commit d28208c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ root = true

# Default settings:
[*]
indent_style = space
indent_style = tab
trim_trailing_whitespace = true
trim_trailing_white_space_on_save = true
end_of_line = crlf
Expand Down
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>46.0.1</Version>
<Version>46.0.2</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>logo-nuget.png</PackageIcon>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
Expand Down
5 changes: 5 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Notes

#### 46.0.2
- Fix: Custom stream logging tweak: Message first then close stream
- Fix: Custom stream: Also log `InnerException` if it exists within the exception
- Fix: Internal stream null check to avoid exception in `Execute` API methods

#### 46.0.1
- Fix: Hotfix to remove new `DowloadStream` overload that causes compile failure

Expand Down

0 comments on commit d28208c

Please sign in to comment.