Skip to content

Commit 9f11bf4

Browse files
committed
Update help, bump version number
1 parent a7cff04 commit 9f11bf4

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

Module/PowerShellLogging/PowerShellLogging.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
ModuleToProcess = 'PowerShellLogging.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.2.1'
15+
ModuleVersion = '1.3.0'
1616

1717
# ID used to uniquely identify this module
1818
GUID = '345320b5-bdc3-4ab6-a13e-fcb019362fe6'
1919

2020
CompanyName = 'Home'
21-
CopyRight = 'Copyright 2014 David Wyatt'
21+
CopyRight = 'Copyright 2017 David Wyatt'
2222

2323
# Author of this module
2424
Author = 'Dave Wyatt'

Module/PowerShellLogging/en-US/PowerShellLoggingModule.dll-help.xml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<maml:copyright>
1010
<maml:para />
1111
</maml:copyright>
12-
<command:verb>Add</command:verb>
12+
<command:verb>Enable</command:verb>
1313
<command:noun>LogFile</command:noun>
1414
<dev:version />
1515
</command:details>
@@ -36,6 +36,13 @@ All host output in streams specified by the -StreamType parameter is sent to the
3636
</maml:description>
3737
<command:parameterValue required="true" variableLength="false">StreamType</command:parameterValue>
3838
</command:parameter>
39+
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
40+
<maml:name>DateTimeFormat</maml:name>
41+
<maml:description>
42+
<maml:para>Specifies the format of timestamps that should be prepended to lines in the log file. Default is &apos;r&apos;.</maml:para>
43+
</maml:description>
44+
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
45+
</command:parameter>
3946
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
4047
<maml:name>OnError</maml:name>
4148
<maml:description>
@@ -82,6 +89,18 @@ While not required, it is recommended that the OnError script block disable this
8289
</dev:type>
8390
<dev:defaultValue>All</dev:defaultValue>
8491
</command:parameter>
92+
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
93+
<maml:name>DateTimeFormat</maml:name>
94+
<maml:description>
95+
<maml:para>Specifies the format of timestamps that should be prepended to lines in the log file. Default is &apos;r&apos;.</maml:para>
96+
</maml:description>
97+
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
98+
<dev:type>
99+
<maml:name>String</maml:name>
100+
<maml:uri/>
101+
</dev:type>
102+
<dev:defaultValue>r</dev:defaultValue>
103+
</command:parameter>
85104
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
86105
<maml:name>OnError</maml:name>
87106
<maml:description>

0 commit comments

Comments
 (0)