Skip to content

Releases: jcaillon/CabinetManager

v1.0.5

13 Nov 18:36
784432e
Compare
Choose a tag to compare

Improvements

Added a more honest way to know which files are processed: IFileCabBase.Processed.

v1.0.4

13 Nov 18:36
a06cae4
Compare
Choose a tag to compare

Improvements

Always show progression, even when deleting all files.

v1.0.3

21 Oct 14:12
6a9c4f6
Compare
Choose a tag to compare

Improvements

  • Correctly clean up half extracted files if a cancellation is requested during ExtractFileSet.
  • Added dotnet sourcelink support.

v1.0.2

21 Oct 11:50
d6ad016
Compare
Choose a tag to compare

Improvements

Added ICabManager.MoveFileSet to the API.

v1.0.1

17 Oct 13:31
7f3babf
Compare
Choose a tag to compare

Improvements

Added IFileInCab.FileAttributes.

v1.0.0

17 Oct 12:42
54a10a4
Compare
Choose a tag to compare

First release

This library is not a complete implementation of the specifications (mostly because I didn't need all the features).

The limitations are listed below:

  • Does not handle multi-cabinet file (a single cabinet can hold up to ~2Gb of data)
  • Does not handle compressed data, you can only store/retrieve uncompressed data
  • Does not compute nor verify checksums