Click or drag to resize

PackageInfoGetHighestVersion Method

Gets the highest version that is possible to install; or null, if such a version does not exist.

Namespace: Altaxo.Serialization.AutoUpdates
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static PackageInfo? GetHighestVersion(
	PackageInfo[] packageInfos
)

Parameters

packageInfos  PackageInfo
The package infos.

Return Value

PackageInfo

[Missing <returns> documentation for "M:Altaxo.Serialization.AutoUpdates.PackageInfo.GetHighestVersion(Altaxo.Serialization.AutoUpdates.PackageInfo[])"]

See Also