|
1 | | -# |
2 | | -# Module manifest for module 'ServiceNow' |
3 | | -# |
4 | | -# Generated by: Sam Martin |
5 | | -# |
6 | | -# Generated on: 03/05/2015 |
7 | | -# |
8 | | - |
| 1 | + |
9 | 2 | @{ |
10 | 3 |
|
11 | 4 | # Script module or binary module file associated with this manifest. |
12 | 5 | RootModule = 'ServiceNow.psm1' |
13 | 6 |
|
14 | 7 | # Version number of this module. |
15 | | -ModuleVersion = '1.8.0' |
| 8 | +ModuleVersion = '1.8.1' |
16 | 9 |
|
17 | 10 | # ID used to uniquely identify this module |
18 | 11 | GUID = 'b90d67da-f8d0-4406-ad74-89d169cd0633' |
19 | 12 |
|
20 | 13 | # Author of this module |
21 | | -Author = 'Sam Martin' |
| 14 | +Author = 'Sam Martin', 'Rick Arroues', 'Greg Brownstein' |
22 | 15 |
|
23 | 16 | # Company or vendor of this module |
24 | 17 | CompanyName = 'None' |
25 | 18 |
|
26 | 19 | # Copyright statement for this module |
27 | | -Copyright = '(c) 2015 Sam. All rights reserved.' |
| 20 | +Copyright = '(c) 2015-2021 Snow-Shell. All rights reserved.' |
28 | 21 |
|
29 | 22 | # Description of the functionality provided by this module |
30 | | -Description = 'This module provides cmdlets allowing you to retrieve information from your ServiceNow instance`s rest API' |
| 23 | +Description = 'This module provides cmdlets allowing you to retrieve information from your ServiceNow instance''s REST API' |
31 | 24 |
|
32 | 25 | # Minimum version of the Windows PowerShell engine required by this module |
33 | 26 | # PowerShellVersion = '3.0' |
@@ -83,17 +76,18 @@ PrivateData = @{ |
83 | 76 | Tags = @('Azure','Automation','ServiceNow','PSModule') |
84 | 77 |
|
85 | 78 | # A URL to the license for this module. |
86 | | - LicenseUri = 'https://github.com/Sam-Martin/servicenow-powershell/blob/master/LICENSE' |
| 79 | + LicenseUri = 'https://github.com/Snow-Shell/servicenow-powershell/blob/master/LICENSE' |
87 | 80 |
|
88 | 81 | # A URL to the main website for this project. |
89 | | - ProjectUri = 'https://github.com/Sam-Martin/servicenow-powershell' |
| 82 | + ProjectUri = 'https://github.com/Snow-Shell/servicenow-powershell' |
90 | 83 |
|
| 84 | + ReleaseNotes = 'https://github.com/Snow-Shell/servicenow-powershell/blob/master/CHANGELOG.md' |
91 | 85 | } # End of PSData hashtable |
92 | 86 |
|
93 | 87 | } # End of PrivateData hashtable |
94 | 88 |
|
95 | 89 | # HelpInfo URI of this module |
96 | | -# HelpInfoURI = 'https://github.com/Sam-Martin/servicenow-powershell' |
| 90 | +# HelpInfoURI = 'https://github.com/Snow-Shell/servicenow-powershell' |
97 | 91 |
|
98 | 92 | # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. |
99 | 93 | # DefaultCommandPrefix = '' |
|
0 commit comments