From 40010781af3be79423767a10e756394850b466e4 Mon Sep 17 00:00:00 2001 From: "Shaun Lawrie (via GitHub Actions)" Date: Thu, 16 Nov 2023 11:28:48 +0000 Subject: [PATCH] [skip ci] Bump version to 0.3.13 --- PwshSpectreConsole/PwshSpectreConsole.psd1 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/PwshSpectreConsole/PwshSpectreConsole.psd1 b/PwshSpectreConsole/PwshSpectreConsole.psd1 index 225a6448..ef1108f8 100644 --- a/PwshSpectreConsole/PwshSpectreConsole.psd1 +++ b/PwshSpectreConsole/PwshSpectreConsole.psd1 @@ -3,7 +3,7 @@ # # Generated by: Shaun Lawrie # -# Generated on: 11/10/2023 +# Generated on: 11/16/2023 # @{ @@ -12,7 +12,7 @@ RootModule = 'PwshSpectreConsole' # Version number of this module. -ModuleVersion = '0.3.12' +ModuleVersion = '0.3.13' # Supported PSEditions # CompatiblePSEditions = @() @@ -52,12 +52,12 @@ PowerShellVersion = '7.0' # Modules that must be imported into the global environment prior to importing this module # RequiredModules = @() + # Assemblies that must be loaded prior to importing this module -RequiredAssemblies = @( - ".\packages\Spectre.Console\lib\netstandard2.0\Spectre.Console.dll", - ".\packages\Spectre.Console.ImageSharp\lib\netstandard2.0\Spectre.Console.ImageSharp.dll", - ".\packages\SixLabors.ImageSharp\lib\netstandard2.0\SixLabors.ImageSharp.dll" -) +RequiredAssemblies = + '.\packages\Spectre.Console\lib\netstandard2.0\Spectre.Console.dll', + '.\packages\Spectre.Console.ImageSharp\lib\netstandard2.0\Spectre.Console.ImageSharp.dll', + '.\packages\SixLabors.ImageSharp\lib\netstandard2.0\SixLabors.ImageSharp.dll' # Script files (.ps1) that are run in the caller's environment prior to importing this module. # ScriptsToProcess = @() @@ -81,7 +81,7 @@ FunctionsToExport = 'Add-SpectreJob', 'Format-SpectreBarChart', 'Read-SpectreMultiSelectionGrouped', 'Read-SpectrePause', 'Read-SpectreSelection', 'Read-SpectreText', 'Set-SpectreColors', 'Start-SpectreDemo', 'Wait-SpectreJobs', 'Write-SpectreFigletText', - 'Write-SpectreHost', 'Write-SpectreRule', 'Read-SpectreConfirm', + 'Write-SpectreHost', 'Write-SpectreRule', 'Read-SpectreConfirm', 'New-SpectreChartItem', 'Invoke-SpectreScriptBlockQuietly' # 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.