### Description - [x] Add a substitute value for "IsWindows" in the module builder. ```powershell if ($PSEdition -eq 'Desktop') { $IsWindows = $true } ``` - [x] Always set PowerShell version 5.1 and include desktop.