Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
The version made by field for entries in the central header when created by this library

Namespace:  SharedCache.WinServiceCommon.SharpZipLib.Zip
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
[ObsoleteAttribute("Use VersionMadeBy instead")]
public const int VERSION_MADE_BY
Visual Basic (Declaration)
<ObsoleteAttribute("Use VersionMadeBy instead")> _
Public Const VERSION_MADE_BY As Integer
Visual C++
[ObsoleteAttribute(L"Use VersionMadeBy instead")]
public:
literal int VERSION_MADE_BY

Remarks

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

See Also