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.3572.0 (4.8.3572.0)
Syntaxpublic static PackageInfo? TryGetHighestVersion(
PackageInfo[] packageInfos
)
Parameters
- packageInfos PackageInfo
- The package infos.
Return Value
PackageInfoThe highest installable package, or
null if none matches.
See Also