Skip to content

Commit

Permalink
Fix publishing scripts for beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
horker committed Jul 10, 2019
1 parent 2b193d3 commit 8c2db5e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ grid view title
BUG: axis name
BUG: candlev
proper padding setting
BUG: add multiple to -SeriesInfo in oxy.model
BUG: add multiple objects to -SeriesInfo in oxy.model
describe cmdlet names in psd1

examples in Example Browser:
Custom series: PolarHeapMap
Expand Down
2 changes: 1 addition & 1 deletion scripts/oxyplotcli.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RootModule = 'oxyplotcli.psm1'
ModuleVersion = '2.0.0'

# Supported PSEditions
CompatiblePSEditions = 'Desktop'
#CompatiblePSEditions = ''

# ID used to uniquely identify this module
GUID = '10a77f13-43c9-4a13-b9ba-5215623f5941'
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 $PSScriptRoot\..\private\NugetApiKey.txt

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

0 comments on commit 8c2db5e

Please sign in to comment.