Skip to content

Commit e680d3c

Browse files
committed
PowerFGT: revert change about CompatiblePSEdition (need PowerShell 5.1 mininum) and bump to 0.10.1
1 parent 35fcfa3 commit e680d3c

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

PowerFGT/PowerFGT.psd1

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,31 +9,31 @@
99
@{
1010

1111
# Script module or binary module file associated with this manifest.
12-
RootModule = 'PowerFGT.psm1'
12+
RootModule = 'PowerFGT.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.10.0'
15+
ModuleVersion = '0.10.1'
1616

1717
# Supported PSEditions
18-
CompatiblePSEditions = @('Desktop', 'Core')
18+
#CompatiblePSEditions = @('Desktop', 'Core')
1919

2020
# ID used to uniquely identify this module
21-
GUID = '608e2723-7ce4-4f86-a3c8-ac1acb4f1f66'
21+
GUID = '608e2723-7ce4-4f86-a3c8-ac1acb4f1f66'
2222

2323
# Author of this module
24-
Author = 'Alexis La Goutte'
24+
Author = 'Alexis La Goutte'
2525

2626
# Company or vendor of this module
2727
#CompanyName = 'Unknown'
2828

2929
# Copyright statement for this module
30-
Copyright = '(c) Alexis La Goutte. All rights reserved.'
30+
Copyright = '(c) Alexis La Goutte. All rights reserved.'
3131

3232
# Description of the functionality provided by this module
33-
Description = 'PowerShell module to query the Fortigate API'
33+
Description = 'PowerShell module to query the Fortigate API'
3434

3535
# Minimum version of the PowerShell engine required by this module
36-
PowerShellVersion = '3.0'
36+
PowerShellVersion = '3.0'
3737

3838
# Name of the PowerShell host required by this module
3939
# PowerShellHostName = ''
@@ -69,16 +69,16 @@
6969
# NestedModules = @()
7070

7171
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
72-
FunctionsToExport = '*'
72+
FunctionsToExport = '*'
7373

7474
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
75-
CmdletsToExport = @()
75+
CmdletsToExport = @()
7676

7777
# Variables to export from this module
78-
VariablesToExport = '*'
78+
VariablesToExport = '*'
7979

8080
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
81-
AliasesToExport = @()
81+
AliasesToExport = @()
8282

8383
# DSC resources to export from this module
8484
# DscResourcesToExport = @()
@@ -90,12 +90,12 @@
9090
# FileList = @()
9191

9292
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
93-
PrivateData = @{
93+
PrivateData = @{
9494

9595
PSData = @{
9696

9797
# Tags applied to this module. These help with module discovery in online galleries.
98-
Tags = @('Fortinet', 'FortiGate', 'API')
98+
Tags = @('Fortinet', 'FortiGate', 'API', 'PSEdition_Core', 'PSEdition_Desktop')
9999

100100
# A URL to the license for this module.
101101
LicenseUri = 'https://github.com/FortiPower/PowerFGT/blob/master/LICENSE'

0 commit comments

Comments
 (0)