From a3fd3e47efb6372007f44c56149087ee33e35f26 Mon Sep 17 00:00:00 2001 From: Jesse Geron Date: Thu, 30 Jan 2025 09:04:25 -0800 Subject: [PATCH] set prerelease = alpha --- PSGSuite/PSGSuite.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PSGSuite/PSGSuite.psd1 b/PSGSuite/PSGSuite.psd1 index 04e4872f..25d53dc2 100644 --- a/PSGSuite/PSGSuite.psd1 +++ b/PSGSuite/PSGSuite.psd1 @@ -92,7 +92,7 @@ PSData = @{ # Denotes this as a prerelease - # Prerelease = '-alpha' + Prerelease = '-alpha' # Tags applied to this module. These help with module discovery in online galleries. Tags = 'GSuite', 'Google', 'Apps', 'API', 'Drive', 'Gmail', 'Admin', 'Automation', 'PSEdition_Core', 'Windows', 'Linux', 'Mac'