LibraryVersion Property

DotNetZip

Ionic Zip Library v1.9.1.6 LibraryVersion Property
ReferenceIonic.ZipZipFileLibraryVersion
Returns the version number on the DotNetZip assembly.
Declaration Syntax
C# Visual Basic Visual C++
public static Version LibraryVersion { get; }
Public Shared ReadOnly Property LibraryVersion As Version
	Get
public:
static property Version^ LibraryVersion {
	Version^ get ();
}
Remarks

This property is exposed as a convenience. Callers could also get the version value by retrieving GetName().Version on the System.Reflection.Assembly object pointing to the DotNetZip assembly. But sometimes it is not clear which assembly is being loaded. This property makes it clear.

This static property is primarily useful for diagnostic purposes.

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8)