Skip to content

Commit b59b1d5

Browse files
author
adrianwells
authored
Merge pull request #50 from adrianwells/master
Fix missing FunctionsToExport in Manifest file
2 parents ee2b656 + 05dc256 commit b59b1d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ITGlueAPI/ITGlueAPI.psd1

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RootModule = '.\ITGlueAPI.psm1'
1717
# -- MAJOR version when you make incompatible API changes,
1818
# -- MINOR version when you add functionality in a backwards-compatible manner, and
1919
# -- PATCH version when you make backwards-compatible bug fixes.
20-
ModuleVersion = '2.0.2'
20+
ModuleVersion = '2.0.3'
2121

2222
# ID used to uniquely identify this module
2323
#GUID = ''
@@ -123,6 +123,7 @@ FunctionsToExport = 'Add-ITGlueAPIKey',
123123
'New-ITGlueConfigurations',
124124
'Get-ITGlueConfigurations',
125125
'Set-ITGlueConfigurations',
126+
'Remove-ITGlueConfigurations',
126127

127128
'New-ITGlueContactTypes',
128129
'Get-ITGlueContactTypes',
@@ -131,6 +132,7 @@ FunctionsToExport = 'Add-ITGlueAPIKey',
131132
'New-ITGlueContacts',
132133
'Get-ITGlueContacts',
133134
'Set-ITGlueContacts',
135+
'Remove-ITGlueContacts',
134136

135137
'Get-ITGlueCountries',
136138

0 commit comments

Comments
 (0)