 | BenchTasksGetLatestVersion Method |
Downloads the version number of the latest Bench release.
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntaxpublic static string GetLatestVersion(
BenchConfiguration config
)
Public Shared Function GetLatestVersion (
config As BenchConfiguration
) As String
Parameters
- config
- Type: Mastersign.BenchBenchConfiguration
The Bench configuration.
Return Value
Type:
StringThe version number or
null if the download failed.
See Also