You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
75
82
CmdletsToExport=@()
@@ -107,7 +114,7 @@ PrivateData = @{
107
114
# IconUri = ''
108
115
109
116
# ReleaseNotes of this module
110
-
ReleaseNotes='Initial PSWattTime Release'
117
+
ReleaseNotes='Added New-WattTimeAccount function for registering a new WattTime account'
111
118
112
119
# Prerelease string of this module
113
120
# Prerelease = ''
@@ -123,10 +130,9 @@ PrivateData = @{
123
130
} # End of PrivateData hashtable
124
131
125
132
# HelpInfo URI of this module
126
-
#HelpInfoURI = ''
133
+
HelpInfoURI=''
127
134
128
135
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
0 commit comments