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.ClickTwice.
Summary
Dedicated alias for working with `app.info` files in a project
Syntax
public static AppInfoManager AppInfo(this ICakeContext ctx, FilePath projectFile)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeNamespaceImportAttribute |
|
CakeNamespaceImportAttribute |
|
CakeNamespaceImportAttribute |
|
CakeNamespaceImportAttribute |
|
CakeNamespaceImportAttribute |
|
Parameters
Name |
Type |
Description |
ctx |
ICakeContext |
The Cake context |
projectFile |
FilePath |
Path to the project file of the app you want to work with |
Return Value
Type |
Description |
AppInfoManager |
A manager to control app.info generation |