|
8 | 8 |
|
9 | 9 | @{ |
10 | 10 |
|
11 | | - # Script module or binary module file associated with this manifest. |
12 | | - RootModule = './IntelliTect.MicrosoftWord.psm1' |
| 11 | +# Script module or binary module file associated with this manifest. |
| 12 | +RootModule = './IntelliTect.MicrosoftWord.psm1' |
13 | 13 |
|
14 | | - # Version number of this module. |
15 | | - ModuleVersion = '0.5.0.8' |
| 14 | +# Version number of this module. |
| 15 | +ModuleVersion = '0.5.0.9' |
16 | 16 |
|
17 | | - # Supported PSEditions |
18 | | - # CompatiblePSEditions = @() |
| 17 | +# Supported PSEditions |
| 18 | +# CompatiblePSEditions = @() |
19 | 19 |
|
20 | | - # ID used to uniquely identify this module |
21 | | - GUID = '46f84048-02ed-4a12-8ec5-00be86a95abb' |
| 20 | +# ID used to uniquely identify this module |
| 21 | +GUID = '46f84048-02ed-4a12-8ec5-00be86a95abb' |
22 | 22 |
|
23 | | - # Author of this module |
24 | | - Author = 'Mark Michaelis, Kelly Adams' |
| 23 | +# Author of this module |
| 24 | +Author = 'Mark Michaelis, Kelly Adams' |
25 | 25 |
|
26 | | - # Company or vendor of this module |
27 | | - CompanyName = 'IntelliTect' |
| 26 | +# Company or vendor of this module |
| 27 | +CompanyName = 'IntelliTect' |
28 | 28 |
|
29 | | - # Copyright statement for this module |
30 | | - Copyright = '(c) Mark Michaelis, Kelly Adams. All rights reserved.' |
| 29 | +# Copyright statement for this module |
| 30 | +Copyright = '(c) Mark Michaelis, Kelly Adams. All rights reserved.' |
31 | 31 |
|
32 | | - # Description of the functionality provided by this module |
33 | | - Description = 'Provides an easy-to-use interface to Microsoft Word via PowerShell.' |
| 32 | +# Description of the functionality provided by this module |
| 33 | +Description = 'Provides an easy-to-use interface to Microsoft Word via PowerShell.' |
34 | 34 |
|
35 | | - # Minimum version of the PowerShell engine required by this module |
36 | | - # PowerShellVersion = '' |
| 35 | +# Minimum version of the PowerShell engine required by this module |
| 36 | +# PowerShellVersion = '' |
37 | 37 |
|
38 | | - # Name of the PowerShell host required by this module |
39 | | - # PowerShellHostName = '' |
| 38 | +# Name of the PowerShell host required by this module |
| 39 | +# PowerShellHostName = '' |
40 | 40 |
|
41 | | - # Minimum version of the PowerShell host required by this module |
42 | | - # PowerShellHostVersion = '' |
| 41 | +# Minimum version of the PowerShell host required by this module |
| 42 | +# PowerShellHostVersion = '' |
43 | 43 |
|
44 | | - # Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
45 | | - # DotNetFrameworkVersion = '' |
| 44 | +# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
| 45 | +# DotNetFrameworkVersion = '' |
46 | 46 |
|
47 | | - # Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
48 | | - # ClrVersion = '' |
| 47 | +# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
| 48 | +# ClrVersion = '' |
49 | 49 |
|
50 | | - # Processor architecture (None, X86, Amd64) required by this module |
51 | | - # ProcessorArchitecture = '' |
| 50 | +# Processor architecture (None, X86, Amd64) required by this module |
| 51 | +# ProcessorArchitecture = '' |
52 | 52 |
|
53 | | - # Modules that must be imported into the global environment prior to importing this module |
54 | | - # RequiredModules = @() |
| 53 | +# Modules that must be imported into the global environment prior to importing this module |
| 54 | +# RequiredModules = @() |
55 | 55 |
|
56 | | - # Assemblies that must be loaded prior to importing this module |
57 | | - # RequiredAssemblies = @() |
| 56 | +# Assemblies that must be loaded prior to importing this module |
| 57 | +# RequiredAssemblies = @() |
58 | 58 |
|
59 | | - # Script files (.ps1) that are run in the caller's environment prior to importing this module. |
60 | | - ScriptsToProcess = './tools/install.ps1' |
| 59 | +# Script files (.ps1) that are run in the caller's environment prior to importing this module. |
| 60 | +ScriptsToProcess = './tools/install.ps1' |
61 | 61 |
|
62 | | - # Type files (.ps1xml) to be loaded when importing this module |
63 | | - # TypesToProcess = @() |
| 62 | +# Type files (.ps1xml) to be loaded when importing this module |
| 63 | +# TypesToProcess = @() |
64 | 64 |
|
65 | | - # Format files (.ps1xml) to be loaded when importing this module |
66 | | - # FormatsToProcess = @() |
| 65 | +# Format files (.ps1xml) to be loaded when importing this module |
| 66 | +# FormatsToProcess = @() |
67 | 67 |
|
68 | | - # Modules to import as nested modules of the module specified in RootModule/ModuleToProcess |
69 | | - # NestedModules = @() |
| 68 | +# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess |
| 69 | +# NestedModules = @() |
70 | 70 |
|
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 = 'Test-FileIsLocked', 'Open-MicrosoftWord', 'Open-WordDocument', |
73 | | - 'Get-WordDocumentComment', 'Update-WordDocumentAcceptAllChanges', |
74 | | - 'Set-WordDocumentTrackChanges', 'Get-WordDocumentTrackChanges', |
75 | | - 'Set-WordDocumentProtection', 'Invoke-WordDocumentFindReplace', |
76 | | - 'Invoke-WordDocumentFind', 'Compare-WordDocument', |
77 | | - 'Get-WordDocumentProperty', 'Set-WordDocumentProperty', |
78 | | - 'Get-WordDocumentTemplate', 'Set-WordDocumentTemplate' |
| 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 = 'Test-FileIsLocked', 'Open-MicrosoftWord', 'Open-WordDocument', |
| 73 | + 'Get-WordDocumentComment', 'Update-WordDocumentAcceptAllChanges', |
| 74 | + 'Set-WordDocumentTrackChanges', 'Get-WordDocumentTrackChanges', |
| 75 | + 'Set-WordDocumentProtection', 'Invoke-WordDocumentFindReplace', |
| 76 | + 'Invoke-WordDocumentFind', 'Compare-WordDocument', |
| 77 | + 'Get-WordDocumentProperty', 'Set-WordDocumentProperty', |
| 78 | + 'Get-WordDocumentTemplate', 'Set-WordDocumentTemplate' |
79 | 79 |
|
80 | | - # 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. |
81 | | - CmdletsToExport = '*' |
| 80 | +# 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. |
| 81 | +CmdletsToExport = '*' |
82 | 82 |
|
83 | | - # Variables to export from this module |
84 | | - VariablesToExport = '*' |
| 83 | +# Variables to export from this module |
| 84 | +VariablesToExport = '*' |
85 | 85 |
|
86 | | - # Aliases 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 aliases to export. |
87 | | - AliasesToExport = '*' |
| 86 | +# Aliases 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 aliases to export. |
| 87 | +AliasesToExport = '*' |
88 | 88 |
|
89 | | - # DSC resources to export from this module |
90 | | - # DscResourcesToExport = @() |
| 89 | +# DSC resources to export from this module |
| 90 | +# DscResourcesToExport = @() |
91 | 91 |
|
92 | | - # List of all modules packaged with this module |
93 | | - # ModuleList = @() |
| 92 | +# List of all modules packaged with this module |
| 93 | +# ModuleList = @() |
94 | 94 |
|
95 | | - # List of all files packaged with this module |
96 | | - # FileList = @() |
| 95 | +# List of all files packaged with this module |
| 96 | +# FileList = @() |
97 | 97 |
|
98 | | - # Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell. |
99 | | - PrivateData = @{ |
| 98 | +# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell. |
| 99 | +PrivateData = @{ |
100 | 100 |
|
101 | | - PSData = @{ |
| 101 | + PSData = @{ |
102 | 102 |
|
103 | | - # Tags applied to this module. These help with module discovery in online galleries. |
104 | | - # Tags = @() |
| 103 | + # Tags applied to this module. These help with module discovery in online galleries. |
| 104 | + # Tags = @() |
105 | 105 |
|
106 | | - # A URL to the license for this module. |
107 | | - # LicenseUri = '' |
| 106 | + # A URL to the license for this module. |
| 107 | + # LicenseUri = '' |
108 | 108 |
|
109 | | - # A URL to the main website for this project. |
110 | | - # ProjectUri = '' |
| 109 | + # A URL to the main website for this project. |
| 110 | + # ProjectUri = '' |
111 | 111 |
|
112 | | - # A URL to an icon representing this module. |
113 | | - # IconUri = '' |
| 112 | + # A URL to an icon representing this module. |
| 113 | + # IconUri = '' |
114 | 114 |
|
115 | | - # ReleaseNotes of this module |
116 | | - # ReleaseNotes = '' |
| 115 | + # ReleaseNotes of this module |
| 116 | + # ReleaseNotes = '' |
117 | 117 |
|
118 | | - # Prerelease string of this module |
119 | | - # Prerelease = '' |
| 118 | + # Prerelease string of this module |
| 119 | + # Prerelease = '' |
120 | 120 |
|
121 | | - # Flag to indicate whether the module requires explicit user acceptance for install/update/save |
122 | | - # RequireLicenseAcceptance = $false |
| 121 | + # Flag to indicate whether the module requires explicit user acceptance for install/update/save |
| 122 | + # RequireLicenseAcceptance = $false |
123 | 123 |
|
124 | | - # External dependent modules of this module |
125 | | - # ExternalModuleDependencies = @() |
| 124 | + # External dependent modules of this module |
| 125 | + # ExternalModuleDependencies = @() |
126 | 126 |
|
127 | | - } # End of PSData hashtable |
| 127 | + } # End of PSData hashtable |
128 | 128 |
|
129 | | - } # End of PrivateData hashtable |
| 129 | +} # End of PrivateData hashtable |
130 | 130 |
|
131 | | - # HelpInfo URI of this module |
132 | | - # HelpInfoURI = '' |
| 131 | +# HelpInfo URI of this module |
| 132 | +# HelpInfoURI = '' |
133 | 133 |
|
134 | | - # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. |
135 | | - # DefaultCommandPrefix = '' |
| 134 | +# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. |
| 135 | +# DefaultCommandPrefix = '' |
136 | 136 |
|
137 | 137 | } |
138 | 138 |
|
0 commit comments