diff --git a/TODO.txt b/TODO.txt index fda66c0..81a504b 100644 --- a/TODO.txt +++ b/TODO.txt @@ -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 diff --git a/scripts/oxyplotcli.psd1 b/scripts/oxyplotcli.psd1 index 8c372ab..00e79db 100644 --- a/scripts/oxyplotcli.psd1 +++ b/scripts/oxyplotcli.psd1 @@ -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' diff --git a/tools/Publish.ps1 b/tools/Publish.ps1 index 1dc37cb..1153e29 100644 --- a/tools/Publish.ps1 +++ b/tools/Publish.ps1 @@ -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