Skip to content

Commit 67925ff

Browse files
author
horkerps
committed
Update psd1 for v1.0.1
1 parent c73ce79 commit 67925ff

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

templates/OxyPlotCli.template.psd1

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'OxyPlotCli.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.0.0'
15+
ModuleVersion = '1.0.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = ''
@@ -30,9 +30,9 @@ CompanyName = ''
3030
Copyright = '(c) 2018 horker. All rights reserved.'
3131

3232
# 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.
3434
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.
3636
3737
For more details, see https://github.com/horkerps/oxyplotcli"
3838

@@ -205,7 +205,8 @@ PrivateData = @{
205205
'OxyPlot', 'cli', 'powershell', 'commnadline', 'command', 'line',
206206
'chart', 'plot', 'graphic',
207207
'visualization', 'interactive', 'data', 'analysis',
208-
'wpf', 'window'
208+
'wpf', 'window',
209+
'R', 'ggplot', 'matplotlib'
209210
)
210211

211212
# A URL to the license for this module.
@@ -219,6 +220,9 @@ PrivateData = @{
219220

220221
# ReleaseNotes of this module
221222
ReleaseNotes = @"
223+
v1.0.1
224+
Several bug fixes
225+
222226
v1.0.0
223227
First release
224228
"@

0 commit comments

Comments
 (0)