We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ebcc5 commit 96f11e6Copy full SHA for 96f11e6
HtmlPdf/HtmlPdf.psd1
@@ -6,7 +6,7 @@
6
RootModule = 'HtmlPdf.dll'
7
8
# Version number of this module.
9
- ModuleVersion = '3.6.1'
+ ModuleVersion = '3.7.0'
10
11
# ID used to uniquely identify this module
12
GUID = '7405F222-3FEE-45AE-8E2E-1C2B41DDB827'
@@ -30,9 +30,7 @@
30
PowerShellVersion = '5.1'
31
32
# Functions to export from this module (either specific ones as array @('name1','name2') or all '*')
33
- FunctionsToExport = @(
34
- 'Out-Pdf'
35
- )
+ FunctionsToExport = @('Out-Pdf')
36
37
# Private data to pass to the module specified in RootModule/ModuleToProcess.
38
# This may also contain a PSData hashtable with additional module metadata used by PowerShell.
0 commit comments