C# Class Yaircc.Net.ReleaseNotes

Represents a set of release notes for a given yaircc release.
ファイルを表示 Open project: rastating/yaircc

Public Methods

Method Description
GetReleaseNotes ( System.Version version ) : List

Fetches, parses and returns a list of ReleaseNotes.

ReleaseNotes ( string version, string summary, string date ) : System

Initialises a new instance of the ReleaseNotes class.

Method Details

GetReleaseNotes() public static method

Fetches, parses and returns a list of ReleaseNotes.
public static GetReleaseNotes ( System.Version version ) : List
version System.Version The version preceding the release notes to fetch.
return List

ReleaseNotes() public method

Initialises a new instance of the ReleaseNotes class.
public ReleaseNotes ( string version, string summary, string date ) : System
version string The version number of the release.
summary string The release notes.
date string The date of the release.
return System