We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 536208d commit b6c39c5Copy full SHA for b6c39c5
2 files changed
templates/OxyPlotCli.template.psd1
@@ -12,7 +12,7 @@
12
RootModule = 'OxyPlotCli.psm1'
13
14
# Version number of this module.
15
-ModuleVersion = '1.0.5'
+ModuleVersion = '1.0.6'
16
17
# Supported PSEditions
18
# CompatiblePSEditions = ''
@@ -221,8 +221,11 @@ PrivateData = @{
221
222
# ReleaseNotes of this module
223
ReleaseNotes = @"
224
+v1.0.6
225
+Fix data conversion error
226
+
227
v1.0.5
-Add New-OxyHistogramSerie
228
+Add New-OxyHistogramSeries
229
New-OxyBoxPlotSeries renewal
230
Several bug fixes
231
tools/Publish.ps1
@@ -1,3 +1,3 @@
1
$key = cat private\NugetApiKey.txt
2
3
-Publish-Module -Path $PSScriptRoot\..\oxyplotcli -NugetApiKey $key
+Publish-Module -Path $PSScriptRoot\..\oxyplotcli -NugetApiKey $key -Verbose
0 commit comments