Skip to content

Commit

Permalink
Revert PowerShell modules to alpha (#4823)
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
JohnMcPMS authored Sep 20, 2024
1 parent e813c49 commit 1a0f403
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
)
ProjectUri = 'https://github.com/microsoft/winget-cli'
IconUri = 'https://aka.ms/winget-icon'
Prerelease = 'alpha'
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a0f403

Please sign in to comment.