From e51685607d251119c85917ba849b445173e56e92 Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Tue, 16 Feb 2021 08:38:37 +0100 Subject: [PATCH] feat(pwsh): move out of beta --- packages/powershell/oh-my-posh/oh-my-posh.psd1 | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/powershell/oh-my-posh/oh-my-posh.psd1 b/packages/powershell/oh-my-posh/oh-my-posh.psd1 index c3a494a9..feeed8fc 100644 --- a/packages/powershell/oh-my-posh/oh-my-posh.psd1 +++ b/packages/powershell/oh-my-posh/oh-my-posh.psd1 @@ -35,7 +35,6 @@ # Private data to pass to the module specified in RootModule. This may also contain a PSData hashtable with additional module metadata used by PowerShell. PrivateData = @{ PSData = @{ - Prerelease = 'beta' # Tags applied to this module. These help with module discovery in online galleries. Tags = @('git', 'agnoster', 'theme', 'zsh', 'posh-git', 'prompt', 'paradox', 'robbyrussel', 'oh-my-posh') # A URL to the license for this module.