|
27 | 27 | # |
28 | 28 | # Generated by: Robin Stolpe |
29 | 29 | # |
30 | | -# Generated on: 2023-01-19 |
| 30 | +# Generated on: 2023-04-22 |
31 | 31 | # |
32 | 32 |
|
33 | 33 | @{ |
34 | 34 |
|
35 | 35 | # Script module or binary module file associated with this manifest. |
36 | | - RootModule = '.\MaintainModule.psm1' |
| 36 | + RootModule = '.\MaintainModule.psm1' |
37 | 37 |
|
38 | 38 | # Version number of this module. |
39 | | - ModuleVersion = '0.1.5' |
| 39 | + ModuleVersion = '0.1.6' |
40 | 40 |
|
41 | 41 | # Supported PSEditions |
42 | 42 | # CompatiblePSEditions = @() |
43 | 43 |
|
44 | 44 | # ID used to uniquely identify this module |
45 | | - GUID = '4fec1769-909e-44cf-b715-bbc6b10564b3' |
| 45 | + GUID = '4fec1769-909e-44cf-b715-bbc6b10564b3' |
46 | 46 |
|
47 | 47 | # Author of this module |
48 | | - Author = 'Robin Stolpe' |
| 48 | + Author = 'Robin Stolpe' |
49 | 49 |
|
50 | 50 | # Company or vendor of this module |
51 | | - CompanyName = 'Stolpe.io' |
| 51 | + CompanyName = 'Stolpe.io' |
52 | 52 |
|
53 | 53 | # Copyright statement for this module |
54 | | - Copyright = '(c) 2023 Robin Stolpe. All rights reserved.' |
| 54 | + Copyright = '(c) 2023 Robin Stolpe. All rights reserved.' |
55 | 55 |
|
56 | 56 | # Description of the functionality provided by this module |
57 | | - Description = 'This module let you maintain/update your installed PowerShell modules in a easy way' |
| 57 | + Description = 'This module let you maintain/update your installed PowerShell modules in a easy way' |
58 | 58 |
|
59 | 59 | # Minimum version of the PowerShell engine required by this module |
60 | | - PowerShellVersion = '5.1' |
| 60 | + PowerShellVersion = '5.1' |
61 | 61 |
|
62 | 62 | # Name of the PowerShell host required by this module |
63 | 63 | # PowerShellHostName = '' |
|
93 | 93 | # NestedModules = @() |
94 | 94 |
|
95 | 95 | # 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. |
96 | | - FunctionsToExport = "Uninstall-RSModule", "Update-RSModule" |
| 96 | + FunctionsToExport = "Uninstall-RSModule", "Update-RSModule" |
97 | 97 |
|
98 | 98 | # 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. |
99 | | - CmdletsToExport = @() |
| 99 | + CmdletsToExport = @() |
100 | 100 |
|
101 | 101 | # Variables to export from this module |
102 | | - VariablesToExport = '*' |
| 102 | + VariablesToExport = '*' |
103 | 103 |
|
104 | 104 | # 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. |
105 | | - AliasesToExport = @() |
| 105 | + AliasesToExport = @() |
106 | 106 |
|
107 | 107 | # DSC resources to export from this module |
108 | 108 | # DscResourcesToExport = @() |
|
114 | 114 | # FileList = @() |
115 | 115 |
|
116 | 116 | # 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. |
117 | | - PrivateData = @{ |
| 117 | + PrivateData = @{ |
118 | 118 |
|
119 | 119 | PSData = @{ |
120 | 120 |
|
121 | 121 | # Tags applied to this module. These help with module discovery in online galleries. |
122 | | - Tags = @("PowerShell", "macOS", "Windows", "Linux", "support-tool", "sysadmin-tool", "it-tool", "maintain-module", "module-maintenance", "multi-platform", "multiOS") |
| 122 | + Tags = @("PowerShell", "macOS", "Windows", "Linux", "support-tool", "sysadmin-tool", "it-tool", "maintain-module", "module-maintenance", "multi-platform", "multiOS") |
123 | 123 |
|
124 | 124 | # A URL to the license for this module. |
125 | | - LicenseUri = 'https://github.com/rstolpe/MaintainModule/blob/main/LICENSE' |
| 125 | + LicenseUri = 'https://github.com/rstolpe/MaintainModule/blob/main/LICENSE' |
126 | 126 |
|
127 | 127 | # A URL to the main website for this project. |
128 | | - ProjectUri = 'https://github.com/rstolpe/MaintainModule' |
| 128 | + ProjectUri = 'https://github.com/rstolpe/MaintainModule' |
129 | 129 |
|
130 | 130 | # A URL to an icon representing this module. |
131 | 131 | # IconUri = '' |
132 | 132 |
|
133 | 133 | # ReleaseNotes of this module |
134 | | - ReleaseNotes = 'https://github.com/rstolpe/MaintainModule/releases' |
| 134 | + ReleaseNotes = 'https://github.com/rstolpe/MaintainModule/releases' |
135 | 135 |
|
136 | 136 | # Prerelease string of this module |
137 | | - Prerelease = '' |
| 137 | + Prerelease = '' |
138 | 138 |
|
139 | 139 | # Flag to indicate whether the module requires explicit user acceptance for install/update/save |
140 | 140 | RequireLicenseAcceptance = $false |
|
0 commit comments