Skip to content

Commit 8fbc04d

Browse files
authored
Merge pull request #7 from brettmillerb/publish
Module Structure and Rename
2 parents 2ec0e77 + aa1722b commit 8fbc04d

File tree

10 files changed

+5
-5
lines changed

10 files changed

+5
-5
lines changed
Binary file not shown.

MSTeams.psm1 renamed to MsftTeams.psm1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Dot source Public function file
2-
. $psscriptroot\New-TeamsMessage.ps1
3-
. $psscriptroot\Button.ps1
4-
. $psscriptroot\internal\ConvertFrom-Hashtable.ps1
5-
. $psscriptroot\internal\New-BaseJsonObj.ps1
6-
. $psscriptroot\internal\New-ImageObject.ps1
2+
. $psscriptroot\public\New-TeamsMessage.ps1
3+
. $psscriptroot\public\Button.ps1
4+
. $psscriptroot\private\ConvertFrom-Hashtable.ps1
5+
. $psscriptroot\private\New-BaseJsonObj.ps1
6+
. $psscriptroot\private\New-ImageObject.ps1
77

88
# Import Color Settings
99
$ColorMap = @{
File renamed without changes.

0 commit comments

Comments
 (0)