Click or drag to resize

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)
Syntax
public static string GetLatestVersion(
	BenchConfiguration config
)

Parameters

config
Type: Mastersign.BenchBenchConfiguration
The Bench configuration.

Return Value

Type: String
The version number or null if the download failed.
See Also