SystemRequirementsTryGetHighestVersion 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.3261.0 (4.8.3261.0)
Syntax public static PackageInfo? TryGetHighestVersion(
PackageInfo[] packageInfos
)
Parameters
- packageInfos PackageInfo
- The package infos.
Return Value
PackageInfo[Missing <returns> documentation for "M:Altaxo.Serialization.AutoUpdates.SystemRequirements.TryGetHighestVersion(Altaxo.Serialization.AutoUpdates.PackageInfo[])"]
See Also