File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212RootModule = ' ./ScubaGear.psm1'
1313
1414# Version number of this module.
15- ModuleVersion = ' 1.7.1 '
15+ ModuleVersion = ' 1.8.0 '
1616
1717# Supported PSEditions
1818CompatiblePSEditions = ' Desktop'
Original file line number Diff line number Diff line change 33The recommended way to install ScubaGear is from [ PSGallery] ( psgallery.md ) , but it can also be downloaded from GitHub:
44
551 . Go to the [ releases page] ( https://github.com/cisagov/ScubaGear/releases ) and find the latest release.
6- 2 . Under the ` Assets ` header, click ` ScubaGear-v1.7.1 .zip ` to download the zip file.
6+ 2 . Under the ` Assets ` header, click ` ScubaGear-v1.8.0 .zip ` to download the zip file.
773 . Extract the zip file into the folder of your choice.
88
99## Import Module
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ Install-Module -Name ScubaGear
1212To install a specific version of ScubaGear, use the ` -RequiredVersion ` parameter:
1313
1414``` powershell
15- # Install ScubaGear 1.7.1
15+ # Install ScubaGear 1.8.0
1616Install-Module -Name ScubaGear `
17- -RequiredVersion 1.7.1
17+ -RequiredVersion 1.8.0
1818```
1919
2020The set of published versions can be found on [ PSGallery] ( https://www.powershellgallery.com/packages/ScubaGear/ ) .
You can’t perform that action at this time.
0 commit comments