Skip to content

Commit

Permalink
Merge branch 'master' into 62-update-steamserver-requires-admin
Browse files Browse the repository at this point in the history
  • Loading branch information
hjorslev authored Apr 14, 2024
2 parents 83877ac + 71dc486 commit 479236d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SteamPS/Enum/Enum.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ enum VAC {
enum Visibility {
Public = 0
Private = 1
}

if ($PSVersionTable.PSVersion.Major -le 5 -and $PSVersionTable.PSVersion.Minor -le 1) {
Write-Warning -Message "The support for Windows PowerShell (v5) will be deprecated in the next major version of SteamPS. Please ensure your system supports PowerShell 7."
}

0 comments on commit 479236d

Please sign in to comment.