onboarding fileversion, productversion and softwareversion changes (#274)
Updated file version info: FileVersionRaw : 7.6.0.0 ProductVersionRaw : 7.6.0.0 ProductName : OpenSSH for Windows ProductVersion : OpenSSH_7.6p1 for Windows Updated softwareversion - this would show up in protocol identification string and when doing ssh -V OpenSSH_for_Windows_7.6
This commit is contained in:
parent
05d1975743
commit
89cac52637
Binary file not shown.
|
@ -106,7 +106,7 @@ Describe "E2E scenarios for ssh client" -Tags "CI" {
|
|||
|
||||
It "$tC.$tI - test version" {
|
||||
iex "cmd /c `"ssh -V 2> $stderrFile`""
|
||||
$stderrFile | Should Contain "OpenSSH_"
|
||||
$stderrFile | Should Contain "OpenSSH_for_Windows"
|
||||
}
|
||||
|
||||
It "$tC.$tI - test help" {
|
||||
|
|
Loading…
Reference in New Issue