Summary
Initializes a new instance of the
AssemblyInfoCreator class.
- Namespace
- Cake
.Common .Solution .Project .Properties - Containing Type
- AssemblyInfoCreator
Syntax
public AssemblyInfoCreator(IFileSystem fileSystem, ICakeEnvironment environment, ICakeLog log)
Parameters
| Name | Type | Description |
|---|---|---|
| fileSystem | IFileSystem | The file system. |
| environment | ICakeEnvironment | The environment. |
| log | ICakeLog | The log. |
Return Value
| Type | Description |
|---|---|
| void |
