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
Copy file name to clipboardExpand all lines: templates/OxyPlotCli.template.psd1
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
RootModule='OxyPlotCli.psm1'
13
13
14
14
# Version number of this module.
15
-
ModuleVersion='1.0.0'
15
+
ModuleVersion='1.0.1'
16
16
17
17
# Supported PSEditions
18
18
# CompatiblePSEditions = ''
@@ -30,9 +30,9 @@ CompanyName = ''
30
30
Copyright='(c) 2018 horker. All rights reserved.'
31
31
32
32
# Description of the functionality provided by this module
33
-
Description="OxyPlot CLI is a PowerShell module for using the OxyPlot library on commnad line.
33
+
Description="OxyPlot CLI is a PowerShell module for using OxyPlot on commnad line.
34
34
35
-
OxyPlot CLI is designed for both interactive usage and complex, sophisticated visualization scripting. It supports all series, axes and annotations of OxyPlot.
35
+
OxyPlot CLI is designed for both interactive usage and elaborate visualization scripting. It supports all series, axes and annotations of OxyPlot.
36
36
37
37
For more details, see https://github.com/horkerps/oxyplotcli"
0 commit comments