Summary
    Gets or sets a value indicating whether to allow installation of prerelease packages.
    This flag is not required when restoring packages by installing from packages.config.
    
		- Namespace
- Cake.Common .Tools .Chocolatey .Install 
- Containing Type
- ChocolateyInstall Settings 
Syntax
public bool Prerelease { get; set; }Value
| Type | Description | 
|---|---|
| bool | trueto allow installation of prerelease packages; otherwise,false. | 
