Rebex 2016 R1 released
Released: Jan 15, 2016
Updates in this release
Updates in 2016 R1
- Rebex assemblies are now signed with SHA-256 signatures in addition to legacy SHA-1 signatures.
- Added workaround for Xamarin.Android whose Dns.GetHostEntry resolves 'localhost' to device's external IP address.
- Better exception message when working with ZIP archives which use PKWARE's proprietary encryption algorithm.
- ZipArchive now implements IEnumerable<ZipItem> to make it easier to iterate the items.
- ZipArchive.PasswordRequired event is raised correctly when calling ZipItem.Open method.