winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 1a0f403b40fade07dd199b6fb09d8300baba64c8
parent e813c49edb029494bac9a91a8c52ec1620378c92
Author: JohnMcPMS <johnmcp@microsoft.com>
Date:   Fri, 20 Sep 2024 09:05:57 -0700

Revert PowerShell modules to alpha (#4823)

## Change
We want to be able to publish both prerelease and release version of the
PowerShell modules. For ease of use, we will consistently have the
modules marked as prerelease here and only mark them as release as
needed in our official builds.
Diffstat:
Msrc/PowerShell/Microsoft.WinGet.Client/ModuleFiles/Microsoft.WinGet.Client.psd1 | 2+-
Msrc/PowerShell/Microsoft.WinGet.Configuration/ModuleFiles/Microsoft.WinGet.Configuration.psd1 | 1+
Msrc/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 @@ -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 @@ -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 @@ -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