C# Class Yaircc.Net.ReleaseNotes

Represents a set of release notes for a given yaircc release.
Afficher le fichier Open project: rastating/yaircc

Méthodes publiques

Méthode 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 méthode

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.
Résultat List

ReleaseNotes() public méthode

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.
Résultat System