Skip to content

Commit b6c39c5

Browse files
committed
Update for v1.0.6
1 parent 536208d commit b6c39c5

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

templates/OxyPlotCli.template.psd1

Lines changed: 5 additions & 2 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.5'
15+
ModuleVersion = '1.0.6'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = ''
@@ -221,8 +221,11 @@ PrivateData = @{
221221

222222
# ReleaseNotes of this module
223223
ReleaseNotes = @"
224+
v1.0.6
225+
Fix data conversion error
226+
224227
v1.0.5
225-
Add New-OxyHistogramSerie
228+
Add New-OxyHistogramSeries
226229
New-OxyBoxPlotSeries renewal
227230
Several bug fixes
228231

tools/Publish.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
$key = cat private\NugetApiKey.txt
22

3-
Publish-Module -Path $PSScriptRoot\..\oxyplotcli -NugetApiKey $key
3+
Publish-Module -Path $PSScriptRoot\..\oxyplotcli -NugetApiKey $key -Verbose

0 commit comments

Comments
 (0)