|
1 | 1 | @{ |
2 | 2 |
|
3 | | -# Script module or binary module file associated with this manifest. |
4 | | -RootModule = 'PSDepend.psm1' |
| 3 | + # Script module or binary module file associated with this manifest. |
| 4 | + RootModule = 'PSDepend.psm1' |
5 | 5 |
|
6 | | -# Version number of this module. |
7 | | -ModuleVersion = '0.3.0' |
| 6 | + # Version number of this module. |
| 7 | + ModuleVersion = '0.3.0' |
8 | 8 |
|
9 | | -# ID used to uniquely identify this module |
10 | | -GUID = '63ea9e2a-320d-43ff-a11a-4930ca03cce6' |
| 9 | + # ID used to uniquely identify this module |
| 10 | + GUID = '63ea9e2a-320d-43ff-a11a-4930ca03cce6' |
11 | 11 |
|
12 | | -# Author of this module |
13 | | -Author = 'Warren Frame' |
| 12 | + # Author of this module |
| 13 | + Author = 'Warren Frame' |
14 | 14 |
|
15 | | -# Company or vendor of this module |
16 | | -#CompanyName = 'Unknown' |
| 15 | + # Company or vendor of this module |
| 16 | + #CompanyName = 'Unknown' |
17 | 17 |
|
18 | | -# Copyright statement for this module |
19 | | -Copyright = '(c) 2016 Warren F. All rights reserved.' |
| 18 | + # Copyright statement for this module |
| 19 | + Copyright = '(c) 2016 Warren F. All rights reserved.' |
20 | 20 |
|
21 | | -# Description of the functionality provided by this module |
22 | | -Description = 'PowerShell Dependency Handler' |
| 21 | + # Description of the functionality provided by this module |
| 22 | + Description = 'PowerShell Dependency Handler' |
23 | 23 |
|
24 | | -# Minimum version of the Windows PowerShell engine required by this module |
25 | | -PowerShellVersion = '3.0' |
| 24 | + # Minimum version of the Windows PowerShell engine required by this module |
| 25 | + PowerShellVersion = '3.0' |
26 | 26 |
|
27 | | -# Name of the Windows PowerShell host required by this module |
28 | | -# PowerShellHostName = '' |
| 27 | + # Name of the Windows PowerShell host required by this module |
| 28 | + # PowerShellHostName = '' |
29 | 29 |
|
30 | | -# Minimum version of the Windows PowerShell host required by this module |
31 | | -# PowerShellHostVersion = '' |
| 30 | + # Minimum version of the Windows PowerShell host required by this module |
| 31 | + # PowerShellHostVersion = '' |
32 | 32 |
|
33 | | -# Minimum version of Microsoft .NET Framework required by this module |
34 | | -# DotNetFrameworkVersion = '' |
| 33 | + # Minimum version of Microsoft .NET Framework required by this module |
| 34 | + # DotNetFrameworkVersion = '' |
35 | 35 |
|
36 | | -# Minimum version of the common language runtime (CLR) required by this module |
37 | | -# CLRVersion = '' |
| 36 | + # Minimum version of the common language runtime (CLR) required by this module |
| 37 | + # CLRVersion = '' |
38 | 38 |
|
39 | | -# Processor architecture (None, X86, Amd64) required by this module |
40 | | -# ProcessorArchitecture = '' |
| 39 | + # Processor architecture (None, X86, Amd64) required by this module |
| 40 | + # ProcessorArchitecture = '' |
41 | 41 |
|
42 | | -# Modules that must be imported into the global environment prior to importing this module |
43 | | -# RequiredModules = @() |
| 42 | + # Modules that must be imported into the global environment prior to importing this module |
| 43 | + # RequiredModules = @() |
44 | 44 |
|
45 | | -# Assemblies that must be loaded prior to importing this module |
46 | | -# RequiredAssemblies = @() |
| 45 | + # Assemblies that must be loaded prior to importing this module |
| 46 | + # RequiredAssemblies = @() |
47 | 47 |
|
48 | | -# Script files (.ps1) that are run in the caller's environment prior to importing this module. |
49 | | -# ScriptsToProcess = @() |
| 48 | + # Script files (.ps1) that are run in the caller's environment prior to importing this module. |
| 49 | + # ScriptsToProcess = @() |
50 | 50 |
|
51 | | -# Type files (.ps1xml) to be loaded when importing this module |
52 | | -# TypesToProcess = @() |
| 51 | + # Type files (.ps1xml) to be loaded when importing this module |
| 52 | + # TypesToProcess = @() |
53 | 53 |
|
54 | | -# Format files (.ps1xml) to be loaded when importing this module |
55 | | -FormatsToProcess = 'PSDepend.Format.ps1xml' |
| 54 | + # Format files (.ps1xml) to be loaded when importing this module |
| 55 | + FormatsToProcess = 'PSDepend.Format.ps1xml' |
56 | 56 |
|
57 | | -# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess |
58 | | -# NestedModules = @() |
| 57 | + # Modules to import as nested modules of the module specified in RootModule/ModuleToProcess |
| 58 | + # NestedModules = @() |
59 | 59 |
|
60 | | -# Functions to export from this module |
61 | | -FunctionsToExport = @('Get-Dependency','Get-PSDependScript','Get-PSDependType','Import-Dependency','Install-Dependency','Invoke-DependencyScript','Invoke-PSDepend','Test-Dependency') |
| 60 | + # Functions to export from this module |
| 61 | + FunctionsToExport = @('Get-Dependency','Get-PSDependScript','Get-PSDependType','Import-Dependency','Install-Dependency','Invoke-DependencyScript','Invoke-PSDepend','Test-Dependency') |
62 | 62 |
|
63 | | -# Cmdlets to export from this module |
64 | | -CmdletsToExport = '*' |
| 63 | + # Cmdlets to export from this module |
| 64 | + CmdletsToExport = '*' |
65 | 65 |
|
66 | | -# Variables to export from this module |
67 | | -# VariablesToExport = '*' |
| 66 | + # Variables to export from this module |
| 67 | + # VariablesToExport = '*' |
68 | 68 |
|
69 | | -# Aliases to export from this module |
70 | | -AliasesToExport = '*' |
| 69 | + # Aliases to export from this module |
| 70 | + AliasesToExport = '*' |
71 | 71 |
|
72 | | -# DSC resources to export from this module |
73 | | -# DscResourcesToExport = @() |
| 72 | + # DSC resources to export from this module |
| 73 | + # DscResourcesToExport = @() |
74 | 74 |
|
75 | | -# List of all modules packaged with this module |
76 | | -# ModuleList = @() |
| 75 | + # List of all modules packaged with this module |
| 76 | + # ModuleList = @() |
77 | 77 |
|
78 | | -# List of all files packaged with this module |
79 | | -# FileList = @() |
| 78 | + # List of all files packaged with this module |
| 79 | + # FileList = @() |
80 | 80 |
|
81 | | -# 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. |
82 | | -PrivateData = @{ |
| 81 | + # 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. |
| 82 | + PrivateData = @{ |
83 | 83 |
|
84 | | - PSData = @{ |
| 84 | + PSData = @{ |
85 | 85 |
|
86 | | - # Tags applied to this module. These help with module discovery in online galleries. |
87 | | - Tags = @('requirements', 'dependencies', 'dependency', 'manager', 'bundle', 'package') |
| 86 | + # Tags applied to this module. These help with module discovery in online galleries. |
| 87 | + Tags = @('requirements', 'dependencies', 'dependency', 'manager', 'bundle', 'package') |
88 | 88 |
|
89 | | - # A URL to the license for this module. |
90 | | - LicenseUri = 'https://github.com/RamblingCookieMonster/PSDepend/blob/master/LICENSE' |
| 89 | + # A URL to the license for this module. |
| 90 | + LicenseUri = 'https://github.com/PowerShellOrg/PSDepend/blob/master/LICENSE' |
91 | 91 |
|
92 | | - # A URL to the main website for this project. |
93 | | - ProjectUri = 'https://github.com/RamblingCookieMonster/PSDepend/' |
| 92 | + # A URL to the main website for this project. |
| 93 | + ProjectUri = 'https://github.com/PowerShellOrg/PSDepend/' |
94 | 94 |
|
95 | | - # A URL to an icon representing this module. |
96 | | - # IconUri = '' |
| 95 | + # A URL to an icon representing this module. |
| 96 | + # IconUri = '' |
97 | 97 |
|
98 | | - # ReleaseNotes of this module |
99 | | - ReleaseNotes = 'Added various PowerShell Core fixes thanks to @lipkau!' |
| 98 | + # ReleaseNotes of this module |
| 99 | + ReleaseNotes = 'Added various PowerShell Core fixes thanks to @lipkau!' |
100 | 100 |
|
101 | | - } # End of PSData hashtable |
| 101 | + } # End of PSData hashtable |
102 | 102 |
|
103 | | -} # End of PrivateData hashtable |
| 103 | + } # End of PrivateData hashtable |
104 | 104 |
|
105 | | -# HelpInfo URI of this module |
106 | | -# HelpInfoURI = '' |
| 105 | + # HelpInfo URI of this module |
| 106 | + # HelpInfoURI = '' |
107 | 107 |
|
108 | | -# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. |
109 | | -# DefaultCommandPrefix = '' |
| 108 | + # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. |
| 109 | + # DefaultCommandPrefix = '' |
110 | 110 |
|
111 | 111 | } |
0 commit comments