Skip to content

Commit 7dee8e8

Browse files
issue-44 : Incrementing version
1 parent da2a93a commit 7dee8e8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

schema/schema.psd1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Jeffrey Patton
55
#
6-
# Generated on: 11/24/2021
6+
# Generated on: 2/19/2022
77
#
88

99
@{
@@ -69,9 +69,9 @@ FormatsToProcess = 'formats\schema.format.ps1xml'
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 = 'Get-Document', 'Get-Definition', 'ConvertTo-Definition',
73-
'Get-Reference', 'New-String', 'New-Integer', 'New-Number', 'New-Boolean',
74-
'New-Property', 'New-Element', 'Find-Element', 'ConvertTo-Element',
72+
FunctionsToExport = 'Get-Document', 'Get-Definition', 'ConvertTo-Definition',
73+
'Get-Reference', 'New-String', 'New-Integer', 'New-Number', 'New-Boolean',
74+
'New-Property', 'New-Element', 'Find-Element', 'ConvertTo-Element',
7575
'ConvertFrom-Object', 'ConvertFrom-Array', 'Format-Document'
7676

7777
# 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.
@@ -116,7 +116,7 @@ PrivateData = @{
116116
# ExternalModuleDependencies = ''
117117

118118
} # End of PSData hashtable
119-
119+
120120
} # End of PrivateData hashtable
121121

122122
# HelpInfo URI of this module

0 commit comments

Comments
 (0)