Summary
Parses information from an assembly info file.
- Namespace
- Cake
.Common .Solution .Project .Properties - Containing Type
- AssemblyInfoParser
Syntax
public AssemblyInfoParseResult Parse(FilePath assemblyInfoPath)
Parameters
Name | Type | Description |
---|---|---|
assemblyInfoPath | FilePath | The file path. |
Return Value
Type | Description |
---|---|
Assembly |
Information about the assembly info content. |