Skip to content

Commit c949f8c

Browse files
committed
Bumped module manifest version to v0.6.4
1 parent 8ce50e6 commit c949f8c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

AsBuiltReport.NetApp.ONTAP.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = '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
5454
RequiredModules = @(
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

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.
8484
Open 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

Src/Public/Invoke-AsBuiltReport.NetApp.ONTAP.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)