diff --git a/templates/OxyPlotCli.template.psd1 b/templates/OxyPlotCli.template.psd1 index 22c830e..03db0a0 100644 --- a/templates/OxyPlotCli.template.psd1 +++ b/templates/OxyPlotCli.template.psd1 @@ -12,7 +12,7 @@ RootModule = 'OxyPlotCli.psm1' # Version number of this module. -ModuleVersion = '1.0.5' +ModuleVersion = '1.0.6' # Supported PSEditions # CompatiblePSEditions = '' @@ -221,8 +221,11 @@ PrivateData = @{ # ReleaseNotes of this module ReleaseNotes = @" +v1.0.6 +Fix data conversion error + v1.0.5 -Add New-OxyHistogramSerie +Add New-OxyHistogramSeries New-OxyBoxPlotSeries renewal Several bug fixes diff --git a/tools/Publish.ps1 b/tools/Publish.ps1 index 4ecc605..e82fb7a 100644 --- a/tools/Publish.ps1 +++ b/tools/Publish.ps1 @@ -1,3 +1,3 @@ $key = cat private\NugetApiKey.txt -Publish-Module -Path $PSScriptRoot\..\oxyplotcli -NugetApiKey $key +Publish-Module -Path $PSScriptRoot\..\oxyplotcli -NugetApiKey $key -Verbose