Skip to content

Commit

Permalink
Merge pull request #7 from brettmillerb/publish
Browse files Browse the repository at this point in the history
Module Structure and Rename
  • Loading branch information
brettmillerb committed Dec 19, 2019
2 parents 2ec0e77 + aa1722b commit 8fbc04d
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 5 deletions.
Binary file renamed MSTeams.psd1 → MsftTeams.psd1
Binary file not shown.
10 changes: 5 additions & 5 deletions MSTeams.psm1 → MsftTeams.psm1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Dot source Public function file
. $psscriptroot\New-TeamsMessage.ps1
. $psscriptroot\Button.ps1
. $psscriptroot\internal\ConvertFrom-Hashtable.ps1
. $psscriptroot\internal\New-BaseJsonObj.ps1
. $psscriptroot\internal\New-ImageObject.ps1
. $psscriptroot\public\New-TeamsMessage.ps1
. $psscriptroot\public\Button.ps1
. $psscriptroot\private\ConvertFrom-Hashtable.ps1
. $psscriptroot\private\New-BaseJsonObj.ps1
. $psscriptroot\private\New-ImageObject.ps1

# Import Color Settings
$ColorMap = @{
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8fbc04d

Please sign in to comment.