File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1212RootModule = ' AsBuiltReport.NetApp.ONTAP.psm1'
1313
1414# Version number of this module.
15- ModuleVersion = ' 0.6.3 '
15+ ModuleVersion = ' 0.6.4 '
1616
1717# Supported PSEditions
1818# CompatiblePSEditions = @()
@@ -54,11 +54,11 @@ Description = 'A PowerShell module to generate an as built report on the configu
5454RequiredModules = @ (
5555 @ {
5656 ModuleName = ' AsBuiltReport.Core' ;
57- ModuleVersion = ' 1.1 .0'
57+ ModuleVersion = ' 1.2 .0'
5858 },
5959 @ {
6060 ModuleName = ' NetApp.ONTAP' ;
61- ModuleVersion = ' 9.9.1 '
61+ ModuleVersion = ' 9.10.1.2111 '
6262 }
6363)
6464
Original file line number Diff line number Diff line change 11# :arrows_counterclockwise : NetApp ONTAP Storage As Built Report Changelog
22
3- ## [ 0.6.4] - 2022-01-31
3+ ## [ 0.6.4] - 2022-05-xx
44
55### Changed
66
Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ These modules may also be manually installed.
6666| Module Name | Minimum Required Version | PS Gallery | GitHub |
6767| --------------------| :------------------------:| :---------------------------------------------------------------------:| :---------------------------------------------------------------------------:|
6868| PScribo | 0.9.1 | [ Link] ( https://www.powershellgallery.com/packages/PScribo ) | [ Link] ( https://github.com/iainbrighton/PScribo/tree/master ) |
69- | AsBuiltReport.Core | 1.1 .0 | [ Link] ( https://www.powershellgallery.com/packages/AsBuiltReport.Core ) | [ Link] ( https://github.com/AsBuiltReport/AsBuiltReport.Core/releases/latest ) |
70- | Netapp.ONTAP | 9.9.1 | [ Link] ( https://www.powershellgallery.com/packages/NetApp.ONTAP ) | |
69+ | AsBuiltReport.Core | 1.2 .0 | [ Link] ( https://www.powershellgallery.com/packages/AsBuiltReport.Core ) | [ Link] ( https://github.com/AsBuiltReport/AsBuiltReport.Core/releases/latest ) |
70+ | Netapp.ONTAP | 9.10.1.2111 | [ Link] ( https://www.powershellgallery.com/packages/NetApp.ONTAP ) | |
7171
7272### Linux & macOS
7373
@@ -84,7 +84,7 @@ These modules may also be manually installed.
8484Open a PowerShell terminal window and install each of the required modules as follows;
8585
8686``` powershell
87- Install-Module AsBuiltReport.NetApp.ONTAP
87+ Install-Module -Name AsBuiltReport.NetApp.ONTAP
8888```
8989
9090### GitHub
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ function Invoke-AsBuiltReport.NetApp.ONTAP {
55 . DESCRIPTION
66 Documents the configuration of NetApp ONTAP in Word/HTML/Text formats using PScribo.
77 . NOTES
8- Version: 0.6.3
8+ Version: 0.6.4
99 Author: Jonathan Colon Feliciano
1010 Twitter: @jcolonfzenpr
1111 Github: rebelinux
You can’t perform that action at this time.
0 commit comments