Skip to content

Commit f557847

Browse files
Add Word Module to PsToolBox
2 parents 1d27794 + 31148e3 commit f557847

File tree

1 file changed

+85
-82
lines changed

1 file changed

+85
-82
lines changed

Modules/IntelliTect.PSToolbox/IntelliTect.PSToolbox.psd1

Lines changed: 85 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -8,128 +8,131 @@
88

99
@{
1010

11-
# Script module or binary module file associated with this manifest.
12-
# RootModule = ''
11+
# Script module or binary module file associated with this manifest.
12+
# RootModule = ''
1313

14-
# Version number of this module.
15-
ModuleVersion = '1.4.2.5'
14+
# Version number of this module.
15+
ModuleVersion = '1.4.2.4'
1616

17-
# Supported PSEditions
18-
# CompatiblePSEditions = @()
17+
# Supported PSEditions
18+
# CompatiblePSEditions = @()
1919

20-
# ID used to uniquely identify this module
21-
GUID = '91500afc-48ad-41a6-9cdc-091bc89611ed'
20+
# ID used to uniquely identify this module
21+
GUID = '91500afc-48ad-41a6-9cdc-091bc89611ed'
2222

23-
# Author of this module
24-
Author = 'IntelliTect'
23+
# Author of this module
24+
Author = 'IntelliTect'
2525

26-
# Company or vendor of this module
27-
CompanyName = 'IntelliTect'
26+
# Company or vendor of this module
27+
CompanyName = 'IntelliTect'
2828

29-
# Copyright statement for this module
30-
Copyright = '(c) 2016 IntelliTect. All rights reserved.'
29+
# Copyright statement for this module
30+
Copyright = '(c) 2016 IntelliTect. All rights reserved.'
3131

32-
# Description of the functionality provided by this module
33-
Description = 'Shortcut module to install all of IntelliTect''s PowerShell modules'
32+
# Description of the functionality provided by this module
33+
Description = 'Shortcut module to install all of IntelliTect''s PowerShell modules'
3434

35-
# Minimum version of the Windows PowerShell engine required by this module
36-
# PowerShellVersion = ''
35+
# Minimum version of the Windows PowerShell engine required by this module
36+
# PowerShellVersion = ''
3737

38-
# Name of the Windows PowerShell host required by this module
39-
# PowerShellHostName = ''
38+
# Name of the Windows PowerShell host required by this module
39+
# PowerShellHostName = ''
4040

41-
# Minimum version of the Windows PowerShell host required by this module
42-
# PowerShellHostVersion = ''
41+
# Minimum version of the Windows PowerShell host required by this module
42+
# PowerShellHostVersion = ''
4343

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 = ''
4646

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 = ''
4949

50-
# Processor architecture (None, X86, Amd64) required by this module
51-
# ProcessorArchitecture = ''
50+
# Processor architecture (None, X86, Amd64) required by this module
51+
# ProcessorArchitecture = ''
5252

53-
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @('IntelliTect.Common',
55-
'IntelliTect.Google',
56-
'IntelliTect.CredentialManager',
57-
'IntelliTect.ResharperNugetSearch')
53+
# Modules that must be imported into the global environment prior to importing this module
54+
RequiredModules = @(
55+
"IntelliTect.Common",
56+
"IntelliTect.Google",
57+
"IntelliTect.CredentialManager",
58+
"IntelliTect.ResharperNugetSearch",
59+
"IntelliTect.MicrosoftWord"
60+
)
5861

59-
# Assemblies that must be loaded prior to importing this module
60-
# RequiredAssemblies = @()
62+
# Assemblies that must be loaded prior to importing this module
63+
# RequiredAssemblies = @()
6164

62-
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
63-
# ScriptsToProcess = @()
65+
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
66+
# ScriptsToProcess = @()
6467

65-
# Type files (.ps1xml) to be loaded when importing this module
66-
# TypesToProcess = @()
68+
# Type files (.ps1xml) to be loaded when importing this module
69+
# TypesToProcess = @()
6770

68-
# Format files (.ps1xml) to be loaded when importing this module
69-
# FormatsToProcess = @()
71+
# Format files (.ps1xml) to be loaded when importing this module
72+
# FormatsToProcess = @()
7073

71-
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
72-
# NestedModules = @()
74+
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
75+
# NestedModules = @()
7376

74-
# 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.
75-
FunctionsToExport = '*'
77+
# 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.
78+
FunctionsToExport = '*'
7679

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.
78-
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 = '*'
7982

80-
# Variables to export from this module
81-
VariablesToExport = '*'
83+
# Variables to export from this module
84+
VariablesToExport = '*'
8285

83-
# 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.
84-
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 = '*'
8588

86-
# DSC resources to export from this module
87-
# DscResourcesToExport = @()
89+
# DSC resources to export from this module
90+
# DscResourcesToExport = @()
8891

89-
# List of all modules packaged with this module
90-
# ModuleList = @()
92+
# List of all modules packaged with this module
93+
# ModuleList = @()
9194

92-
# List of all files packaged with this module
93-
# FileList = @()
95+
# List of all files packaged with this module
96+
# FileList = @()
9497

95-
# 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.
96-
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 = @{
97100

98-
PSData = @{
101+
PSData = @{
99102

100-
# Tags applied to this module. These help with module discovery in online galleries.
101-
# Tags = @()
103+
# Tags applied to this module. These help with module discovery in online galleries.
104+
# Tags = @()
102105

103-
# A URL to the license for this module.
104-
# LicenseUri = ''
106+
# A URL to the license for this module.
107+
# LicenseUri = ''
105108

106-
# A URL to the main website for this project.
107-
# ProjectUri = ''
109+
# A URL to the main website for this project.
110+
# ProjectUri = ''
108111

109-
# A URL to an icon representing this module.
110-
# IconUri = ''
112+
# A URL to an icon representing this module.
113+
# IconUri = ''
111114

112-
# ReleaseNotes of this module
113-
# ReleaseNotes = ''
115+
# ReleaseNotes of this module
116+
# ReleaseNotes = ''
114117

115-
# Prerelease string of this module
116-
# Prerelease = ''
118+
# Prerelease string of this module
119+
# Prerelease = ''
117120

118-
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
119-
# RequireLicenseAcceptance = $false
121+
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
122+
# RequireLicenseAcceptance = $false
120123

121-
# External dependent modules of this module
122-
# ExternalModuleDependencies = @()
124+
# External dependent modules of this module
125+
# ExternalModuleDependencies = @()
123126

124-
} # End of PSData hashtable
127+
} # End of PSData hashtable
125128

126-
} # End of PrivateData hashtable
129+
} # End of PrivateData hashtable
127130

128-
# HelpInfo URI of this module
129-
# HelpInfoURI = ''
131+
# HelpInfo URI of this module
132+
# HelpInfoURI = ''
130133

131-
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
132-
# DefaultCommandPrefix = ''
134+
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
135+
# DefaultCommandPrefix = ''
133136

134137
}
135138

0 commit comments

Comments
 (0)