Skip to content

Commit

Permalink
merging 0.0.15 updates from PowershellGallery release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Ferrell committed Aug 28, 2016
1 parent ef5ddc1 commit 1f08686
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
@@ -1,2 +1,4 @@
Manifest.xml
PSSlack/PSSlack.xml
**PSSlack.xml
**Send-SlackUpdate.ps1
PSSlack/X11ColorList.txt
Binary file added PSSlack/PSGetModuleInfo.xml
Binary file not shown.
6 changes: 4 additions & 2 deletions PSSlack/PSSlack.psd1
Expand Up @@ -4,7 +4,7 @@
RootModule = 'PSSlack.psm1'

# Version number of this module.
ModuleVersion = '0.0.12'
ModuleVersion = '0.0.15'

# ID used to uniquely identify this module
GUID = 'fb0a1f73-e16c-4829-b2a7-4fc8d7bed545'
Expand Down Expand Up @@ -58,7 +58,7 @@ PowerShellVersion = '3.0'
# NestedModules = @()

# Functions to export from this module
FunctionsToExport = '*'
FunctionsToExport = @('Find-SlackMessage','Get-PSSlackConfig','Get-SlackChannel','Get-SlackGroup','Get-SlackGroupHistory','Get-SlackHistory','Get-SlackUser','New-SlackField','New-SlackMessage','New-SlackMessageAttachment','Send-SlackApi','Send-SlackFile','Send-SlackMessage','Set-PSSlackConfig')

# Cmdlets to export from this module
CmdletsToExport = '*'
Expand Down Expand Up @@ -112,3 +112,5 @@ PrivateData = @{





0 comments on commit 1f08686

Please sign in to comment.