PackageInfoGetHighestVersion Method |
Gets the highest version that is possible to install; or null, if such a version does not exist.
Namespace: Altaxo.Serialization.AutoUpdatesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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