Skip to content

Commit

Permalink
Merge pull request #101 from RWS/feature/GH-95
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
olekuz authored Jan 10, 2022
2 parents e6acc4a + a189707 commit 8ef040e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Modules/ISHServer/Get-ISHNETInfo.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function Get-ISHNETInfo
"394254|394271" { [Version]"4.6.1" }
"394802|394806" { [Version]"4.6.2" }
"461808|461814" { [Version]"4.7.2" }
"528449|528372|528040|528049 " { [Version]"4.8" }
"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 8ef040e

Please sign in to comment.