Skip to content

Commit

Permalink
release 34.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robinrodricks committed Jul 16, 2021
1 parent b95454f commit cde6a80
Show file tree
Hide file tree
Showing 2 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 @@ -61,7 +61,7 @@
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\FluentFTP.xml</DocumentationFile>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>sn.snk</AssemblyOriginatorKeyFile>
<Version>34.0.0</Version>
<Version>34.0.1</Version>
<PackageLicenseFile>LICENSE.TXT</PackageLicenseFile>
<PackageIcon>logo-nuget.png</PackageIcon>
</PropertyGroup>
Expand Down
4 changes: 4 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

#### 34.0.1
- Fix file path calculation when uploading files to IBM zOS running MVS (thanks [arafuls](/arafuls))
- Detect full qualified directory when using data sets on IBM zOS running MVS (thanks [arafuls](/arafuls))

#### 34.0.0
- Major: Refactor and cleanup helpers & extension methods
- Major: Changed namespace of `FtpTrace` to `FluentFTP.Helpers`
Expand Down

0 comments on commit cde6a80

Please sign in to comment.