Skip to content

Commit

Permalink
Merge pull request #4 from exchange12rocks/dev
Browse files Browse the repository at this point in the history
v.0.1.1
  • Loading branch information
exchange12rocks authored Jan 12, 2022
2 parents 6273b05 + 41fd350 commit 61f1be6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ That's it: no need to manually specify your team - the module detects it automat
## What options are available now

Currently the module allows you to:
+ send messages (`Send-SlackWebMessage`),
+ get/search for a channel (`Get-SlackWebChannel`),
+ get/export history from channels, direct messages, group messages (`Get-SlackWebChannelMessages`, `Export-SlackWebChannelHistory`);
+ get/export accounts from your workspace and all workspaces connected to it (`Get-SlackWebPeople`, `Export-SlackWebPeople`).
Expand Down
5 changes: 1 addition & 4 deletions SlackWeb.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
RootModule = 'SlackWeb.psm1'
ModuleVersion = '0.1.0'
ModuleVersion = '0.1.1'
GUID = '0c253c7c-e520-483e-89f9-c24cea05691b'
Author = 'Kirill Nikolaev'
Description = 'Enables you to work with Slack via the web-API rather then the regular API. This allows you to automate Slack actions w/o registering an application in your workspace.'
Expand All @@ -27,9 +27,6 @@
Tags = @()
LicenseUri = 'https://github.com/exchange12rocks/SlackWeb/blob/main/LICENSE'
ProjectUri = 'https://github.com/exchange12rocks/SlackWeb/'
ExternalModuleDependencies = @(
'Configuration'
)
ReleaseNotes = ''
}
}
Expand Down

0 comments on commit 61f1be6

Please sign in to comment.