Skip to content

Commit

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

#### 37.0.0
- New: Detect Titan FTP servers (allows for future server-specific handling)
- Fix: Validation of short CRC checksum fails due to mismatch of hex hash format
- Change: Remove redundant and extranous `OpenRead`/`OpenWrite`/`OpenAppend` API and keep only 2 methods each
- Change: Mark `OpenRead`/`OpenWrite`/`OpenAppend` API as obsolete with warnings and recommend high level API
- Change: Cleanup dependencies for netstandard2.0, netstandard2.1 and net5.0 targets (thanks [jnyrup](/jnyrup))

#### 36.1.0
- Change: Restore the older `OpenRead` API to prevent breaking older projects that depend on it (thanks [FanDjango](/FanDjango))

Expand Down

0 comments on commit 22c896b

Please sign in to comment.