Summary
Gets or sets a value indicating whether to look for updates with the highest
version available within the same major and minor version as the installed package.
- Namespace
- Cake
.Common .Tools .NuGet .Update - Containing Type
- NuGetUpdateSettings
Syntax
public bool Safe { get; set; }
Value
Type | Description |
---|---|
bool |
true if safe; otherwise, false .
|