From 11071a0f8f443f85102d6ec127e46f7ec09fbe57 Mon Sep 17 00:00:00 2001 From: Aditya Patwardhan Date: Tue, 1 Jul 2025 16:51:42 -0700 Subject: [PATCH] Update version to 1.0.0-Preview5 --- src/Microsoft.PowerShell.PlatyPS.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.PowerShell.PlatyPS.psd1 b/src/Microsoft.PowerShell.PlatyPS.psd1 index 091acc5a..25739810 100644 --- a/src/Microsoft.PowerShell.PlatyPS.psd1 +++ b/src/Microsoft.PowerShell.PlatyPS.psd1 @@ -74,7 +74,7 @@ PrivateData = @{ PSData = @{ - Prerelease = 'preview4' + Prerelease = 'preview5' # Tags applied to this module. These help with module discovery in online galleries. Tags = @('help', 'markdown', 'MAML', 'PSEdition_Core', 'PSEdition_Desktop')