From f93977534d82dfec4212ee3ebfdabe3aaecc52fc Mon Sep 17 00:00:00 2001 From: "Shaun Lawrie (via GitHub Actions)" Date: Sat, 31 Aug 2024 13:39:10 +0000 Subject: [PATCH] [skip ci] Bump version to 2.1.0 --- PwshSpectreConsole/PwshSpectreConsole.psd1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PwshSpectreConsole/PwshSpectreConsole.psd1 b/PwshSpectreConsole/PwshSpectreConsole.psd1 index 214f9b7..5eed393 100644 --- a/PwshSpectreConsole/PwshSpectreConsole.psd1 +++ b/PwshSpectreConsole/PwshSpectreConsole.psd1 @@ -90,7 +90,8 @@ FunctionsToExport = 'Add-SpectreJob', 'Format-SpectreBarChart', 'Format-SpectreRows', 'Format-SpectrePadded', 'Format-SpectreGrid', 'New-SpectreGridRow', 'Format-SpectreTextPath', 'New-SpectreLayout', 'Format-SpectreAligned', 'Out-SpectreHost', 'Add-SpectreTableRow', - 'Invoke-SpectreLive', 'Format-SpectreException', 'Get-SpectreDemoFeatures' + 'Invoke-SpectreLive', 'Format-SpectreException', + 'Get-SpectreDemoFeatures' # Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export. CmdletsToExport = @()