Skip to content

Commit

Permalink
Update for v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
horker committed Jul 3, 2018
1 parent 536208d commit b6c39c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions templates/OxyPlotCli.template.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'OxyPlotCli.psm1'

# Version number of this module.
ModuleVersion = '1.0.5'
ModuleVersion = '1.0.6'

# Supported PSEditions
# CompatiblePSEditions = ''
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/Publish.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$key = cat private\NugetApiKey.txt

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

0 comments on commit b6c39c5

Please sign in to comment.