Skip to content

Commit 192bfb4

Browse files
committed
Updated manifest to fulfill PSGallery requirements
1 parent 1e6ed2c commit 192bfb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PSServiceNow.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ CompanyName = 'None'
2727
Copyright = '(c) 2015 Sam. All rights reserved.'
2828

2929
# 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'
30+
Description = 'This module provides cmdlets allowing you to retrieve information from your ServiceNow instance`s rest API'
3131

3232
# Minimum version of the Windows PowerShell engine required by this module
3333
# PowerShellVersion = '3.0'
@@ -86,7 +86,7 @@ PrivateData = @{
8686
PSData = @{
8787

8888
# Tags applied to this module. These help with module discovery in online galleries.
89-
Tags = @('Azure','Automation','ServiceNow')
89+
Tags = @('Azure','Automation','ServiceNow','PSModule')
9090

9191
# A URL to the license for this module.
9292
LicenseUri = 'https://github.com/Sam-Martin/servicenow-powershell/blob/master/LICENSE'

0 commit comments

Comments
 (0)