forked from jdhitsolutions/ISEScriptingGeek
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ISEScriptingGeek.psd1
55 lines (53 loc) · 3.12 KB
/
ISEScriptingGeek.psd1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
#last updated 22 September 2015
@{
AliasesToExport="*"
Author="[email protected]"
CmdletsToExport=@()
CompanyName="JDH Information Technology Solutions, Inc."
Copyright="2013-2015 © JDH Information Technology Solutions, Inc. All Rights Reserved."
Description="Functions and add-ons for the Windows PowerShell ISE v4.0"
CLRVersion="4.0"
FileList=@(
"Convert-AliasDefinition.ps1",
"ConvertAll.ps1",
"ConvertFrom-Alias.ps1",
"ConvertTo-TextFile.ps1",
"New-CommentHelp.ps1",
"Print-ISEFile.ps1",
"Sign-ISEScript.ps1"
"Out-ISETab.ps1"
"Open-SelectedInISE.ps1"
"Convert-CommandToHash.ps1"
"Get-CommandMetadata.ps1"
"CycleISETabs.ps1"
"New-DSCResourceSnippet.ps1"
"New-PSCommand.ps1"
"New-PSDriveHere.ps1"
"Find-InFile.ps1"
"CIMScriptmaker.ps1"
"Convert-ISEComment.ps1"
"ConvertTo-CommentHelp.ps1"
"Get-ScriptComments.ps1"
"Get-ASTScriptProfile.ps1"
"Get-SearchResult.ps1"
"New-InputBox.ps1"
"Bookmarks.ps1"
"Reload-ISEFile.ps1"
"Edit-Snippet.ps1"
"Copy-ToWord.ps1"
"CloseAllFiles.ps1"
"CurrentProjects.ps1"
)
FormatsToProcess=@()
FunctionsToExport="*"
GUID="6d1078ea-36c8-443a-9476-6d6c4d6ac834"
ModuleToProcess="ISEScriptingGeek.psm1"
ModuleVersion="3.2.9.0"
PowerShellVersion="4.0"
PrivateData=@()
RequiredAssemblies=@()
RequiredModules=@()
ScriptsToProcess=@()
TypesToProcess=@()
VariablesToExport= @("MySnippets","MyModules","MyPowerShell","CurrentProjectList")
}