Skip to content

Commit 96f11e6

Browse files
Bump module version to 3.7.0
1 parent 23ebcc5 commit 96f11e6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

HtmlPdf/HtmlPdf.psd1

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
RootModule = 'HtmlPdf.dll'
77

88
# Version number of this module.
9-
ModuleVersion = '3.6.1'
9+
ModuleVersion = '3.7.0'
1010

1111
# ID used to uniquely identify this module
1212
GUID = '7405F222-3FEE-45AE-8E2E-1C2B41DDB827'
@@ -30,9 +30,7 @@
3030
PowerShellVersion = '5.1'
3131

3232
# Functions to export from this module (either specific ones as array @('name1','name2') or all '*')
33-
FunctionsToExport = @(
34-
'Out-Pdf'
35-
)
33+
FunctionsToExport = @('Out-Pdf')
3634

3735
# Private data to pass to the module specified in RootModule/ModuleToProcess.
3836
# This may also contain a PSData hashtable with additional module metadata used by PowerShell.

0 commit comments

Comments
 (0)