Skip to content

Commit 9898e86

Browse files
Task-57 : Updated module version to new version number
1 parent 792ffff commit 9898e86

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
@@ -12,7 +12,7 @@
1212
RootModule = 'schema.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '2.0.0'
15+
ModuleVersion = '3.0.0'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -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)