From b3e3045333050faf681c0ddf276a4f2f0170ed72 Mon Sep 17 00:00:00 2001 From: John McPherson Date: Thu, 19 Sep 2024 16:26:45 -0700 Subject: [PATCH] Revert PowerShell modules to alpha here --- .../ModuleFiles/Microsoft.WinGet.Client.psd1 | 2 +- .../ModuleFiles/Microsoft.WinGet.Configuration.psd1 | 1 + src/PowerShell/Microsoft.WinGet.DSC/Microsoft.WinGet.DSC.psd1 | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/PowerShell/Microsoft.WinGet.Client/ModuleFiles/Microsoft.WinGet.Client.psd1 b/src/PowerShell/Microsoft.WinGet.Client/ModuleFiles/Microsoft.WinGet.Client.psd1 index 852e6aec8d..8c87e7d88f 100644 --- a/src/PowerShell/Microsoft.WinGet.Client/ModuleFiles/Microsoft.WinGet.Client.psd1 +++ b/src/PowerShell/Microsoft.WinGet.Client/ModuleFiles/Microsoft.WinGet.Client.psd1 @@ -160,7 +160,7 @@ PrivateData = @{ # ReleaseNotes = '' # Prerelease string of this module - # Prerelease = 'alpha' + Prerelease = 'alpha' # Flag to indicate whether the module requires explicit user acceptance for install/update/save # RequireLicenseAcceptance = $false diff --git a/src/PowerShell/Microsoft.WinGet.Configuration/ModuleFiles/Microsoft.WinGet.Configuration.psd1 b/src/PowerShell/Microsoft.WinGet.Configuration/ModuleFiles/Microsoft.WinGet.Configuration.psd1 index 299a0123b9..b652ad1df9 100644 --- a/src/PowerShell/Microsoft.WinGet.Configuration/ModuleFiles/Microsoft.WinGet.Configuration.psd1 +++ b/src/PowerShell/Microsoft.WinGet.Configuration/ModuleFiles/Microsoft.WinGet.Configuration.psd1 @@ -33,6 +33,7 @@ ) ProjectUri = 'https://github.com/microsoft/winget-cli' IconUri = 'https://aka.ms/winget-icon' + Prerelease = 'alpha' } } } diff --git a/src/PowerShell/Microsoft.WinGet.DSC/Microsoft.WinGet.DSC.psd1 b/src/PowerShell/Microsoft.WinGet.DSC/Microsoft.WinGet.DSC.psd1 index 1db7f15660..fcbe96f023 100644 --- a/src/PowerShell/Microsoft.WinGet.DSC/Microsoft.WinGet.DSC.psd1 +++ b/src/PowerShell/Microsoft.WinGet.DSC/Microsoft.WinGet.DSC.psd1 @@ -118,7 +118,7 @@ # ReleaseNotes = '' # Prerelease string of this module - # Prerelease = 'alpha' + Prerelease = 'alpha' # Flag to indicate whether the module requires explicit user acceptance for install/update/save # RequireLicenseAcceptance = $false