Releases: SabreTools/SabreTools.Hashing
Rolling Release
Last built commit: f5a4af9
v2.0.0
This is an API-breaking update!
Internally, HashType was defined as an enumeration, which caused issues if minor- or patch-version mismatches occurred. HashType has been converted into a distinct type that disallows this sort of mismatching behavior. Any implementers that relied on the enumeration behavior will have to use HashType.AllHashes to get all possible values or build sets of HashType values another way.
I apologize for the inconvenience of this change, but this should make it easier to add new checksum and hash types in the future without worrying about backward compatibility to this point.
Full Changelog: 1.6.1...2.0.0
v1.6.1
Full Changelog: 1.6.0...1.6.1
v1.6.0
Full Changelog: 1.5.1...1.6.0
v1.5.1
What's Changed
- Add SpamSum fuzzy compare by @HeroponRikiBestest in #3
New Contributors
- @HeroponRikiBestest made their first contribution in #3
Full Changelog: 1.5.0...1.5.1
v1.5.0
Full Changelog: 1.4.2...1.5.0
v1.4.2
Full Changelog: 1.4.1...1.4.2
v1.4.1
Full Changelog: 1.4.0...1.4.1
v1.4.0
Full Changelog: 1.3.0...1.4.0
v1.3.0
Full Changelog: 1.2.3...1.3.0