File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
RootModule = ' ./ScubaGear.psm1'
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 1.5 .0'
15
+ ModuleVersion = ' 1.6 .0'
16
16
17
17
# Supported PSEditions
18
18
CompatiblePSEditions = ' Desktop'
Original file line number Diff line number Diff line change 3
3
The recommended way to install ScubaGear is from [ PSGallery] ( psgallery.md ) , but it can also be downloaded from GitHub:
4
4
5
5
1 . 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.5 .0.zip ` to download the zip file.
6
+ 2 . Under the ` Assets ` header, click ` ScubaGear-v1.6 .0.zip ` to download the zip file.
7
7
3 . Extract the zip file into the folder of your choice.
8
8
9
9
## Import Module
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ Install-Module -Name ScubaGear
12
12
To install a specific version of ScubaGear, use the ` -RequiredVersion ` parameter:
13
13
14
14
``` powershell
15
- # Install ScubaGear 1.5 .0
15
+ # Install ScubaGear 1.6 .0
16
16
Install-Module -Name ScubaGear `
17
- -RequiredVersion 1.5 .0
17
+ -RequiredVersion 1.6 .0
18
18
```
19
19
20
20
The 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