Namespace: Altaxo.Serialization.AutoUpdatesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected PackageInfo(
bool isUnstableVersion,
Version version,
long fileLength,
string hash
)
Parameters
- isUnstableVersion Boolean
- If set to true, the package represents an unstable version; otherwise, it represents a stable version.
- version Version
- The version of Altaxo in this package.
- fileLength Int64
- Length of the package file.
- hash String
- The hash of the package file.
See Also