Skip to content

Commit 1b32434

Browse files
author
Staffan Gustafsson
committed
version 2.2
1 parent 059a616 commit 1b32434

4 files changed

Lines changed: 259 additions & 213 deletions

File tree

PSEverything/PSEverything.psd1

Lines changed: 70 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -8,103 +8,102 @@
88

99
@{
1010

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

14-
# Version number of this module.
15-
ModuleVersion = '2.1'
14+
# Version number of this module.
15+
ModuleVersion = '2.2.2'
1616

17-
# ID used to uniquely identify this module
18-
GUID = 'f262ec02-4a88-49e5-94da-e25aab9cbf7a'
17+
# ID used to uniquely identify this module
18+
GUID = 'f262ec02-4a88-49e5-94da-e25aab9cbf7a'
1919

20-
# Author of this module
21-
Author = 'Staffan Gustafsson'
20+
# Author of this module
21+
Author = 'Staffan Gustafsson'
2222

23-
# Company or vendor of this module
24-
CompanyName = 'PowerCode Consulting AB'
23+
# Company or vendor of this module
24+
CompanyName = 'PowerCode Consulting AB'
2525

26-
# Copyright statement for this module
27-
Copyright = '(c) 2016 sgustafsson. All rights reserved.'
26+
# Copyright statement for this module
27+
Copyright = '(c) 2016 sgustafsson. All rights reserved.'
2828

29-
# Description of the functionality provided by this module
30-
Description = 'Powershell access to Everything - Blazingly fast file system searches'
29+
# Description of the functionality provided by this module
30+
Description = 'Powershell access to Everything - Blazingly fast file system searches'
3131

32-
# Minimum version of the Windows PowerShell engine required by this module
33-
PowerShellVersion = '5.0.0'
32+
# Minimum version of the Windows PowerShell engine required by this module
33+
PowerShellVersion = '5.0.0'
3434

35-
# Name of the Windows PowerShell host required by this module
36-
# PowerShellHostName = ''
35+
# Name of the Windows PowerShell host required by this module
36+
# PowerShellHostName = ''
3737

38-
# Minimum version of the Windows PowerShell host required by this module
39-
# PowerShellHostVersion = ''
38+
# Minimum version of the Windows PowerShell host required by this module
39+
# PowerShellHostVersion = ''
4040

41-
# Minimum version of Microsoft .NET Framework required by this module
42-
DotNetFrameworkVersion = '4.5'
41+
# Minimum version of Microsoft .NET Framework required by this module
42+
DotNetFrameworkVersion = '4.5'
4343

44-
# Minimum version of the common language runtime (CLR) required by this module
45-
# CLRVersion = ''
44+
# Minimum version of the common language runtime (CLR) required by this module
45+
# CLRVersion = ''
4646

47-
# Processor architecture (None, X86, Amd64) required by this module
48-
# ProcessorArchitecture = ''
47+
# Processor architecture (None, X86, Amd64) required by this module
48+
# ProcessorArchitecture = ''
4949

50-
# Modules that must be imported into the global environment prior to importing this module
51-
# RequiredModules = @()
50+
# Modules that must be imported into the global environment prior to importing this module
51+
# RequiredModules = @()
5252

53-
# Assemblies that must be loaded prior to importing this module
54-
# RequiredAssemblies = @()
53+
# Assemblies that must be loaded prior to importing this module
54+
# RequiredAssemblies = @()
5555

56-
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
57-
# ScriptsToProcess = @()
56+
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
57+
# ScriptsToProcess = @()
5858

59-
# Type files (.ps1xml) to be loaded when importing this module
60-
# TypesToProcess = @()
59+
# Type files (.ps1xml) to be loaded when importing this module
60+
# TypesToProcess = @()
6161

62-
# Format files (.ps1xml) to be loaded when importing this module
63-
# FormatsToProcess = @()
62+
# Format files (.ps1xml) to be loaded when importing this module
63+
# FormatsToProcess = @()
6464

65-
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
66-
NestedModules = @('PSEverything.dll')
65+
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
6766

68-
# Functions to export from this module
69-
FunctionsToExport = 'Select-EverythingString'
67+
# Functions to export from this module
68+
FunctionsToExport = ''
7069

71-
# Cmdlets to export from this module
72-
CmdletsToExport = 'Search-Everything'
70+
# Cmdlets to export from this module
71+
CmdletsToExport = 'Search-Everything', 'Select-EverythingString'
7372

74-
# Variables to export from this module
75-
VariablesToExport = ''
73+
# Variables to export from this module
74+
VariablesToExport = ''
7675

77-
# Aliases to export from this module
78-
AliasesToExport = 'se','sles'
76+
# Aliases to export from this module
77+
AliasesToExport = 'se', 'sles'
7978

80-
# DSC resources to export from this module
81-
# DscResourcesToExport = @()
79+
# DSC resources to export from this module
80+
# DscResourcesToExport = @()
8281

83-
# List of all modules packaged with this module
84-
# ModuleList = @()
82+
# List of all modules packaged with this module
83+
# ModuleList = @()
8584

86-
# List of all files packaged with this module
87-
FileList = 'Everything32.dll','Everything64.dll','LICENSE','PSEverything.dll','PSEverything.dll-Help.xml','PSEverything.psd1'
85+
# List of all files packaged with this module
86+
FileList = 'Everything32.dll', 'Everything64.dll', 'LICENSE', 'PSEverything.dll', 'PSEverything.dll-Help.xml', 'PSEverything.psd1'
8887

89-
# 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.
90-
PrivateData = @{
88+
# 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.
89+
PrivateData = @{
9190

92-
PSData = @{
91+
PSData = @{
9392

94-
# Tags applied to this module. These help with module discovery in online galleries.
95-
Tags = @('Search', 'Everything', 'voidtools', 'regex', 'grep')
93+
# Tags applied to this module. These help with module discovery in online galleries.
94+
Tags = @('Search', 'Everything', 'voidtools', 'regex', 'grep')
9695

97-
# A URL to the license for this module.
98-
LicenseUri = 'https://raw.githubusercontent.com/powercode/PSEverything/master/LICENSE'
96+
# A URL to the license for this module.
97+
LicenseUri = 'https://raw.githubusercontent.com/powercode/PSEverything/master/LICENSE'
9998

100-
# A URL to the main website for this project.
101-
ProjectUri = 'https://github.com/powercode/PSEverything'
99+
# A URL to the main website for this project.
100+
ProjectUri = 'https://github.com/powercode/PSEverything'
102101

103-
# A URL to an icon representing this module.
104-
# IconUri = ''
102+
# A URL to an icon representing this module.
103+
# IconUri = ''
105104

106-
# ReleaseNotes of this module
107-
ReleaseNotes = @'
105+
# ReleaseNotes of this module
106+
ReleaseNotes = @'
108107
2.1: Upgrading to SDK matching 1.4.1.809b - Fixing hang when calling from Eleveated powershell
109108
to Everything.
110109
Now works with both eleveated and non-elevated processes as long as Everything is running as admin.
@@ -120,15 +119,15 @@ Fixing issue where an error was written in Select-EverythingString when Search-E
120119
Bug fix for -Filter that didn't work in combination with non-global searches.
121120
'@
122121

123-
} # End of PSData hashtable
122+
} # End of PSData hashtable
124123

125-
} # End of PrivateData hashtable
124+
} # End of PrivateData hashtable
126125

127-
# HelpInfo URI of this module
128-
# HelpInfoURI = ''
126+
# HelpInfo URI of this module
127+
# HelpInfoURI = ''
129128

130-
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
131-
# DefaultCommandPrefix = ''
129+
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
130+
# DefaultCommandPrefix = ''
132131

133132
}
134133

0 commit comments

Comments
 (0)