Skip to content

Commit

Permalink
Merge pull request #50 from adrianwells/master
Browse files Browse the repository at this point in the history
Fix missing FunctionsToExport in Manifest file
  • Loading branch information
adrianwells authored Jan 14, 2019
2 parents ee2b656 + 05dc256 commit b59b1d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ITGlueAPI/ITGlueAPI.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RootModule = '.\ITGlueAPI.psm1'
# -- MAJOR version when you make incompatible API changes,
# -- MINOR version when you add functionality in a backwards-compatible manner, and
# -- PATCH version when you make backwards-compatible bug fixes.
ModuleVersion = '2.0.2'
ModuleVersion = '2.0.3'

# ID used to uniquely identify this module
#GUID = ''
Expand Down Expand Up @@ -123,6 +123,7 @@ FunctionsToExport = 'Add-ITGlueAPIKey',
'New-ITGlueConfigurations',
'Get-ITGlueConfigurations',
'Set-ITGlueConfigurations',
'Remove-ITGlueConfigurations',

'New-ITGlueContactTypes',
'Get-ITGlueContactTypes',
Expand All @@ -131,6 +132,7 @@ FunctionsToExport = 'Add-ITGlueAPIKey',
'New-ITGlueContacts',
'Get-ITGlueContacts',
'Set-ITGlueContacts',
'Remove-ITGlueContacts',

'Get-ITGlueCountries',

Expand Down

0 comments on commit b59b1d5

Please sign in to comment.