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