Skip to content

Commit 01497b7

Browse files
authored
.psd1: Update to 0.5.1
Update PowerFGT (0.9.1) and AsBuiltReport.core (1.4.3) Release
1 parent c043e6b commit 01497b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

AsBuiltReport.Fortinet.FortiGate.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'AsBuiltReport.Fortinet.FortiGate.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.5.0'
15+
ModuleVersion = '0.5.1'
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.3.0'
57+
ModuleVersion = '1.4.3'
5858
},
5959
@{
6060
ModuleName = 'PowerFGT';
61-
ModuleVersion = '0.8.0'
61+
ModuleVersion = '0.9.1'
6262
}
6363

6464
)

0 commit comments

Comments
 (0)