Returns the version number on the DotNetZip assembly.
Declaration Syntax
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.