Skip to content

Commit

Permalink
Merge branch 'prerelease' of github.com:ShaunLawrie/PwshSpectreConsol…
Browse files Browse the repository at this point in the history
…e into prerelease
  • Loading branch information
ShaunLawrie committed Nov 16, 2023
2 parents 4f51deb + 4001078 commit 19853f4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions PwshSpectreConsole/PwshSpectreConsole.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Shaun Lawrie
#
# Generated on: 11/10/2023
# Generated on: 11/16/2023
#

@{
Expand All @@ -12,7 +12,7 @@
RootModule = 'PwshSpectreConsole'

# Version number of this module.
ModuleVersion = '0.3.12'
ModuleVersion = '0.3.13'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -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 = @()
Expand All @@ -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.
Expand Down

0 comments on commit 19853f4

Please sign in to comment.