Setting | changelog:versionRange |
Environment Variable | CHANGELOG__VERSIONRANGE |
Commandline Parameter |
versionRange
|
Default value | - |
Version Support | 0.1+ |
By default, all versions are included in the change log. To limit the versions to include, you can specify a version range using this setting.
The value must be a valid NuGet Version Range
To only include versions newer than version 2.1
in the change log, use the
following version range:
{
"changelog" : {
"versionRange" : "[2.1, )"
}
}