mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
fix(pwsh): temporarily drop support for 5
This commit is contained in:
parent
d87b147544
commit
e526491ae5
|
@ -21,7 +21,7 @@
|
|||
# Description of the functionality provided by this module
|
||||
Description = 'A prompt theme engine for any shell'
|
||||
# Minimum version of the Windows PowerShell engine required by this module
|
||||
PowerShellVersion = '5.0'
|
||||
PowerShellVersion = '6.0'
|
||||
# List of all files packaged with this module
|
||||
FileList = @()
|
||||
# Cmdlets to export from this module
|
||||
|
|
Loading…
Reference in a new issue