|
2 | 2 | MIT License |
3 | 3 |
|
4 | 4 | Copyright (C) 2023 Robin Stolpe. |
5 | | - robin@stolpe.io |
6 | | - <https://stolpe.io> |
7 | 5 |
|
8 | 6 | Permission is hereby granted, free of charge, to any person obtaining a copy |
9 | 7 | of this software and associated documentation files (the "Software"), to deal |
|
29 | 27 | # |
30 | 28 | # Generated by: Robin Stolpe |
31 | 29 | # |
32 | | -# Generated on: 2023-01-17 |
| 30 | +# Generated on: 2023-01-18 |
33 | 31 | # |
34 | 32 |
|
35 | 33 | @{ |
36 | 34 |
|
37 | 35 | # Script module or binary module file associated with this manifest. |
38 | | - RootModule = '.\WinSoftwareUpdate.psm1' |
| 36 | + RootModule = '.\WinSoftwareUpdate.psm1' |
39 | 37 |
|
40 | 38 | # Version number of this module. |
41 | | - ModuleVersion = '0.0.1' |
| 39 | + ModuleVersion = '0.0.3' |
42 | 40 |
|
43 | 41 | # Supported PSEditions |
44 | 42 | # CompatiblePSEditions = @() |
45 | 43 |
|
46 | 44 | # ID used to uniquely identify this module |
47 | | - GUID = '4699dd6a-cc61-4929-97ed-11de5eb6bc01' |
| 45 | + GUID = '4699dd6a-cc61-4929-97ed-11de5eb6bc01' |
48 | 46 |
|
49 | 47 | # Author of this module |
50 | | - Author = 'Robin Stolpe' |
| 48 | + Author = 'Robin Stolpe' |
51 | 49 |
|
52 | 50 | # Company or vendor of this module |
53 | | - CompanyName = 'Stolpe.io' |
| 51 | + CompanyName = 'Stolpe.io' |
54 | 52 |
|
55 | 53 | # Copyright statement for this module |
56 | | - Copyright = '(c) 2023 Robin Stolpe. All rights reserved.' |
| 54 | + Copyright = '(c) 2023 Robin Stolpe. All rights reserved.' |
57 | 55 |
|
58 | 56 | # Description of the functionality provided by this module |
59 | | - Description = 'This module will help you to update your software on your Windows 10 and Windows 11 machines.' |
| 57 | + Description = 'This module will help you to update your software on your Windows 10 and Windows 11 machines.' |
60 | 58 |
|
61 | 59 | # Minimum version of the PowerShell engine required by this module |
62 | | - PowerShellVersion = '5.1' |
| 60 | + PowerShellVersion = '5.1' |
63 | 61 |
|
64 | 62 | # Name of the PowerShell host required by this module |
65 | 63 | # PowerShellHostName = '' |
|
95 | 93 | # NestedModules = @() |
96 | 94 |
|
97 | 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. |
98 | | - FunctionsToExport = "Update-RSWinSoftware", "Confirm-RSWinGet", "Get-RSInstallInfo", "Install-RSVCLib", "Start-RSWinGet" |
| 96 | + FunctionsToExport = "Update-RSWinSoftware", "Confirm-RSWinGet", "Get-RSInstallInfo", "Install-RSVCLib", "Start-RSWinGet" |
99 | 97 |
|
100 | 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. |
101 | | - CmdletsToExport = @() |
| 99 | + CmdletsToExport = @() |
102 | 100 |
|
103 | 101 | # Variables to export from this module |
104 | | - VariablesToExport = '*' |
| 102 | + VariablesToExport = '*' |
105 | 103 |
|
106 | 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. |
107 | | - AliasesToExport = @() |
| 105 | + AliasesToExport = @() |
108 | 106 |
|
109 | 107 | # DSC resources to export from this module |
110 | 108 | # DscResourcesToExport = @() |
|
116 | 114 | # FileList = @() |
117 | 115 |
|
118 | 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. |
119 | | - PrivateData = @{ |
| 117 | + PrivateData = @{ |
120 | 118 |
|
121 | 119 | PSData = @{ |
122 | 120 |
|
123 | 121 | # Tags applied to this module. These help with module discovery in online galleries. |
124 | | - # Tags = @(windows, maintenance, autoupdate, autoupdate-script, psmodule, update, winget, windows10, windows11) |
| 122 | + Tags = @("windows", "maintenance", "autoupdate", "autoupdate-script", "psmodule", "update", "winget", "windows10", "windows11") |
125 | 123 |
|
126 | 124 | # A URL to the license for this module. |
127 | | - LicenseUri = 'https://github.com/rstolpe/WinSoftwareUpdate/blob/main/LICENSE' |
| 125 | + LicenseUri = 'https://github.com/rstolpe/WinSoftwareUpdate/blob/main/LICENSE' |
128 | 126 |
|
129 | 127 | # A URL to the main website for this project. |
130 | | - ProjectUri = 'https://github.com/rstolpe/WinSoftwareUpdate' |
| 128 | + ProjectUri = 'https://github.com/rstolpe/WinSoftwareUpdate' |
131 | 129 |
|
132 | 130 | # A URL to an icon representing this module. |
133 | 131 | # IconUri = '' |
134 | 132 |
|
135 | 133 | # ReleaseNotes of this module |
136 | | - ReleaseNotes = 'https://github.com/rstolpe/WinSoftwareUpdate/releases' |
| 134 | + ReleaseNotes = 'https://github.com/rstolpe/WinSoftwareUpdate/releases' |
137 | 135 |
|
138 | 136 | # Prerelease string of this module |
139 | | - Prerelease = '' |
| 137 | + Prerelease = '' |
140 | 138 |
|
141 | 139 | # Flag to indicate whether the module requires explicit user acceptance for install/update/save |
142 | 140 | RequireLicenseAcceptance = $false |
|
0 commit comments