ZipConstants.VersionMadeBy Field

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

ZipConstants.VersionMadeBy Field

The version made by field for entries in the central header when created by this library

public const int VersionMadeBy = 45;

Remarks

This is also the Zip version for the library when comparing against the version required to extract for an entry. See CanDecompressEntry.

See Also

ZipConstants Class | ICSharpCode.SharpZipLib.Zip Namespace