Skip to content

Commit

Permalink
Merge pull request #37 from rstolpe/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
rstolpe authored Jul 30, 2024
2 parents d2b26e0 + 9384d6b commit 03e2afa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MaintainModule/MaintainModule.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
ReleaseNotes = 'https://github.com/rstolpe/MaintainModule/releases'

# Prerelease string of this module
Prerelease = 'b1'
Prerelease = 'beta'

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
RequireLicenseAcceptance = $false
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ The parameter Module has support for multiple inputs, separate them with , for e
You can also use the -Scope parameter if you want to change from CurrentUser to AllUsers, for example ```-Scope "AllUser"```
If -Scope parameter are empty it will set it as CurrentUser as default.

### Allow pre-release
### Allow pre-release (only exists in beta)
If you want to allow pre-releases simply add ```-AllowPrerelease $true````

### SkipPublisherCheck
### SkipPublisherCheck (only exists in beta)
If you for some reason want to skip publisher check add ```-SkipPublisherCheck $true``` this is needed for Pester and PowerCLI for an example

0 comments on commit 03e2afa

Please sign in to comment.