Sha256: 6ec2756cf4b12a2281ec0b28821d8374dff1802d4ede7cff54553d4be00801b9
Contents?: true
Size: 355 Bytes
Versions: 18
Compression:
Stored size: 355 Bytes
Contents
# Include the following modules $Dir = Split-Path $script:MyInvocation.MyCommand.Path . ([System.IO.Path]::Combine($Dir, "utils\write_messages.ps1")) # Windows version 10 and up have support for binary format $check = [System.Environment]::OSVersion.Version.Major -ge 10 $result = @{ result = $check } Write-Output-Message $(ConvertTo-Json $result)
Version data entries
18 entries across 18 versions & 3 rubygems