File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 1+ ## v1.8.0
2+ - Add Update-ServiceNowRequestItem
3+ - Fix switch statements by adding breaks to each condition
4+
5+ ## v1.7.0
6+ - Add New-ServiceNowChangeRequest
7+
8+ ## v1.6.0
9+ - Add Update-ServiceNowDateTimeField
10+ - Add Add-ServiceNowAttachment
11+ - Add Get-ServiceNowAttachment
12+ - Add Get-ServiceNowAttachmentDetail
13+ - Add Remove-ServiceNowAttachment
Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ PrivateData = @{
8181 # A URL to the main website for this project.
8282 ProjectUri = ' https://github.com/Snow-Shell/servicenow-powershell'
8383
84+ ReleaseNotes = ' https://github.com/Snow-Shell/servicenow-powershell/blob/master/CHANGELOG.md'
8485 } # End of PSData hashtable
8586
8687} # End of PrivateData hashtable
You can’t perform that action at this time.
0 commit comments