|
12 | 12 | RootModule = 'schema.psm1'
|
13 | 13 |
|
14 | 14 | # Version number of this module.
|
15 |
| -ModuleVersion = '2.0.0' |
| 15 | +ModuleVersion = '3.0.0' |
16 | 16 |
|
17 | 17 | # Supported PSEditions
|
18 | 18 | # CompatiblePSEditions = @()
|
@@ -69,9 +69,9 @@ FormatsToProcess = 'formats\schema.format.ps1xml'
|
69 | 69 | # NestedModules = @()
|
70 | 70 |
|
71 | 71 | # 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', |
75 | 75 | 'ConvertFrom-Object', 'ConvertFrom-Array', 'Format-Document'
|
76 | 76 |
|
77 | 77 | # 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 = @{
|
116 | 116 | # ExternalModuleDependencies = ''
|
117 | 117 |
|
118 | 118 | } # End of PSData hashtable
|
119 |
| - |
| 119 | + |
120 | 120 | } # End of PrivateData hashtable
|
121 | 121 |
|
122 | 122 | # HelpInfo URI of this module
|
|
0 commit comments