Skip to content

Commit 8142412

Browse files
committed
Update manifest to 3.1.11
1 parent a5ee300 commit 8142412

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.1.11
2+
- Add `Export-ServiceNowRecord` to write records to csv, xls, xlsx, xml, or pdf. Supports filtering, sorting, and specific properties just like `Get-ServiceNowRecord`. [#186](https://github.com/Snow-Shell/servicenow-powershell/issues/186)
3+
4+
15
## 3.1.10
26
- Fix [#183](https://github.com/Snow-Shell/servicenow-powershell/issues/183), `Get-ServiceNowRecord -Filter` parameter not applying in some circumstances
37
- Update display formats to correctly show values when `-DisplayValue` is false
@@ -138,3 +142,4 @@ Be able to reference types from this config per table, removing the need to have
138142

139143

140144

145+

ServiceNow/ServiceNow.psd1

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Sam Martin Rick Arroues Greg Brownstein
55
#
6-
# Generated on: 04/11/2022
6+
# Generated on: 05/06/2022
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
RootModule = 'ServiceNow.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '3.1.10'
15+
ModuleVersion = '3.1.11'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -81,7 +81,8 @@ FunctionsToExport = 'Get-ServiceNowRecordInterim', 'New-ServiceNowConfigurationI
8181
'New-ServiceNowQuery', 'New-ServiceNowRecord',
8282
'Remove-ServiceNowAttachment', 'Remove-ServiceNowRecord',
8383
'Update-ServiceNowChangeRequest', 'Update-ServiceNowIncident',
84-
'Update-ServiceNowRequestedItem', 'Update-ServiceNowRecord', 'Export-ServiceNowRecord'
84+
'Update-ServiceNowRequestedItem', 'Update-ServiceNowRecord',
85+
'Export-ServiceNowRecord'
8586

8687
# 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.
8788
CmdletsToExport = @()

0 commit comments

Comments
 (0)