You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: poke.psd1
+29-6Lines changed: 29 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Author = 'Oisin Grehan'
24
24
CompanyName='MVP'
25
25
26
26
# Copyright statement for this module
27
-
Copyright='(c) 2012 Oisin Grehan. All rights reserved.'
27
+
Copyright='(c) 2012-2016 Oisin Grehan. All rights reserved.'
28
28
29
29
# Description of the functionality provided by this module
30
30
Description="A PowerShell module for working with non-public types and instances. Ideal for live debugging of complex .net applications, or even introspection against powershell itself. Think open brain surgery for .NET."
@@ -54,7 +54,7 @@ PowerShellVersion = '3.0'
54
54
# RequiredAssemblies = @()
55
55
56
56
# Script files (.ps1) that are run in the caller's environment prior to importing this module
57
-
ScriptsToProcess=@('init.ps1')
57
+
ScriptsToProcess=@('poke_init.ps1')
58
58
59
59
# Type files (.ps1xml) to be loaded when importing this module
0 commit comments