Update versions in manifect and win32.ps1
This commit is contained in:
parent
e77cdb393f
commit
516490f3d1
2 changed files with 5 additions and 5 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"lowest": "8.1",
|
||||
"highest": "8.3",
|
||||
"latest": "8.3",
|
||||
"nightly": "8.4",
|
||||
"highest": "8.4",
|
||||
"latest": "8.4",
|
||||
"nightly": "8.5",
|
||||
"5.x": "5.6",
|
||||
"7.x": "7.4",
|
||||
"8.x": "8.3"
|
||||
"8.x": "8.4"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ param (
|
|||
[ValidateNotNull()]
|
||||
[ValidateLength(1, [int]::MaxValue)]
|
||||
[string]
|
||||
$version = '8.2',
|
||||
$version = '8.4',
|
||||
[Parameter(Position = 1, Mandatory = $true)]
|
||||
[ValidateNotNull()]
|
||||
[ValidateLength(1, [int]::MaxValue)]
|
||||
|
|
|
|||
Loading…
Reference in a new issue