ProductVersion Property

DotNetZip

Ionic Zip Library v1.9.1.6 ProductVersion Property
ReferenceIonic.ZipSelfExtractorSaveOptionsProductVersion
The product version to embed into the generated EXE. It will show up, for example, during a mouseover in Windows Explorer.
Declaration Syntax
C# Visual Basic Visual C++
public string ProductVersion { get; set; }
Public Property ProductVersion As String
	Get
	Set
public:
property String^ ProductVersion {
	String^ get ();
	void set (String^ value);
}
Remarks
You can use any arbitrary string, but a human-readable version number is recommended. For example "v1.2 alpha" or "v4.2 RC2". If you specify nothing, then there is no product version embedded into the EXE.

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