Skip to content

Releases: pdwetz/FileZapper

3.5

31 Oct 23:33
6292d24
Compare
Choose a tag to compare

Updated to net6, with associated nugets and code tweaks to handle obsolete calls.

3.4

20 Oct 01:50
06dbed0
Compare
Choose a tag to compare
3.4
  • All projects now .netcore 3.1.
  • Nuget update and related code updates.
  • Minor code cleanup.

3.3

14 Oct 00:33
f235e6a
Compare
Choose a tag to compare
3.3

Now targets .NET Core 3.0. Nuget update.

3.2

15 Jan 04:51
d5a3f75
Compare
Choose a tag to compare
3.2

For large files (2 GB+), now uses MD5 in place of Farmhash to avoid IO error

3.1

18 Dec 02:17
ae0bf42
Compare
Choose a tag to compare
3.1

Now targets .Net Core 2.2. Sampler offset + size adjusted.

Version 3.0.0.0

08 Oct 03:54
3f20ebc
Compare
Choose a tag to compare

Version 3.0.0.0

  • Library now targets netstandard 2.0, CLI and Test target .Net Core 2.1
  • Deletes are now final. No more recycle bin support.
  • Support for multiple hashing options. Defaults to Farmhash.
  • Logging now uses Serilog
  • Uses new MS extensions for command line, config, etc.

Version 2.2.0.0

17 Mar 16:37
Compare
Choose a tag to compare

Version 2.2.0.0

  • Added new boolean setting "DupeCheckIgnoresHierarchy" to help speed up process; now by default will only sample hashes from same folder.
  • Bug fix: full hashing algorithm now properly skips files with no sample hash
  • Now targets .NET framework v4.6.1 (was v4.5)
  • Nuget update
  • Updated tests to be compatible with v3 of NUnit
  • Added and refined tests