Skip to content

Releases: jcaillon/CabinetManager

v1.0.5

Choose a tag to compare

@jcaillon jcaillon released this 13 Nov 18:36
784432e

Improvements

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

v1.0.4

Choose a tag to compare

@jcaillon jcaillon released this 13 Nov 18:36
a06cae4

Improvements

Always show progression, even when deleting all files.

v1.0.3

Choose a tag to compare

@jcaillon jcaillon released this 21 Oct 14:12
6a9c4f6

Improvements

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

v1.0.2

Choose a tag to compare

@jcaillon jcaillon released this 21 Oct 11:50
d6ad016

Improvements

Added ICabManager.MoveFileSet to the API.

v1.0.1

Choose a tag to compare

@jcaillon jcaillon released this 17 Oct 13:31
7f3babf

Improvements

Added IFileInCab.FileAttributes.

v1.0.0

Choose a tag to compare

@jcaillon jcaillon released this 17 Oct 12:42
54a10a4

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