Skip to content

Commit

Permalink
Merge pull request #99 from RWS/feature/GH-95
Browse files Browse the repository at this point in the history
Update Get-ISHNETInfo
  • Loading branch information
olekuz authored Jan 10, 2022
2 parents 202699b + 45674b3 commit e6acc4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/Modules/ISHServer/Get-ISHNETInfo.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ function Get-ISHNETInfo
"394254|394271" { [Version]"4.6.1" }
"394802|394806" { [Version]"4.6.2" }
"461808|461814" { [Version]"4.7.2" }
{$_ -gt 461814} { [Version]"Undocumented 4.7.2 release or a higher .NET framework version, please update this script." } # What happens when comparing with this 'Version'?
"528449|528372|528040|528049 " { [Version]"4.8" }
{$_ -gt 528449} { [Version]"Undocumented 4.8 release or a higher .NET framework version, please update this script." } # What happens when comparing with this 'Version'?
}
}
}
Expand Down

0 comments on commit e6acc4a

Please sign in to comment.