Summary
    Initializes a new instance of the 
		ReleaseNotes class.
    - Namespace
- Cake.Common 
- Containing Type
- ReleaseNotes
Syntax
public ReleaseNotes(SemVersion semVersion, IEnumerable<string> notes, string rawVersionLine)Parameters
| Name | Type | Description | 
|---|---|---|
| semVersion | SemVersion | The semantic version. | 
| notes | IEnumerable | The notes. | 
| rawVersionLine | string | The raw text of the version line. | 
Return Value
| Type | Description | 
|---|---|
| void | 
