Skip to content

Commit 28cded0

Browse files
committed
Update manifest to 3.1.6
1 parent cfd37b4 commit 28cded0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 3.1.6
2+
- Add `AsValue` parameter to `Export-ServiceNowAttachment` to return attachment contents instead of writing to a file
3+
14
## 3.1.5
25
- Add table name translation to `Get-ServiceNowAttachment` where sys_class_name does not match table name
36
- Change .endswith operator from % to ENDSWITH as % was not working
@@ -116,3 +119,4 @@ Be able to reference types from this config per table, removing the need to have
116119
- Add Remove-ServiceNowAttachment
117120

118121

122+

ServiceNow/ServiceNow.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'ServiceNow.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '3.1.5'
15+
ModuleVersion = '3.1.6'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)