|
8 | 8 |
|
9 | 9 | @{ |
10 | 10 |
|
11 | | -# Script module or binary module file associated with this manifest. |
12 | | -RootModule = 'AsBuiltReport.Microsoft.Windows.psm1' |
| 11 | + # Script module or binary module file associated with this manifest. |
| 12 | + RootModule = 'AsBuiltReport.Microsoft.Windows.psm1' |
13 | 13 |
|
14 | | -# Version number of this module. |
15 | | -ModuleVersion = '0.5.1' |
| 14 | + # Version number of this module. |
| 15 | + ModuleVersion = '0.5.2' |
16 | 16 |
|
17 | | -# Supported PSEditions |
18 | | -# CompatiblePSEditions = @() |
| 17 | + # Supported PSEditions |
| 18 | + # CompatiblePSEditions = @() |
19 | 19 |
|
20 | | -# ID used to uniquely identify this module |
21 | | -GUID = '29c96c3d-bce4-4a9f-a429-5ba40a63d8ed' |
| 20 | + # ID used to uniquely identify this module |
| 21 | + GUID = '29c96c3d-bce4-4a9f-a429-5ba40a63d8ed' |
22 | 22 |
|
23 | | -# Author of this module |
24 | | -Author = 'Andrew Ramsay' |
| 23 | + # Author of this module |
| 24 | + Author = 'Andrew Ramsay' |
25 | 25 |
|
26 | | -# Company or vendor of this module |
27 | | -# CompanyName = 'Unknown' |
| 26 | + # Company or vendor of this module |
| 27 | + # CompanyName = 'Unknown' |
28 | 28 |
|
29 | | -# Copyright statement for this module |
30 | | -Copyright = '(c) 2023 Andrew Ramsay. All rights reserved.' |
| 29 | + # Copyright statement for this module |
| 30 | + Copyright = '(c) 2024 Andrew Ramsay. All rights reserved.' |
31 | 31 |
|
32 | | -# Description of the functionality provided by this module |
33 | | -Description = 'A PowerShell module to generate an as built report on the configuration of Microsoft Windows.' |
| 32 | + # Description of the functionality provided by this module |
| 33 | + Description = 'A PowerShell module to generate an as built report on the configuration of Microsoft Windows.' |
34 | 34 |
|
35 | | -# Minimum version of the Windows PowerShell engine required by this module |
36 | | -PowerShellVersion = '5.1' |
| 35 | + # Minimum version of the Windows PowerShell engine required by this module |
| 36 | + PowerShellVersion = '5.1' |
37 | 37 |
|
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 = '' |
40 | 40 |
|
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 = '' |
43 | 43 |
|
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 = '' |
46 | 46 |
|
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 = '' |
49 | 49 |
|
50 | | -# Processor architecture (None, X86, Amd64) required by this module |
51 | | -# ProcessorArchitecture = '' |
| 50 | + # Processor architecture (None, X86, Amd64) required by this module |
| 51 | + # ProcessorArchitecture = '' |
52 | 52 |
|
53 | | -# Modules that must be imported into the global environment prior to importing this module |
54 | | -RequiredModules = @( |
| 53 | + # Modules that must be imported into the global environment prior to importing this module |
| 54 | + RequiredModules = @( |
55 | 55 | @{ |
56 | 56 | ModuleName = 'AsBuiltReport.Core'; |
57 | 57 | ModuleVersion = '1.3.0' |
58 | 58 | } |
59 | 59 | ) |
60 | 60 |
|
61 | | -# Assemblies that must be loaded prior to importing this module |
62 | | -# RequiredAssemblies = @() |
| 61 | + # Assemblies that must be loaded prior to importing this module |
| 62 | + # RequiredAssemblies = @() |
63 | 63 |
|
64 | | -# Script files (.ps1) that are run in the caller's environment prior to importing this module. |
65 | | -# ScriptsToProcess = @() |
| 64 | + # Script files (.ps1) that are run in the caller's environment prior to importing this module. |
| 65 | + # ScriptsToProcess = @() |
66 | 66 |
|
67 | | -# Type files (.ps1xml) to be loaded when importing this module |
68 | | -# TypesToProcess = @() |
| 67 | + # Type files (.ps1xml) to be loaded when importing this module |
| 68 | + # TypesToProcess = @() |
69 | 69 |
|
70 | | -# Format files (.ps1xml) to be loaded when importing this module |
71 | | -# FormatsToProcess = @() |
| 70 | + # Format files (.ps1xml) to be loaded when importing this module |
| 71 | + # FormatsToProcess = @() |
72 | 72 |
|
73 | | -# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess |
74 | | -# NestedModules = @() |
| 73 | + # Modules to import as nested modules of the module specified in RootModule/ModuleToProcess |
| 74 | + # NestedModules = @() |
75 | 75 |
|
76 | | -# 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. |
77 | | -FunctionsToExport = @('Invoke-AsBuiltReport.Microsoft.Windows') |
| 76 | + # 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. |
| 77 | + FunctionsToExport = @('Invoke-AsBuiltReport.Microsoft.Windows') |
78 | 78 |
|
79 | | -# 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. |
80 | | -# CmdletsToExport = '*' |
| 79 | + # 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. |
| 80 | + # CmdletsToExport = '*' |
81 | 81 |
|
82 | | -# Variables to export from this module |
83 | | -# VariablesToExport = '*' |
| 82 | + # Variables to export from this module |
| 83 | + # VariablesToExport = '*' |
84 | 84 |
|
85 | | -# 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. |
86 | | -# AliasesToExport = '*' |
| 85 | + # 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. |
| 86 | + # AliasesToExport = '*' |
87 | 87 |
|
88 | | -# DSC resources to export from this module |
89 | | -# DscResourcesToExport = @() |
| 88 | + # DSC resources to export from this module |
| 89 | + # DscResourcesToExport = @() |
90 | 90 |
|
91 | | -# List of all modules packaged with this module |
92 | | -# ModuleList = @() |
| 91 | + # List of all modules packaged with this module |
| 92 | + # ModuleList = @() |
93 | 93 |
|
94 | | -# List of all files packaged with this module |
95 | | -# FileList = @() |
| 94 | + # List of all files packaged with this module |
| 95 | + # FileList = @() |
96 | 96 |
|
97 | | -# 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. |
98 | | -PrivateData = @{ |
| 97 | + # 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. |
| 98 | + PrivateData = @{ |
99 | 99 |
|
100 | | - PSData = @{ |
101 | | - # Tags applied to this module. These help with module discovery in online galleries. |
102 | | - Tags = 'AsBuiltReport', 'Report', 'Microsoft', 'Documentation', 'PScribo', 'PSEdition_Desktop', 'Windows' |
| 100 | + PSData = @{ |
| 101 | + # Tags applied to this module. These help with module discovery in online galleries. |
| 102 | + Tags = 'AsBuiltReport', 'Report', 'Microsoft', 'Documentation', 'PScribo', 'PSEdition_Desktop', 'Windows' |
103 | 103 |
|
104 | | - # A URL to the license for this module. |
105 | | - LicenseUri = 'https://raw.githubusercontent.com/AsBuiltReport/AsBuiltReport.Microsoft.Windows/master/LICENSE' |
| 104 | + # A URL to the license for this module. |
| 105 | + LicenseUri = 'https://raw.githubusercontent.com/AsBuiltReport/AsBuiltReport.Microsoft.Windows/master/LICENSE' |
106 | 106 |
|
107 | | - # A URL to the main website for this project. |
108 | | - ProjectUri = 'https://github.com/AsBuiltReport/AsBuiltReport.Microsoft.Windows' |
| 107 | + # A URL to the main website for this project. |
| 108 | + ProjectUri = 'https://github.com/AsBuiltReport/AsBuiltReport.Microsoft.Windows' |
109 | 109 |
|
110 | | - # A URL to an icon representing this module. |
111 | | - IconUri = 'https://raw.githubusercontent.com/AsBuiltReport/AsBuiltReport/master/AsBuiltReport.png' |
| 110 | + # A URL to an icon representing this module. |
| 111 | + IconUri = 'https://github.com/AsBuiltReport.png' |
112 | 112 |
|
113 | | - # ReleaseNotes of this module |
114 | | - ReleaseNotes = 'https://raw.githubusercontent.com/AsBuiltReport/AsBuiltReport.Microsoft.Windows/master/CHANGELOG.md' |
| 113 | + # ReleaseNotes of this module |
| 114 | + ReleaseNotes = 'https://raw.githubusercontent.com/AsBuiltReport/AsBuiltReport.Microsoft.Windows/master/CHANGELOG.md' |
115 | 115 |
|
116 | | - # Prerelease string of this module |
117 | | - # Prerelease = '' |
| 116 | + # Prerelease string of this module |
| 117 | + # Prerelease = '' |
118 | 118 |
|
119 | | - # Flag to indicate whether the module requires explicit user acceptance for install/update/save |
120 | | - # RequireLicenseAcceptance = $false |
| 119 | + # Flag to indicate whether the module requires explicit user acceptance for install/update/save |
| 120 | + # RequireLicenseAcceptance = $false |
121 | 121 |
|
122 | | - # External dependent modules of this module |
123 | | - # ExternalModuleDependencies = @() |
| 122 | + # External dependent modules of this module |
| 123 | + # ExternalModuleDependencies = @() |
124 | 124 |
|
125 | | - } # End of PSData hashtable |
| 125 | + } # End of PSData hashtable |
126 | 126 |
|
127 | | -} # End of PrivateData hashtable |
| 127 | + } # End of PrivateData hashtable |
128 | 128 |
|
129 | | -# HelpInfo URI of this module |
130 | | -# HelpInfoURI = '' |
| 129 | + # HelpInfo URI of this module |
| 130 | + # HelpInfoURI = '' |
131 | 131 |
|
132 | | -# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. |
133 | | -# DefaultCommandPrefix = '' |
| 132 | + # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. |
| 133 | + # DefaultCommandPrefix = '' |
134 | 134 |
|
135 | 135 | } |
136 | 136 |
|
|
0 commit comments