Skip to content

Commit

Permalink
Bump to spectre console version 0.47
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunLawrie committed Oct 23, 2023
1 parent 5b6d428 commit d8b8e0f
Show file tree
Hide file tree
Showing 44 changed files with 15 additions and 378,697 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ pnpm-debug.log*

# macOS-specific files
.DS_Store

# Exclude packages folder
PwshSpectreConsole/packages
4 changes: 3 additions & 1 deletion PwshSpectreConsole/Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ function Install-SpectreConsole {
}

Write-Host "Downloading Spectre.Console version $Version"
Install-SpectreConsole -InstallLocation (Join-Path $PSScriptRoot "packages") -Version $Version
$installLocation = (Join-Path $PSScriptRoot "packages")
Remove-Item $installLocation -Recurse -Force
Install-SpectreConsole -InstallLocation $installLocation -Version $Version
4 changes: 2 additions & 2 deletions PwshSpectreConsole/PwshSpectreConsole.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'PwshSpectreConsole'

# Version number of this module.
ModuleVersion = '0.2.6'
ModuleVersion = '0.3.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -78,7 +78,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-SpectreParagraph', 'Write-SpectreRule'
'Write-SpectreHost', 'Write-SpectreRule'

# 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 = @()
Expand Down
Binary file not shown.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions PwshSpectreConsole/packages/SixLabors.ImageSharp/_rels/.rels

This file was deleted.

Binary file not shown.
Loading

0 comments on commit d8b8e0f

Please sign in to comment.