Releases: pdwetz/FileZapper
Releases · pdwetz/FileZapper
3.5
3.4
3.3
3.2
3.1
Version 3.0.0.0
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
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