This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Npm.
Summary
Sets the package to view the version of.
exists on disk.
- Assembly
- Cake
.Npm .dll - Namespace
- Cake
.Npm .ViewVersion - Containing Type
- Npm
View Version Settings Extensions
Syntax
public static NpmViewVersionSettings ForPackage(this NpmViewVersionSettings settings, string package)
Parameters
Name | Type | Description |
---|---|---|
settings | Npm |
The settings. |
package | string | The package for which to view the version. |
Return Value
Type | Description |
---|---|
Npm |
The settings instance with Package set. |