From c0b4c3dd1560dc7b0a97ae05aa96b24520f92e91 Mon Sep 17 00:00:00 2001 From: Aditya Patwardhan Date: Wed, 16 Jul 2025 13:08:01 -0700 Subject: [PATCH] Update module version to RC1 --- 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 25739810..3548d457 100644 --- a/src/Microsoft.PowerShell.PlatyPS.psd1 +++ b/src/Microsoft.PowerShell.PlatyPS.psd1 @@ -74,7 +74,7 @@ PrivateData = @{ PSData = @{ - Prerelease = 'preview5' + Prerelease = 'rc1' # Tags applied to this module. These help with module discovery in online galleries. Tags = @('help', 'markdown', 'MAML', 'PSEdition_Core', 'PSEdition_Desktop')