Skip to content

Commit a9de70f

Browse files
committed
Increased Required Modules version
1 parent baac886 commit a9de70f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

AsBuiltReport.NetApp.ONTAP.psd1

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@
5454
RequiredModules = @(
5555
@{
5656
ModuleName = 'AsBuiltReport.Core';
57-
ModuleVersion = '1.3.0'
57+
ModuleVersion = '1.4.0'
5858
},
5959
@{
6060
ModuleName = 'NetApp.ONTAP';
61-
ModuleVersion = '9.10.1.2111'
61+
ModuleVersion = '9.15.1.2407'
6262
}
6363
)
6464

@@ -128,6 +128,4 @@
128128
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
129129
# DefaultCommandPrefix = ''
130130

131-
}
132-
133-
131+
}

0 commit comments

Comments
 (0)